diff --git a/createprojects.bat b/createprojects.bat deleted file mode 100755 index c943a08fd..000000000 --- a/createprojects.bat +++ /dev/null @@ -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 .. \ No newline at end of file