Files
bullet3/Extras/CDTestFramework/AntTweakBar/Clean.bat
erwin.coumans 1ef4c721a0 CDTestFramework, OPCODE, ICE redistributed under the ZLib License, with permission of Pierre Terdiman
Added Bullet SAP/MultiSAP support by Erwin Coumans (BulletSAPCompleteBoxPruningTest.*)
AABB tree broadphase by Nathanael Presson (btDbvt.*, DbvtTest.*)
2008-04-02 18:05:36 +00:00

20 lines
265 B
Batchfile

RMDIR /S /Q src\debug
RMDIR /S /Q src\release
CD src
DEL *.ncb *.aps *.o *.bak
DEL /A:h *.suo
CD ..
RMDIR /S /Q lib\debug
RMDIR /S /Q examples\debug
CD examples
DEL *.ncb *.aps *.o *.bak
DEL /A:h *.suo
DEL /S BuildLog.htm
DEL bin\*.obj
DEL bin\*.idb
CD ..
PAUSE