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

Diff for /pegasus/mak/config.mak between version 1.24 and 1.27

version 1.24, 2003/03/12 20:02:57 version 1.27, 2003/04/09 16:28:55
Line 29 
Line 29 
   TMP_DIR = .   TMP_DIR = .
 endif endif
  
   ifdef PEGASUS_DISPLAYCONSUMER_DIR
     DISPLAYCONSUMER_DIR = $(subst \,/,$(PEGASUS_DISPLAYCONSUMER_DIR))
   else
     DISPLAYCONSUMER_DIR = $(PEGASUS_HOME)
   endif
   
 VALID_PLATFORMS = \ VALID_PLATFORMS = \
     WIN32_IX86_MSVC \     WIN32_IX86_MSVC \
     LINUX_IX86_GNU \     LINUX_IX86_GNU \
Line 67 
Line 73 
 # Update the following two environment variables to # Update the following two environment variables to
 # change the version. # change the version.
  
 CIM_SCHEMA_DIR=$(PEGASUS_ROOT)/Schemas/CIM25  #CIM_SCHEMA_DIR=$(PEGASUS_ROOT)/Schemas/CIM25
 CIM_SCHEMA_VER=25  #CIM_SCHEMA_VER=25
   CIM_SCHEMA_DIR=$(PEGASUS_ROOT)/Schemas/CIMPrelim271
   CIM_SCHEMA_VER=27
  
 LEX = flex LEX = flex
  
Line 150 
Line 158 
 # #
 RMREPOSITORY = $(RMDIRHIER) RMREPOSITORY = $(RMDIRHIER)
  
   
   ###########################################################
   #
   # Define an environment variable that allows console
   # printing of debug statements
   #
   # << Wed Apr  9 11:23:42 2003 mdd >>
   ###########################################################
   ifdef PEGASUS_ROOT
       ROOT =  $(subst \,/,$(PEGASUS_ROOT))
   else
       ERROR = pegasus_root_undefined
   pegasus_root_undefined:
           @ echo PEGASUS_ROOT environment variable undefined
           @ exit 1
   endif
   


Legend:
Removed from v.1.24  
changed lines
  Added in v.1.27

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2