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.*)
This commit is contained in:
19
Extras/CDTestFramework/AntTweakBar/Clean.bat
Normal file
19
Extras/CDTestFramework/AntTweakBar/Clean.bat
Normal file
@@ -0,0 +1,19 @@
|
||||
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user