template project, first version

This commit is contained in:
rachelchu
2017-10-11 15:01:05 +02:00
commit 8e902224cf
794 changed files with 326190 additions and 0 deletions

23
AntTweakBar/Clean.bat Normal file
View File

@@ -0,0 +1,23 @@
RMDIR /S /Q src\debug32
RMDIR /S /Q src\debug64
RMDIR /S /Q src\release32
RMDIR /S /Q src\release64
RMDIR /S /Q src\ipch
CD src
DEL *.ncb *.aps *.o *.bak *.user *.sdf
DEL /A:h *.suo
CD ..
RMDIR /S /Q lib\debug
RMDIR /S /Q examples\debug32
RMDIR /S /Q examples\debug64
RMDIR /S /Q examples\tmp
DEL lib\*.exp
CD examples
DEL *.ncb *.aps *.o *.bak *.user *.sdf
DEL /A:h *.suo
DEL /S BuildLog.htm
CD ..
PAUSE