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

Diff for /pegasus/mak/config.mak between version 1.22.6.1 and 1.25

version 1.22.6.1, 2003/02/21 23:17:27 version 1.25, 2003/03/18 03:49:45
Line 29 
Line 29 
   TMP_DIR = .   TMP_DIR = .
 endif endif
  
 ifdef PEGASUS_DISPLAYCONSUMER_DIR  
   DISPLAYCONSUMER_DIR = $(subst \,/,$(PEGASUS_DISPLAYCONSUMER_DIR))  
 else  
   DISPLAYCONSUMER_DIR = $(TMP_DIR)  
 endif  
   
 VALID_PLATFORMS = \ VALID_PLATFORMS = \
     WIN32_IX86_MSVC \     WIN32_IX86_MSVC \
     LINUX_IX86_GNU \     LINUX_IX86_GNU \
Line 65 
Line 59 
 REPOSITORY_DIR = $(HOME_DIR) REPOSITORY_DIR = $(HOME_DIR)
 REPOSITORY_ROOT = $(REPOSITORY_DIR)/repository REPOSITORY_ROOT = $(REPOSITORY_DIR)/repository
  
   # The two variables, CIM_SCHEMA_DIR and CIM_SCHEMA_VER,
   # are used to control the version of the CIM Schema
   # loaded into the Pegasus Internal, InterOp,
   # root/cimv2 and various test namespaces.
   #
   # Update the following two environment variables to
   # change the version.
   
   #CIM_SCHEMA_DIR=$(PEGASUS_ROOT)/Schemas/CIM25
   #CIM_SCHEMA_VER=25
   CIM_SCHEMA_DIR=$(PEGASUS_ROOT)/Schemas/CIMPrelim271
   CIM_SCHEMA_VER=27
   
 LEX = flex LEX = flex
  
 ################################################################################ ################################################################################


Legend:
Removed from v.1.22.6.1  
changed lines
  Added in v.1.25

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2