Clear PWD so buildbot works
authorKevin Wasserman <krwasserman@hotmail.com>
Mon, 22 Dec 2014 16:37:35 +0000 (11:37 -0500)
committerKevin Wasserman <krwasserman@hotmail.com>
Mon, 22 Dec 2014 16:37:35 +0000 (11:37 -0500)
win-build.cmd

index 434b22d..261b727 100644 (file)
@@ -1,2 +1,8 @@
+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