r347 - trunk

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Tue Sep 25 04:46:09 EDT 2007


Author: icculus
Date: 2007-09-25 04:46:09 -0400 (Tue, 25 Sep 2007)
New Revision: 347

Modified:
   trunk/CMakeLists.txt
Log:
Turn off compiler whining on VS.NET 2005.


Modified: trunk/CMakeLists.txt
===================================================================
--- trunk/CMakeLists.txt	2007-09-25 02:24:31 UTC (rev 346)
+++ trunk/CMakeLists.txt	2007-09-25 08:46:09 UTC (rev 347)
@@ -42,6 +42,7 @@
 
 IF(WINDOWS)
     ADD_DEFINITIONS(-DPLATFORM_WINDOWS=1)
+    ADD_DEFINITIONS(-D_CRT_SECURE_NO_WARNINGS=1)
 ENDIF(WINDOWS)
 
 IF(MACOSX)




More information about the mojosetup-commits mailing list