mirror of
https://github.com/id-Software/DOOM-3-BFG.git
synced 2025-04-23 02:00:58 +00:00
Added Eclipse CDT4 - MinGW Makefiles configuration.
This commit is contained in:
parent
259f164d28
commit
f43305fe59
1 changed files with 6 additions and 0 deletions
6
neo/cmake-eclipse-mingw-32bit.bat
Normal file
6
neo/cmake-eclipse-mingw-32bit.bat
Normal file
|
@ -0,0 +1,6 @@
|
|||
cd ..
|
||||
del /s /q build
|
||||
mkdir build
|
||||
cd build
|
||||
cmake -G "Eclipse CDT4 - MinGW Makefiles" ../neo
|
||||
pause
|
Loading…
Reference in a new issue