Revision: 544
http://python-ogre.svn.sourceforge.net/python-ogre/?rev=544&view=rev
Author: andy_miller
Date: 2008-01-14 22:48:49 -0800 (Mon, 14 Jan 2008)
Log Message:
-----------
Fixed /MAP option in MSVC build
Modified Paths:
--------------
trunk/python-ogre/SConstruct
Modified: trunk/python-ogre/SConstruct
===================================================================
--- trunk/python-ogre/SConstruct 2008-01-15 06:48:00 UTC (rev 543)
+++ trunk/python-ogre/SConstruct 2008-01-15 06:48:49 UTC (rev 544)
@@ -91,7 +91,7 @@
def get_linkflags():
if environment.isWindows():
#LINKFLAGS = " /NOLOGO /INCREMENTAL:NO /DLL /OPT:NOREF /OPT:NOICF /OPT:NOWIN98 /subsystem:console " # no change
- LINKFLAGS = " /MAP:FULL /MAPINFO:EXPORTS /NOLOGO /OPT:REF /INCREMENTAL:NO /DLL /OPT:ICF /subsystem:console " # 7 minutes 25% smaller 16.6 Meg
+ LINKFLAGS = " /MAP /MAPINFO:EXPORTS /NOLOGO /OPT:REF /INCREMENTAL:NO /DLL /OPT:ICF /subsystem:console " # 7 minutes 25% smaller 16.6 Meg
#LINKFLAGS = " /NOLOGO /INCREMENTAL:NO /DLL /subsystem:console " ### LONG Link , 80 minutes - 15.7 meg
if environment.isLinux():
if os.sys.platform <> 'darwin':
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|