diff options
| author | Petr Mrázek | 2012-01-01 22:46:53 +0100 |
|---|---|---|
| committer | Petr Mrázek | 2012-01-01 22:46:53 +0100 |
| commit | 6df617e7668717574e3708c1681332ce5a6034c1 (patch) | |
| tree | d6015247b533a8e0041406c994b4d73230d80ff6 /build/install-debug.bat | |
| parent | 6476d61e59e7b49a2e0afb2cac3e19768573cb0e (diff) | |
| download | dfhack-6df617e7668717574e3708c1681332ce5a6034c1.tar.gz dfhack-6df617e7668717574e3708c1681332ce5a6034c1.tar.bz2 dfhack-6df617e7668717574e3708c1681332ce5a6034c1.tar.xz | |
Many more build scripts for windows
Diffstat (limited to 'build/install-debug.bat')
| -rw-r--r-- | build/install-debug.bat | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/build/install-debug.bat b/build/install-debug.bat new file mode 100644 index 00000000..b96ee5a1 --- /dev/null +++ b/build/install-debug.bat @@ -0,0 +1,4 @@ +call "%VS100COMNTOOLS%vsvars32.bat" +cd VC2010 +msbuild /m:4 /p:Platform=Win32 /p:Configuration=RelWithDebInfo INSTALL.vcxproj +cd ..
\ No newline at end of file |
