Removed createprojects.bat

This commit is contained in:
sanctum32 2014-01-07 06:23:27 +02:00 committed by Antz
parent 5feb433ada
commit efb5223965

View file

@ -1,15 +0,0 @@
@ECHO off
mkdir build
cd build
if %1!==! goto without
cmake .. -G %1
if errorlevel 1 call cmake --help
goto end
:without
cmake ..
:end
cd ..