Commit Graph

10 Commits

Author SHA1 Message Date
Jebtrix
cfdf7d2a00
Add msbuild low CPU priority option for polite compiling. (#7828) 2022-01-28 15:13:11 +01:00
Justin Schuh
175a6369fd
build_win.bat: MSVC version selection and minor fixes (#7450)
* Adds MSVC version and product selection parameters
* Better error handling and reduced error noise
2021-12-08 06:03:46 +01:00
Justin Schuh
ee8a9d8d50
build_win.bat: Updates to better handle deps changes (#7268)
* build_win.bat: Fix run bug for deps only build

* build_win.bat: Purge destir before a clean deps build
2021-11-09 14:44:28 +01:00
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