From 81ec1c1e8e2a02ce80d0b4b18e1b3afc7934c714 Mon Sep 17 00:00:00 2001 From: Ladislav Zezula Date: Thu, 28 May 2015 14:46:13 +0200 Subject: + Make coverity happy --- make-msvc.bat | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 make-msvc.bat (limited to 'make-msvc.bat') diff --git a/make-msvc.bat b/make-msvc.bat new file mode 100644 index 0000000..fe54111 --- /dev/null +++ b/make-msvc.bat @@ -0,0 +1,2 @@ +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" -- cgit v1.2.3