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

File: [Pegasus] / pegasus / mak / objects.mak (download)
Revision: 1.1, Sun Jan 14 19:50:21 2001 UTC (23 years, 4 months ago) by mike
Branch: MAIN
Initial revision


ifeq ($(OS_TYPE),windows)
$(OBJ_DIR)/%.obj: %.cpp $(ERROR)
else
$(OBJ_DIR)/%.o: %.cpp $(ERROR)
endif
	$(CXX) -c $(OBJ_OUT)$@ $(FLAGS) $(LOCAL_DEFINES) $(DEFINES) $(SYS_INCLUDES) $(INCLUDES) $*.cpp


No CVS admin address has been configured
Powered by
ViewCVS 0.9.2