(file) Return to platform_WIN32_IX86_MSVC.mak CVS log (file) (dir) Up to [Pegasus] / pegasus / mak

Diff for /pegasus/mak/platform_WIN32_IX86_MSVC.mak between version 1.38 and 1.39

version 1.38, 2005/10/11 11:51:44 version 1.39, 2005/12/07 21:07:52
Line 49 
Line 49 
 # #
 # The flags set here should be valid for VC 6. # The flags set here should be valid for VC 6.
 # #
 CXX_VERSION_FLAGS := -GX  # The -Zm105 flag was added as part of bug 4418 to resolve this compile error:
   #   C:\Program Files\Microsoft Visual Studio\VC98\include\xlocale(467) :
   #   fatal error C1076: compiler limit : internal heap limit reached; use /Zm to
   #   specify a higher limit
   #
   CXX_VERSION_FLAGS := -GX -Zm105
 CXX_VERSION_DEBUG_FLAGS := CXX_VERSION_DEBUG_FLAGS :=
 CXX_VERSION_RELEASE_FLAGS := CXX_VERSION_RELEASE_FLAGS :=
 LINK_VERSION_RELEASE_FLAGS := LINK_VERSION_RELEASE_FLAGS :=


Legend:
Removed from v.1.38  
changed lines
  Added in v.1.39

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2