Commit Graph

20 Commits

Author SHA1 Message Date
YoshiRulz f6edd02195
More cleanup of VersionInfo code gen 2020-08-01 17:48:27 +10:00
YoshiRulz e5de63ea94
Cleanup VersionInfo and code gen 2020-08-01 11:57:14 +10:00
YoshiRulz 3e0d07f523
Update Version project name in source control versioning script
fixes b88f20fae
2020-06-06 02:06:39 +10:00
YoshiRulz 1b17cb4297
Replace batch/shell script with MSBuild 2020-05-04 09:41:30 +10:00
YoshiRulz 31d4662ab6
Change executables' build paths and names 2020-05-04 07:22:48 +10:00
YoshiRulz 245cbfbcea
This is dumb
This reverts commit d694213000.
2020-05-04 07:22:26 +10:00
zeromus d694213000 Revert "Revert "fixes" to EmuHawk.csproj"
This reverts commit cf252b7ba0.
2020-05-03 17:04:44 -04:00
YoshiRulz 73231a59a9
Use batch/shell script to copy DiscoHawk to output as well 2020-05-04 05:24:35 +10:00
YoshiRulz 50461f17ee
Move copy-to-output scripts to Build/ and make them work 2020-05-04 05:24:32 +10:00
YoshiRulz 5a8349b5a5
Update paths in projects (fixes build) 2020-05-03 10:58:35 +10:00
YoshiRulz e435fb807b
Migrate to "new csproj", remove unnecessary tags/info, and dedupe
Didn't want to mess with resource generation so the execuable projects didn't
get migrated, just cleaned up
2020-01-19 01:43:39 +10:00
James Groom fcc0bc19a4
Change build config to support the Core build system (for #1415)
squashed PR #1702
2019-12-03 16:58:33 +00:00
zeromus 6c1e45963e add a build tool command which can strip timestamps from PE files (for my own use).
not even committing the built buildtool exe since we're not using it.
2017-12-04 01:00:58 -06:00
zeromus d8554ee536 move assorting junk from the Output directory to Assets; add build step to copy them from Assets to the appropriate 32/64 output directory 2016-02-28 21:59:17 -06:00
zeromus b4a96dc7e5 add LARGEADDRESS command to BizHawk.Build.Tool 2016-02-14 16:41:07 -06:00
zeromus af9395f687 add tool for clearing NXCOMPAT bit on PE headers 2015-09-10 16:53:48 -05:00
zeromus 4cce5c2cf7 get (and use) shorthash 2015-06-24 21:44:03 -05:00
zeromus 57288a12ca change build tool to support git 2015-06-24 20:44:13 -05:00
zeromus a2e0191455 BizHawk.Build.Tool cleanup 2015-03-06 03:13:36 +00:00
zeromus e7fe6252c6 * Added a project which can contain build-related tools (and msbuild tasks if we ever need them) and gave it responsibility for managing the svn revision stuff.
* With a little more work, it could handle unix and git checkouts too.

* It could pull revisions from submodules as well, if they werent useless gibberish in git

* Unaddressed: theres still a problem where depending on how emuhawk is built, the version project might not trigger
2015-03-04 09:33:04 +00:00