Staging
v0.5.1
Revision 00134f64d982561750f57f1a0bb7bb073f9f237c authored by Steve Dower on 19 June 2017, 18:12:56 UTC, committed by Ned Deily on 07 July 2017, 03:19:09 UTC
* Fixes build scripts to find msbuild.exe and stop relying on vcvarsall.bat
Also fixes bdist_wininst.vcxproj to use correct version in generated name.

(cherry picked from commit 06d6e3d0bb5b8a3d3105289034953a8014356a0b)
1 parent 268e1fb
Raw File
clean.bat
@echo off
rem A batch program to clean a particular configuration,
rem just for convenience.

call %~dp0build.bat -t Clean %*
back to top