mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 04:37:00 +00:00
Removed createprojects.bat
This commit is contained in:
parent
5feb433ada
commit
efb5223965
1 changed files with 0 additions and 15 deletions
|
|
@ -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 ..
|
||||
Loading…
Add table
Add a link
Reference in a new issue