(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.15 and 1.23

version 1.15, 2003/07/31 02:43:23 version 1.23, 2005/02/01 19:27:36
Line 7 
Line 7 
  
 DEPEND_INCLUDES = DEPEND_INCLUDES =
  
 DEFINES = -DPEGASUS_PLATFORM_$(PEGASUS_PLATFORM) -D_WIN32_WINNT=0x0400 -DPEGASUS_REMOVE_DEPRECATED  DEFINES = -DPEGASUS_PLATFORM_$(PEGASUS_PLATFORM) -D_WIN32_WINNT=0x0400
 #-D_WIN32_WINNT=0x0400 -DWINVER=0x0400 #-D_WIN32_WINNT=0x0400 -DWINVER=0x0400
  
 ifdef PEGASUS_DEBUG ifdef PEGASUS_DEBUG
   FLAGS = -GX -GR -W3 -Od -Zi -MDd -Fd$(OBJ_DIR)    FLAGS = -GX -GR -W3 -Od -Zi -MDd -DDEBUG -Fd$(OBJ_DIR)/
   LINK_FLAGS = -debug   LINK_FLAGS = -debug
 else else
   FLAGS = -GX -GR -W3 -O2 -MD   FLAGS = -GX -GR -W3 -O2 -MD
Line 21 
Line 21 
  DEFINES += -DPEGASUS_DEBUG_CIMEXCEPTION  DEFINES += -DPEGASUS_DEBUG_CIMEXCEPTION
 endif endif
  
   # Enable the compilation of the SLP functions.
   PEGASUS_ENABLE_SLP=true
   
 # ATTN KS 20020927 - Add flag to allow conditional testing of interoperability # ATTN KS 20020927 - Add flag to allow conditional testing of interoperability
 # changes during interoperability tests. # changes during interoperability tests.
 ifdef PEGASUS_SNIA_INTEROP_TEST ifdef PEGASUS_SNIA_INTEROP_TEST
Line 74 
Line 77 
 SH = bash SH = bash
  
 YACC = bison YACC = bison
   
   INSTALL_LIBRARY = echo Not supported.
   INSTALL_PROGRAM = echo Not supported.
   INSTALL_SBIN_PROGRAM = echo Not supported.
   
   # Windows DLLs are installed in the $(PEGASUS_HOME)/bin directory
   PEGASUS_DEST_LIB_DIR = bin
   
   # The Provider User Context feature (PEP 197) is not supported on Windows
   PEGASUS_DISABLE_PROV_USERCTXT=1


Legend:
Removed from v.1.15  
changed lines
  Added in v.1.23

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2