mirror of
https://github.com/id-Software/DOOM-3-BFG.git
synced 2024-12-02 00:41:51 +00:00
Added .bat files for quick VS 2013 projects creation
This commit is contained in:
parent
223b7ee527
commit
4a865cbbe5
3 changed files with 18 additions and 0 deletions
6
neo/cmake-vs2013-32bit-openal.bat
Normal file
6
neo/cmake-vs2013-32bit-openal.bat
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
cd ..
|
||||||
|
del /s /q build
|
||||||
|
mkdir build
|
||||||
|
cd build
|
||||||
|
cmake -G "Visual Studio 12" -DCMAKE_INSTALL_PREFIX=../bin/win8-32 -DOPENAL=ON ../neo
|
||||||
|
pause
|
6
neo/cmake-vs2013-32bit.bat
Normal file
6
neo/cmake-vs2013-32bit.bat
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
cd ..
|
||||||
|
del /s /q build
|
||||||
|
mkdir build
|
||||||
|
cd build
|
||||||
|
cmake -G "Visual Studio 12" -DCMAKE_INSTALL_PREFIX=../bin/win8-32 ../neo
|
||||||
|
pause
|
6
neo/cmake-vs2013-64bit.bat
Normal file
6
neo/cmake-vs2013-64bit.bat
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
cd ..
|
||||||
|
del /s /q build
|
||||||
|
mkdir build
|
||||||
|
cd build
|
||||||
|
cmake -G "Visual Studio 12 Win64" -DCMAKE_INSTALL_PREFIX=../bin/win8-64 ../neo
|
||||||
|
pause
|
Loading…
Reference in a new issue