Commit Graph

7 Commits

Author SHA1 Message Date
Justin Schuh
26cfc9ebb3 build_win: Don't report an error on help switch 2021-10-20 09:06:35 +02:00
Justin Schuh
d4be22df8a build_win: Retry on cmake cache failure 2021-10-20 09:06:35 +02:00
Justin Schuh
70faa27247 build_win: Reduce msbuild verbosity 2021-10-20 09:06:35 +02:00
Justin Schuh
51056adee8 build_win: Don't delete preferences on clean build 2021-10-20 09:06:35 +02:00
Justin Schuh
2c6cd95b39
build_win.bat: add RUN switch and other changes (#6706)
* build_win.bat: add RUN switch and other changes

* Adds optional RUN action after a successful build
* Adds some more error checking and status messages
* Fixes a bug where cmake wasn't run on dirty builds
* Fixes a bug in canonicalizing paths with spaces

* build_win.bat: Make cached destdir per-config
2021-07-27 10:40:42 +02:00
Justin Schuh
61d068ada1
Update build_win.bat (#6688)
* Support relative as well as absolute paths in -d/-destdir
* Improved debuggability (control variables and echo suppression)
* Improved error handling and messages
2021-07-09 15:23:09 +02:00
Justin Schuh
b97b40a24e
Add a simple Windows command-line build script (#6674)
Batch file that offers a single command line and sensible defaults to:
initialize the primary Visual Studio build environment, handle directory
creation/cleaning, run cmake, launch msbuild, etc.
2021-07-08 16:18:09 +02:00