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)
This commit is contained in:
@@ -1,13 +1,18 @@
|
||||
RMDIR /S /Q src\debug
|
||||
RMDIR /S /Q src\release
|
||||
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
|
||||
DEL *.ncb *.aps *.o *.bak *.user
|
||||
DEL /A:h *.suo
|
||||
CD ..
|
||||
RMDIR /S /Q lib\debug
|
||||
RMDIR /S /Q examples\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
|
||||
DEL *.ncb *.aps *.o *.bak *.user
|
||||
DEL /A:h *.suo
|
||||
DEL /S BuildLog.htm
|
||||
DEL bin\*.obj
|
||||
|
||||
Reference in New Issue
Block a user