Files
bullet3/Extras/CDTestFramework/AntTweakBar/Clean.bat
erwin.coumans 4442a826ed add commandline arguments to serialize demo for xml export and Bullet import file name
update AntTweakBar version in CDTestFramework
add btCompoundShape support in BulletXmlWorldImporter (this importer is still premature/work-in-progress)
2012-09-26 19:47:18 +00:00

25 lines
403 B
Batchfile

RMDIR /S /Q src\debug32
RMDIR /S /Q src\debug64
RMDIR /S /Q src\release32
RMDIR /S /Q src\release64
CD src
DEL *.ncb *.aps *.o *.bak *.user
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
DEL /A:h *.suo
DEL /S BuildLog.htm
DEL bin\*.obj
DEL bin\*.idb
CD ..
PAUSE