(file) Return to config.mak CVS log (file) (dir) Up to [Pegasus] / pegasus / mak

Diff for /pegasus/mak/config.mak between version 1.174 and 1.175

version 1.174, 2008/10/01 04:46:13 version 1.175, 2008/10/16 10:49:40
Line 1076 
Line 1076 
     endif     endif
 endif endif
  
 ifdef PEGASUS_ENABLE_INTEROP_PROVIDER  
     ifeq ($(PEGASUS_ENABLE_INTEROP_PROVIDER),true)  
         DEFINES += -DPEGASUS_ENABLE_INTEROP_PROVIDER  
     else  
         ifneq ($(PEGASUS_ENABLE_INTEROP_PROVIDER),false)  
             $(error PEGASUS_ENABLE_INTEROP_PROVIDER ($(PEGASUS_ENABLE_INTEROP_PROVIDER)) invalid, must be true or false)  
         endif  
     endif  
 endif  
   
 # #
 ## PEP 323, DMTF Indications Profile support, stage 1 ## PEP 323, DMTF Indications Profile support, stage 1
 # #
Line 1106 
Line 1096 
     endif     endif
 endif endif
  
   ifdef PEGASUS_ENABLE_INTEROP_PROVIDER
       ifeq ($(PEGASUS_ENABLE_INTEROP_PROVIDER),true)
           DEFINES += -DPEGASUS_ENABLE_INTEROP_PROVIDER
       else
           ifneq ($(PEGASUS_ENABLE_INTEROP_PROVIDER),false)
               $(error PEGASUS_ENABLE_INTEROP_PROVIDER ($(PEGASUS_ENABLE_INTEROP_PROVIDER)) invalid, must be true or false)
           endif
       endif
   endif
   
   
 ############################################################################ ############################################################################
 # set PEGASUS_DEBUG into the DEFINES if it exists. # set PEGASUS_DEBUG into the DEFINES if it exists.
 # Note that this flag is the general separator between # Note that this flag is the general separator between


Legend:
Removed from v.1.174  
changed lines
  Added in v.1.175

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2