root/trunk/clean.sh

Revision 77, 91 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 
1#!/bin/sh
2
3rm -rf bin
4rm -rf lib
5rm -rf obj
6
7rm -f prj\msvc71\*.ncb
8rm -f prj\msvc90\*.ncb
Note: See TracBrowser for help on using the browser.