use win-vc-env.cmd build script in win-build.cmd
authorKevin Wasserman <krwasserman@painless-security.com>
Thu, 26 Feb 2015 21:40:25 +0000 (16:40 -0500)
committerKevin Wasserman <krwasserman@hotmail.com>
Tue, 14 Apr 2015 20:12:51 +0000 (16:12 -0400)
win-build.cmd

index 261b727..01d9da2 100644 (file)
@@ -1,8 +1,5 @@
-REM Buildbot helpfully sets PWD to be the current working directory. In MS-DOS style.
-REM We'd prefer to actually be able to use the pwd shell command, thank you very much.
 set PWD=
-
-REM Setup msvc build environment
-call setenv /x86 /debug
-
-sh ./win-build
\ No newline at end of file
+set PATH=c:\mingw\msys\1.0\local\bin;c:\mingw\msys\1.0\bin;%PATH%;c:\mingw\bin
+git clean -xdf
+call setenv /x86 /Debug
+bash win-build