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

Diff for /pegasus/mak/config.mak between version 1.28 and 1.31

version 1.28, 2003/04/28 13:56:44 version 1.31, 2003/05/27 22:26:06
Line 73 
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/CIM27
 #CIM_SCHEMA_VER=25  
 CIM_SCHEMA_DIR=$(PEGASUS_ROOT)/Schemas/CIMPrelim271  
 CIM_SCHEMA_VER=27 CIM_SCHEMA_VER=27
  
   # ***** CIM_SCHEMA_DIR INFO ****
   # If CIM_SCHEMA_DIR changes to use a preliminary schema which
   # has experimentals make sure and change the path below to appopriate
   # directory path.  Example:  CIMPrelim271 is preliminary and has
   # experimental classes.  Since experimental classes exist the -aE
   # option of the mof compiler needs to be set.
   # *****
   ifeq ($(CIM_SCHEMA_DIR), $(PEGASUS_ROOT)/Schemas/CIMPrelim271)
   ALLOW_EXPERIMENTAL = -aE
   else
   ALLOW_EXPERIMENTAL =
   endif
   
 LEX = flex LEX = flex
  
 ################################################################################ ################################################################################


Legend:
Removed from v.1.28  
changed lines
  Added in v.1.31

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2