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

Diff for /pegasus/mak/config.mak between version 1.6 and 1.7

version 1.6, 2001/04/12 07:25:20 version 1.7, 2001/04/13 20:54:15
Line 5 
Line 5 
 ## ##
 ################################################################################ ################################################################################
  
 ifdef PEGASUS_OS_TYPE  
   OS_TYPE = $(PEGASUS_OS_TYPE)  
 else  
   OS_TYPE = windows  
 endif  
   
 ifdef PEGASUS_HOME ifdef PEGASUS_HOME
   HOME_DIR = $(subst \,/,$(PEGASUS_HOME))   HOME_DIR = $(subst \,/,$(PEGASUS_HOME))
 else else
Line 31 
Line 25 
  
 YACC = bison YACC = bison
  
 ifeq ($(OS_TYPE),windows)  include $(ROOT)/mak/config-platform.mak
 include $(ROOT)/mak/config-windows.mak  
 else  
 include $(ROOT)/mak/config-unix.mak  
 endif  


Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2