mirror of
https://github.com/id-Software/DOOM-3-BFG.git
synced 2024-12-03 01:12:20 +00:00
Added neo/cmake-eclipse-mingw-release.bat
This commit is contained in:
parent
5e05fa58c3
commit
180cb328a4
1 changed files with 6 additions and 0 deletions
6
neo/cmake-eclipse-mingw-release.bat
Normal file
6
neo/cmake-eclipse-mingw-release.bat
Normal file
|
@ -0,0 +1,6 @@
|
|||
cd ..
|
||||
del /s /q build
|
||||
mkdir build
|
||||
cd build
|
||||
cmake -G "Eclipse CDT4 - MinGW Makefiles" -DCMAKE_BUILD_TYPE=Release ../neo
|
||||
pause
|
Loading…
Reference in a new issue