Changeset ca44f82 in network-game for client/makefile
- Timestamp:
- Feb 24, 2013, 1:28:32 AM (12 years ago)
- Branches:
- master
- Children:
- 7b43385
- Parents:
- 3a79253 (diff), 8f85180 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
client/makefile
r3a79253 rca44f82 3 3 FLAGS = $(LIB_FLAGS) 4 4 COMMON_PATH = ../common 5 DEPENDENCIES = Message.o Player.o chat.o GuiComponent.o Window.o Textbox.o Button.o5 DEPENDENCIES = Common.o Message.o Player.o chat.o GuiComponent.o Window.o Textbox.o Button.o 6 6 7 7 gameClient : Client/main.cpp $(DEPENDENCIES) 8 8 $(CC) -o $@ $+ $(FLAGS) 9 10 Common.o : $(COMMON_PATH)/Common.cpp 11 $(CC) -c -o $@ $? $(FLAGS) 9 12 10 13 Message.o : $(COMMON_PATH)/Message.cpp
Note:
See TracChangeset
for help on using the changeset viewer.