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

Diff for /pegasus/mak/config.mak between version 1.8 and 1.9

version 1.8, 2001/04/13 21:45:00 version 1.9, 2001/04/13 22:19:30
Line 14 
Line 14 
         @ exit 1         @ exit 1
 endif endif
  
 VALID_PLATFORMS = win32_iX86_msvc linux_iX86_gnu  VALID_PLATFORMS = WIN32_IX86_MSVC LINUX_IX86_GNU
  
 ifndef PEGASUS_PLATFORM ifndef PEGASUS_PLATFORM
   ERROR = pegasus_platform_undefined   ERROR = pegasus_platform_undefined
Line 41 
Line 41 
 ## ##
 ################################################################################ ################################################################################
  
 ifeq ($(PEGASUS_PLATFORM),win32_iX86_msvc)  ifeq ($(PEGASUS_PLATFORM),WIN32_IX86_MSVC)
   include $(ROOT)/mak/config-$(PEGASUS_PLATFORM).mak    include $(ROOT)/mak/platform_$(PEGASUS_PLATFORM).mak
   FOUND = true   FOUND = true
 endif endif
  
 ifeq ($(PEGASUS_PLATFORM),linux_iX86_gnu)  ifeq ($(PEGASUS_PLATFORM),LINUX_IX86_GNU)
   include $(ROOT)/mak/config-$(PEGASUS_PLATFORM).mak    include $(ROOT)/mak/platform_$(PEGASUS_PLATFORM).mak
   FOUND = true   FOUND = true
 endif endif
  


Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2