Changes in client/makefile [11402be:edfd1d0] in network-game
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
client/makefile
r11402be redfd1d0 3 3 FLAGS = $(LIB_FLAGS) 4 4 COMMON_PATH = ../common 5 DEPENDENCIES = Common.oMessage.o Player.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) 8 8 $(CC) -o $@ $+ $(FLAGS) 9 10 Common.o : $(COMMON_PATH)/Common.cpp11 $(CC) -c -o $@ $? $(FLAGS)12 9 13 10 Message.o : $(COMMON_PATH)/Message.cpp
Note:
See TracChangeset
for help on using the changeset viewer.