Commit Graph

9 Commits

Author SHA1 Message Date
Paul 'Nick' Laurenzano
6be0d67dde Add flexibility to VS17 msbuild.bat
Now, a msbdir can be passed in externally, which is
useful in case Visual Studio is installed in an atypical location.

Also had to make use of Delayed Expansion for the set commands
within the conditional statements; otherwise, they would not resolve
their values properly. Not sure if this is specific to different
versions of Windows or Command prompt, but it bit me.
https://stackoverflow.com/questions/10558316/example-of-delayed-expansion-in-batch-file

This change could easily be moved to the other platforms if needed.
2020-04-08 08:23:39 -04:00
Brian Gladman
0da9962426 update all msbuild.bat files to use a common script 2018-09-05 15:52:38 +01:00
Brian Gladman
c53d64804d make last two parameters for msbuild.bat optional 2018-09-03 17:03:33 +01:00
Brian Gladman
63a19327c7 remove files that should not be in the repository;
update msbuild.bat to input the Windows SDK wanted
2018-08-30 20:38:31 +01:00
Brian Gladman
388d13a8dd add back new msvc build 2018-08-29 14:15:58 +01:00
Brian Gladman
56f5b6bf2d remove windows build from master 2018-08-28 11:43:55 +01:00
Brian Gladman
475408dcc2 repair msbuild.bat (broken by Microsoft changes) 2018-08-25 23:38:52 +01:00
Brian Gladman
88ebf14002 remove files added to repository in error; correct msbuild.bat for Visual Studio 2017 2018-02-17 23:21:10 +00:00
Brian Gladman
81696e9b76 change vs sub-directory names in the Windows build to match Visual Studio versions 2018-02-17 22:11:47 +00:00