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

Diff for /pegasus/mak/objects.mak between version 1.2 and 1.3

version 1.2, 2001/02/05 02:31:34 version 1.3, 2001/02/11 05:45:33
Line 1 
Line 1 
   
 ifeq ($(OS_TYPE),windows) ifeq ($(OS_TYPE),windows)
 $(OBJ_DIR)/%.obj: %.cpp $(ERROR)  include $(ROOT)/mak/objects-windows.mak
 else else
 $(OBJ_DIR)/%.o: %.cpp $(ERROR)  include $(ROOT)/mak/objects-unix.mak
 endif endif
         $(CXX) -c $(OBJ_OUT)$@ $(FLAGS) $(LOCAL_DEFINES) $(DEFINES) $(SYS_INCLUDES) $(INCLUDES) $*.cpp  
         @ $(ECHO)  


Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2