aboutsummaryrefslogtreecommitdiff
path: root/win32/customstep.cmd
diff options
context:
space:
mode:
Diffstat (limited to 'win32/customstep.cmd')
-rw-r--r--win32/customstep.cmd7
1 files changed, 7 insertions, 0 deletions
diff --git a/win32/customstep.cmd b/win32/customstep.cmd
new file mode 100644
index 000000000000..85e6b0f6f2f8
--- /dev/null
+++ b/win32/customstep.cmd
@@ -0,0 +1,7 @@
+@echo off
+setlocal
+call "%VS90COMNTOOLS%"\vsvars32.bat
+pushd "%1"
+copy config\win32 config.h
+nmake -f win32\makefile.win32 prebuild
+popd