[commit] r2403 - Merging support files from cogvm branch.

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[commit] r2403 - Merging support files from cogvm branch.

commits-3
 
Author: andreas
Date: 2011-06-09 00:00:15 -0700 (Thu, 09 Jun 2011)
New Revision: 2403

Added:
   trunk/platforms/win32/plugins/FloatMathPlugin/Makefile.msvc
Log:
Merging support files from cogvm branch.

Added: trunk/platforms/win32/plugins/FloatMathPlugin/Makefile.msvc
===================================================================
--- trunk/platforms/win32/plugins/FloatMathPlugin/Makefile.msvc                        (rev 0)
+++ trunk/platforms/win32/plugins/FloatMathPlugin/Makefile.msvc 2011-06-09 07:00:15 UTC (rev 2403)
@@ -0,0 +1,5 @@
+include ../../Makefile.plugin
+
+# MSVC v6 (as does gcc 2.95.x) screws up the FloatMathPlugin under optimization
+# SO disable optmization
+OFLAGS= /Od