Changeset 11402be in network-game
- Timestamp:
- Dec 31, 2012, 3:41:26 AM (12 years ago)
- Branches:
- master
- Children:
- 594d2e9
- Parents:
- 8a3ef42
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
client/makefile
r8a3ef42 r11402be 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.