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

Diff for /pegasus/mak/config-linux.mak between version 1.37 and 1.38

version 1.37, 2005/11/18 21:17:40 version 1.38, 2005/12/14 22:15:31
Line 34 
Line 34 
 DEFINES += -DPEGASUS_PLATFORM_LINUX_GENERIC_GNU DEFINES += -DPEGASUS_PLATFORM_LINUX_GENERIC_GNU
 DEFINES += -DPEGASUS_PLATFORM_$(PEGASUS_PLATFORM) DEFINES += -DPEGASUS_PLATFORM_$(PEGASUS_PLATFORM)
  
   #########################################################################
   ##
   ## Platform specific compile options controlled by environment variables
   ## are set here.
   ##
   #########################################################################
   
   
   # Enable OOP by default if preference not already set in the environment
   #
   ifndef PEGASUS_DEFAULT_OOP_ON
   PEGASUS_DEFAULT_OOP_ON = true
   endif
   
   
 # Enable CMPI by default. # Enable CMPI by default.
 # #
 PEGASUS_ENABLE_CMPI_PROVIDER_MANAGER=yes PEGASUS_ENABLE_CMPI_PROVIDER_MANAGER=yes
  
   #########################################################################
   
 OS = linux OS = linux
  
 COMPILER = gnu COMPILER = gnu


Legend:
Removed from v.1.37  
changed lines
  Added in v.1.38

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2