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

version 1.10, 2002/08/21 17:41:57 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  
  DEFINES += -DENABLETIMEOUTWORKAROUNDHACK  
 endif  
   
 ifdef PEGASUS_DEBUG_CIMEXCEPTION ifdef PEGASUS_DEBUG_CIMEXCEPTION
  DEFINES += -DPEGASUS_DEBUG_CIMEXCEPTION  DEFINES += -DPEGASUS_DEBUG_CIMEXCEPTION
 endif endif
  
   # ATTN KS 20020927 - Add flag to allow conditional testing of interoperability
   # 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
   
 RM = mu rm RM = mu rm
  
 RMDIRHIER = mu rmdirhier RMDIRHIER = mu rmdirhier


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

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2