[Gd-chatter] r10748 - trunk/fundev/sources/lib/run-time/pentium-win32

housel at gwydiondylan.org housel at gwydiondylan.org
Sat May 20 06:44:02 CEST 2006


Author: housel
Date: Sat May 20 06:44:00 2006
New Revision: 10748

Modified:
   trunk/fundev/sources/lib/run-time/pentium-win32/x86-win32-pellesc-build.jam
Log:
Bug: 7003
Add the -Ze option to CCFLAGS to enable MSVC compatibility extensions.


Modified: trunk/fundev/sources/lib/run-time/pentium-win32/x86-win32-pellesc-build.jam
==============================================================================
--- trunk/fundev/sources/lib/run-time/pentium-win32/x86-win32-pellesc-build.jam	(original)
+++ trunk/fundev/sources/lib/run-time/pentium-win32/x86-win32-pellesc-build.jam	Sat May 20 06:44:00 2006
@@ -3,7 +3,7 @@
 #
 
 CC      ?= pocc ;
-CCFLAGS ?= -DWIN32 -D_WIN32 -D_MT -D_DLL -MD ;
+CCFLAGS ?= -DWIN32 -D_WIN32 -D_MT -D_DLL -MD -Ze ;
 RC      ?= porc ;
 LINK    ?= polink ;
 



More information about the chatter mailing list