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

Diff for /pegasus/mak/library.mak between version 1.11.14.1 and 1.15

version 1.11.14.1, 2003/08/13 19:39:49 version 1.15, 2004/06/29 20:38:12
Line 19 
Line 19 
 TMP_OBJECTS = $(foreach i,$(SOURCES),$(OBJ_DIR)/$i) TMP_OBJECTS = $(foreach i,$(SOURCES),$(OBJ_DIR)/$i)
  
 ifeq ($(OS_TYPE),windows) ifeq ($(OS_TYPE),windows)
 OBJECTS = $(TMP_OBJECTS:.cpp=.obj)  CPP_OBJECTS = $(TMP_OBJECTS:.cpp=.obj)
   OBJECTS = $(CPP_OBJECTS:.c=.obj)
 else else
 OBJECTS = $(TMP_OBJECTS:.cpp=.o)  CPP_OBJECTS = $(TMP_OBJECTS:.cpp=.o)
   OBJECTS = $(CPP_OBJECTS:.c=.o)
 endif endif
  
 ################################################################################ ################################################################################
Line 74 
Line 76 
 messages: $(ERROR) messages: $(ERROR)
  
 poststarttests: $(ERROR) poststarttests: $(ERROR)
   


Legend:
Removed from v.1.11.14.1  
changed lines
  Added in v.1.15

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2