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

1 mike  1.1 
2           ifeq ($(OS_TYPE),windows)
3           $(OBJ_DIR)/%.obj: %.cpp $(ERROR)
4           else
5           $(OBJ_DIR)/%.o: %.cpp $(ERROR)
6           endif
7           	$(CXX) -c $(OBJ_OUT)$@ $(FLAGS) $(LOCAL_DEFINES) $(DEFINES) $(SYS_INCLUDES) $(INCLUDES) $*.cpp
8 mike  1.2 	@ $(ECHO)

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2