Changeset 8aed9c0 in network-game for client/makefile


Ignore:
Timestamp:
Dec 28, 2013, 2:21:46 PM (11 years ago)
Author:
Dmitry Portnoy <dmp1488@…>
Branches:
master
Children:
bcfd99a
Parents:
360c0f1
Message:

Client compiles under linux

File:
1 edited

Legend:

Unmodified
Added
Removed
  • client/makefile

    r360c0f1 r8aed9c0  
    33FLAGS = $(LIB_FLAGS)
    44COMMON_PATH = ../common
    5 DEPENDENCIES = Common.o MessageContainer.o MessageProcessor.o Player.o WorldMap.o Projectile.o Game.o GameRender.o chat.o GuiComponent.o Window.o Textbox.o Button.o RadioButtonList.o TextLabel.o
     5DEPENDENCIES = Common.o MessageContainer.o MessageProcessor.o Player.o WorldMap.o Projectile.o Game.o GameRender.o GameSummary.o chat.o GuiComponent.o Window.o Textbox.o Button.o RadioButtonList.o TextLabel.o
    66
    77gameClient : Client/main.cpp $(DEPENDENCIES)
     
    2929        $(CC) -c -o $@ $? $(FLAGS)
    3030
     31GameSummary.o : $(COMMON_PATH)/GameSummary.cpp
     32        $(CC) -c -o $@ $? $(FLAGS)
     33
    3134%.o : Client/%.cpp
    3235        $(CC) -c -o $@ $? $(FLAGS)
Note: See TracChangeset for help on using the changeset viewer.