mirror of
https://github.com/id-Software/DOOM-3-BFG.git
synced 2024-12-02 08:51:57 +00:00
6 lines
121 B
Batchfile
6 lines
121 B
Batchfile
|
cd ..
|
||
|
del /s /q build
|
||
|
mkdir build
|
||
|
cd build
|
||
|
cmake -G "Visual Studio 12" -DCMAKE_INSTALL_PREFIX=../bin/win8-32 ../neo
|
||
|
pause
|