summaryrefslogtreecommitdiffstatshomepage
path: root/trunk/src/lib/cothread/test/cc.bat
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/src/lib/cothread/test/cc.bat')
-rw-r--r--trunk/src/lib/cothread/test/cc.bat4
1 files changed, 4 insertions, 0 deletions
diff --git a/trunk/src/lib/cothread/test/cc.bat b/trunk/src/lib/cothread/test/cc.bat
new file mode 100644
index 00000000000..d436d6f2949
--- /dev/null
+++ b/trunk/src/lib/cothread/test/cc.bat
@@ -0,0 +1,4 @@
+mingw32-gcc -O3 -fomit-frame-pointer -o libco.o -c ../libco.c
+mingw32-g++ -O3 -fomit-frame-pointer -c test_timing.cpp
+mingw32-g++ -O3 -fomit-frame-pointer test_timing.o libco.o -o test_timing.exe
+@del *.o