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

Diff for /pegasus/mak/config.mak between version 1.32.4.2 and 1.34

version 1.32.4.2, 2003/08/13 19:39:49 version 1.34, 2003/08/06 14:33:52
Line 23 
Line 23 
         @ exit 1         @ exit 1
 endif endif
  
 # l10n  
 ifdef ICU_ROOT  
     ICUROOT =  $(subst \,/,$(ICU_ROOT))  
 endif  
   
 ifdef PEGASUS_TMP ifdef PEGASUS_TMP
   TMP_DIR = $(subst \,/,$(PEGASUS_TMP))   TMP_DIR = $(subst \,/,$(PEGASUS_TMP))
 else else
Line 69 
Line 64 
 BIN_DIR = $(HOME_DIR)/bin BIN_DIR = $(HOME_DIR)/bin
 LIB_DIR = $(HOME_DIR)/lib LIB_DIR = $(HOME_DIR)/lib
  
 # l10n  
 # define the location for the compiled messages  
 MSG_ROOT = $(HOME_DIR)/msg  
   
 # define the location for the repository # define the location for the repository
 REPOSITORY_DIR = $(HOME_DIR) REPOSITORY_DIR = $(HOME_DIR)
 REPOSITORY_ROOT = $(REPOSITORY_DIR)/repository REPOSITORY_ROOT = $(REPOSITORY_DIR)/repository
Line 182 
Line 173 
         @ exit 1         @ exit 1
 endif endif
  
 ################################################################################  
 ##  
 ##  Set up any platform independent compile conditionals by adding them to  
 ##  precreated FLAGS parameter.  
 ##  Assumes that the basic flags have been setup in FLAGS.  
 ##  Assumes that compile time flags are controlled with -D CLI option.  
 ##  
 ################################################################################  
   
 # Setup the conditional compile for client displays.  
 #  
 ifdef PEGASUS_CLIENT_TRACE_ENABLE  
   DEFINES+= -DPEGASUS_CLIENT_TRACE_ENABLE  
 endif  
   
   
  
 ############################################################ ############################################################
 # #


Legend:
Removed from v.1.32.4.2  
changed lines
  Added in v.1.34

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2