aboutsummaryrefslogtreecommitdiffstats
path: root/build.cmd
diff options
context:
space:
mode:
Diffstat (limited to 'build.cmd')
-rw-r--r--build.cmd8
1 files changed, 8 insertions, 0 deletions
diff --git a/build.cmd b/build.cmd
new file mode 100644
index 00000000..53daf1cf
--- /dev/null
+++ b/build.cmd
@@ -0,0 +1,8 @@
+set WINDOWS_SDK=c:\Program Files\Microsoft SDKs\Windows\v7.1
+call "%WINDOWS_SDK%\bin\setenv.cmd" /%ARCH%
+
+echo Script arguments: %*
+set CYGWIN=C:\cygwin
+set SCRIPT=%~dp0
+set HOTSPOTWORKSPACE=.
+%CYGWIN%\bin\bash --login -c 'cd `/usr/bin/cygpath "$SCRIPT"/..` ; /usr/bin/pwd ; /usr/bin/make -C "make" %*'