(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.31

version 1.27, 2005/03/24 17:46:07 version 1.31, 2005/04/07 20:04:49
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
  
  
Line 126 
Line 126 
 # The Provider User Context feature (PEP 197) is not supported on Windows # The Provider User Context feature (PEP 197) is not supported on Windows
 PEGASUS_DISABLE_PROV_USERCTXT=1 PEGASUS_DISABLE_PROV_USERCTXT=1
  
   # Windows does not support local domain sockets or the equivalent Bug 2148
   DEFINES += PEGASUS_DISABLE_LOCAL_DOMAIN_SOCKET
   
 # l10n # l10n
 ifdef PEGASUS_HAS_MESSAGES ifdef PEGASUS_HAS_MESSAGES
     DEFINES += -DPEGASUS_HAS_MESSAGES     DEFINES += -DPEGASUS_HAS_MESSAGES


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

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2