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

Diff for /pegasus/mak/platform_HPUX_ACC.mak between version 1.14 and 1.16

version 1.14, 2003/06/25 15:41:08 version 1.16, 2003/08/31 03:39:43
Line 81 
Line 81 
 endif endif
  
 ## ##
 ## The following flag needs to be set to compile in code for  
 ## not listing the trace configuration properties. This will cause  
 ## the trace configuration properties, traceComponents and traceLevel  
 ## not to be listed when using the cimconfig -l command.  
 ##  
 DEFINES += -DPEGASUS_DONOT_LIST_TRACE_PROPERTIES  
   
 ##  
 ## The following flag needs to be set to compile in the configuration ## The following flag needs to be set to compile in the configuration
 ## properties set with fixed release settings. ## properties set with fixed release settings.
 ## ##
Line 120 
Line 112 
 FLAGS = FLAGS =
  
 ifeq ($(PEGASUS_SUPPORTS_DYNLIB),yes) ifeq ($(PEGASUS_SUPPORTS_DYNLIB),yes)
     ifdef PEGASUS_USE_RELEASE_DIRS
   FLAGS += -Wl,+s -Wl,+b/opt/wbem/lib:/usr/lib   FLAGS += -Wl,+s -Wl,+b/opt/wbem/lib:/usr/lib
     else
       FLAGS += -Wl,+s -Wl,+b$(LIB_DIR):/usr/lib
     endif
 endif endif
  
 ifdef PEGASUS_DEBUG ifdef PEGASUS_DEBUG


Legend:
Removed from v.1.14  
changed lines
  Added in v.1.16

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2