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

Diff for /pegasus/mak/config.mak between version 1.202 and 1.204

version 1.202, 2012/05/14 09:12:12 version 1.204, 2012/08/09 10:32:17
Line 385 
Line 385 
 ifeq ($(PEGASUS_HAS_ICU),true) ifeq ($(PEGASUS_HAS_ICU),true)
     DEFINES += -DPEGASUS_HAS_ICU     DEFINES += -DPEGASUS_HAS_ICU
  
     ##################################  
     ##  
     ## ICU_NO_UPPERCASE_ROOT if set, specifies NOT to uppercase the root  
     ## resource bundle, default is to uppercase the root resource bundle  
     ##  
     ##################################  
   
     ifdef ICU_NO_UPPERCASE_ROOT  
         CNV_ROOT_FLAGS =  
     else  
         CNV_ROOT_FLAGS = -u  
     endif  
   
     ####################################     ####################################
     ##     ##
     ## ICU_ROOT_BUNDLE_LANG if set, specifies the language that the root     ## ICU_ROOT_BUNDLE_LANG if set, specifies the language that the root
Line 1555 
Line 1542 
 DEFINES += -DPEGASUS_INITIAL_THREADSTACK_SIZE=$(PEGASUS_INITIAL_THREADSTACK_SIZE) DEFINES += -DPEGASUS_INITIAL_THREADSTACK_SIZE=$(PEGASUS_INITIAL_THREADSTACK_SIZE)
 endif endif
  
   ifndef PEGASUS_INTEROP_NAMESPACE
       PEGASUS_INTEROP_NAMESPACE=root/PG_InterOp
   else
 ifeq ($(PEGASUS_INTEROP_NAMESPACE),root/interop) ifeq ($(PEGASUS_INTEROP_NAMESPACE),root/interop)
 DEFINES += -DNS_ROOT_INTEROP DEFINES += -DNS_ROOT_INTEROP
 else      endif
 ifeq ($(PEGASUS_INTEROP_NAMESPACE),interop) ifeq ($(PEGASUS_INTEROP_NAMESPACE),interop)
 DEFINES += -DNS_INTEROP DEFINES += -DNS_INTEROP
 endif endif


Legend:
Removed from v.1.202  
changed lines
  Added in v.1.204

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2