Changeset 8df0c49 in network-game for client/makefile
- Timestamp:
- Feb 6, 2014, 11:53:23 PM (11 years ago)
- Branches:
- master
- Children:
- 9cbdc9c
- Parents:
- 2ce5154
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
client/makefile
r2ce5154 r8df0c49 1 1 CC = g++ 2 2 LIB_FLAGS = `pkg-config --cflags --libs --static allegro-static-5.0 allegro_ttf-static-5.0 allegro_primitives-static-5.0` 3 FLAGS = -Wall 3 FLAGS = -Wall -g 4 4 COMMON_PATH = ../common 5 5 DEPENDENCIES = 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
Note:
See TracChangeset
for help on using the changeset viewer.