summaryrefslogtreecommitdiff
path: root/make.bat
diff options
context:
space:
mode:
Diffstat (limited to 'make.bat')
-rw-r--r--make.bat6
1 files changed, 6 insertions, 0 deletions
diff --git a/make.bat b/make.bat
new file mode 100644
index 0000000..081bfa2
--- /dev/null
+++ b/make.bat
@@ -0,0 +1,6 @@
+@echo off
+if "%VCVARS%" == "" (
+ set "VCVARS=1"
+ call vcvarsall x64
+)
+cl /O2 /Zi /DEBUG /nologo /wd4996 /wd4706 /W4 main.c /Fe:dlsub.exe