Changeset edfd1d0 in network-game for client/makefile
- Timestamp:
- Dec 25, 2012, 6:27:14 PM (12 years ago)
- Branches:
- master
- Children:
- 4c202e0
- Parents:
- baaf6c8
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
client/makefile
rbaaf6c8 redfd1d0 3 3 FLAGS = $(LIB_FLAGS) 4 4 COMMON_PATH = ../common 5 DEPENDENCIES = Message.o chat.o GuiComponent.o Window.o Textbox.o Button.o5 DEPENDENCIES = Message.o Player.o chat.o GuiComponent.o Window.o Textbox.o Button.o 6 6 7 7 gameClient : Client/main.cpp $(DEPENDENCIES) … … 9 9 10 10 Message.o : $(COMMON_PATH)/Message.cpp 11 $(CC) -c -o $@ $? $(FLAGS) 12 13 Player.o : $(COMMON_PATH)/Player.cpp 11 14 $(CC) -c -o $@ $? $(FLAGS) 12 15
Note:
See TracChangeset
for help on using the changeset viewer.