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

Diff for /pegasus/mak/config.mak between version 1.110 and 1.111

version 1.110, 2005/12/10 01:58:28 version 1.111, 2005/12/14 22:15:31
Line 419 
Line 419 
 # PEP 72 # PEP 72
 # Allow Out-of-Process Providers to be disabled by default # Allow Out-of-Process Providers to be disabled by default
 # #
 ifdef PEGASUS_DEFAULT_OOP_FALSE  ifdef PEGASUS_DEFAULT_OOP_ON
     DEFINES += -DPEGASUS_DEFAULT_OOP_FALSE    ifeq ($(PEGASUS_DEFAULT_OOP_ON),true)
       DEFINES += -DPEGASUS_DEFAULT_OOP_ON
     else
       ifneq ($(PEGASUS_DEFAULT_OOP_ON),false)
         $(error PEGASUS_DEFAULT_OOP_ON ($(PEGASUS_DEFAULT_OOP_ON)) invalid, must be true or false)
       endif
     endif
 endif endif
  
 # #


Legend:
Removed from v.1.110  
changed lines
  Added in v.1.111

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2