diff options
author | Ladislav Zezula <ladislav.zezula@avg.com> | 2015-05-28 14:46:13 +0200 |
---|---|---|
committer | Ladislav Zezula <ladislav.zezula@avg.com> | 2015-05-28 14:46:13 +0200 |
commit | 81ec1c1e8e2a02ce80d0b4b18e1b3afc7934c714 (patch) | |
tree | 3cfbde7b578aa87cbd371d94e4e870c2a700829e /make-msvc.bat | |
parent | 76a9d7ce5dcc06d67f1c0da083d12b866cbc9909 (diff) |
+ Make coverity happy
Diffstat (limited to 'make-msvc.bat')
-rw-r--r-- | make-msvc.bat | 2 |
1 files changed, 2 insertions, 0 deletions
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" |