root/trunk/clean.bat

Revision 77, 103 bytes (checked in by jc.lefebvre, 2 years ago)

* On Windows platform, always use mutex instead of critical section for now because we've got some deadlock issues with it.
* Removed annoying debug logs from the Timer class.
* Converted MSVC71 project to MSVC90.

Line 
1rmdir /s /q bin
2rmdir /s /q lib
3rmdir /s /q obj
4
5del /q prj\msvc71\*.ncb
6del /q prj\msvc90\*.ncb
Note: See TracBrowser for help on using the browser.