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

File: [Pegasus] / pegasus / mak / objects-windows.mak (download)
Revision: 1.1.20.1, Thu Mar 25 15:46:33 2004 UTC (20 years, 2 months ago) by a.dunfey
Branch: RELEASE_2_3_2-branch
CVS Tags: RELEASE_2_3_2-testfreeze, RELEASE_2_3_2-releasesnapshot, RELEASE_2_3_2-branch-freeze
Changes since 1.1: +4 -0 lines
BUG#: 1280
BRANCH: RELEASE_2_3_2-branch
TITLE: C file compilation in Windows

DESCRIPTION:
Modified objects-windows.mak file to add C-file compilation support for the Windows Pegasus build

$(OBJ_DIR)/%.obj: %.cpp $(ERROR)
	$(CXX) -c $(OBJ_OUT)$@ $(FLAGS) $(LOCAL_DEFINES) $(DEFINES) $(SYS_INCLUDES) $(INCLUDES) $*.cpp
	@ $(ECHO)

$(OBJ_DIR)/%.obj: %.c $(ERROR)
	$(CXX) -c $(OBJ_OUT)$@ $(FLAGS) $(LOCAL_DEFINES) $(DEFINES) $(SYS_INCLUDES) $(INCLUDES) $*.c
	@ $(ECHO)

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2