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

Diff for /pegasus/mak/config.mak between version 1.183 and 1.184

version 1.183, 2008/12/16 18:55:36 version 1.184, 2009/02/25 06:15:06
Line 1288 
Line 1288 
 ##============================================================================== ##==============================================================================
  
 ifdef PEGASUS_USE_STATIC_LIBRARIES ifdef PEGASUS_USE_STATIC_LIBRARIES
   ifeq ($(PEGASUS_USE_STATIC_LIBRARIES),true)    ifeq ($(OS_TYPE),windows)
       $(error PEGASUS_USE_STATIC_LIBRARIES is not support on windows.)
   else   else
     ifneq ($(PEGASUS_USE_STATIC_LIBRARIES),false)        ifneq ($(PEGASUS_USE_STATIC_LIBRARIES),true)
       $(error PEGASUS_USE_STATIC_LIBRARIES ($(PEGASUS_USE_STATIC_LIBRARIES)) invalid, must be true or false)          $(error PEGASUS_USE_STATIC_LIBRARIES \
             ($(PEGASUS_USE_STATIC_LIBRARIES)) invalid, must be true.)
         endif
     endif     endif
   endif   endif
 endif endif


Legend:
Removed from v.1.183  
changed lines
  Added in v.1.184

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2