doom3-bfg/neo/cmake-eclipse-mingw-32bit.bat
2012-12-02 06:00:06 +01:00

6 lines
No EOL
97 B
Batchfile

cd ..
del /s /q build
mkdir build
cd build
cmake -G "Eclipse CDT4 - MinGW Makefiles" ../neo
pause