(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.27 and 1.29

version 1.27, 2005/03/24 17:46:07 version 1.29, 2005/03/26 00:14:07
Line 21 
Line 21 
 # #
 # The flags set here should be valid for VC 6. # The flags set here should be valid for VC 6.
 # #
 VERSION_FLAGS := -Gx  VERSION_FLAGS := -GX
 VERSION_DEBUG_FLAGS := VERSION_DEBUG_FLAGS :=
 VERSION_RELEASE_FLAGS := VERSION_RELEASE_FLAGS :=
  
Line 30 
Line 30 
 # CL_MAJOR_VERSION 13 is VC 7 # CL_MAJOR_VERSION 13 is VC 7
 # #
 ifeq ($(CL_MAJOR_VERSION), 13) ifeq ($(CL_MAJOR_VERSION), 13)
     VERSION_FLAGS := -Wp64 -Gx -EHs      VERSION_FLAGS := -Wp64 -EHsc
     VERSION_DEBUG_FLAGS := -Gs     VERSION_DEBUG_FLAGS := -Gs
     VERSION_RELEASE_FLAGS := -Gs -GF     VERSION_RELEASE_FLAGS := -Gs -GF
 endif endif
Line 48 
Line 48 
  
  
 ifdef PEGASUS_DEBUG ifdef PEGASUS_DEBUG
     FLAGS := $(VERSION_FLAGS) $(VERSION_DEBUG_FLAGS) -GR -W3 -Od -Zi -MDd -DDEBUG -Fd$(OBJ_DIR)/      FLAGS = $(VERSION_FLAGS) $(VERSION_DEBUG_FLAGS) -GR -W3 -Od -Zi -MDd -DDEBUG -Fd$(OBJ_DIR)/
     LINK_FLAGS := -debug     LINK_FLAGS := -debug
 else else
     FLAGS := $(VERSION_FLAGS) $(VERSION_RELEASE_FLAGS) -GR -W3 -O2 -MD      FLAGS = $(VERSION_FLAGS) $(VERSION_RELEASE_FLAGS) -GR -W3 -O2 -MD
 endif endif
  
  


Legend:
Removed from v.1.27  
changed lines
  Added in v.1.29

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2