Changeset 11402be in network-game


Ignore:
Timestamp:
Dec 31, 2012, 3:41:26 AM (12 years ago)
Author:
Dmitry Portnoy <dmp1488@…>
Branches:
master
Children:
594d2e9
Parents:
8a3ef42
Message:

Added Common.o to the client makefile

File:
1 edited

Legend:

Unmodified
Added
Removed
  • client/makefile

    r8a3ef42 r11402be  
    33FLAGS = $(LIB_FLAGS)
    44COMMON_PATH = ../common
    5 DEPENDENCIES = Message.o Player.o chat.o GuiComponent.o Window.o Textbox.o Button.o
     5DEPENDENCIES = Common.o Message.o Player.o chat.o GuiComponent.o Window.o Textbox.o Button.o
    66
    77gameClient : Client/main.cpp $(DEPENDENCIES)
    88        $(CC) -o $@ $+ $(FLAGS)
     9
     10Common.o : $(COMMON_PATH)/Common.cpp
     11        $(CC) -c -o $@ $? $(FLAGS)
    912
    1013Message.o : $(COMMON_PATH)/Message.cpp
Note: See TracChangeset for help on using the changeset viewer.