(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.9 and 1.13

version 1.9, 2002/03/25 16:32:31 version 1.13, 2003/05/09 21:38:02
Line 17 
Line 17 
   FLAGS = -GX -GR -W3 -O2 -MD   FLAGS = -GX -GR -W3 -O2 -MD
 endif endif
  
 ifdef ENABLETIMEOUTWORKAROUNDHACK  ifdef PEGASUS_DEBUG_CIMEXCEPTION
  DEFINES += -DENABLETIMEOUTWORKAROUNDHACK   DEFINES += -DPEGASUS_DEBUG_CIMEXCEPTION
 endif endif
  
 ifdef PEGASUS_DEBUG_CIMEXCEPTION  # ATTN KS 20020927 - Add flag to allow conditional testing of interoperability
  DEFINES += -DDEBUG_CIMEXCEPTION  # changes during interoperability tests.
   ifdef PEGASUS_SNIA_INTEROP_TEST
    DEFINES+= -DPEGASUS_SNIA_INTEROP_TEST
   endif
   
   # Bugzilla 307 - KS get this flag from environment.
   # ATTN: should this become permanent? KS.
   ifdef PEGASUS_REMOVE_DEPRECATED
    DEFINES+= -DPEGASUS_REMOVE_DEPRECATED
 endif endif
  
 RM = mu rm RM = mu rm


Legend:
Removed from v.1.9  
changed lines
  Added in v.1.13

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2