aboutsummaryrefslogtreecommitdiff
path: root/make-msvc.bat
diff options
context:
space:
mode:
authorLadislav Zezula <zezula@volny.cz>2020-05-11 06:56:25 +0200
committerLadislav Zezula <zezula@volny.cz>2020-05-11 06:56:25 +0200
commit9a17c626510d78fb91b8f69fc52b57c5381b0dea (patch)
treeeb0a930811dc15c53d588994da609906c7d01435 /make-msvc.bat
parent6065d16ba99f40011c494a31a8f65b7edd15025e (diff)
Added WDK build
Diffstat (limited to 'make-msvc.bat')
-rw-r--r--make-msvc.bat2
1 files changed, 0 insertions, 2 deletions
diff --git a/make-msvc.bat b/make-msvc.bat
deleted file mode 100644
index fe54111..0000000
--- a/make-msvc.bat
+++ /dev/null
@@ -1,2 +0,0 @@
-set path=%PATH%;c:\Program Files (x86)\Microsoft Visual Studio 9.0\Common7\IDE
-devenv "StormLib_v09.sln" /build "Debug|Win32" /project "StormLib_test.vcproj" /projectconfig "Debug|Win32"