Changeset 8df0c49 in network-game for client/makefile


Ignore:
Timestamp:
Feb 6, 2014, 11:53:23 PM (11 years ago)
Author:
Dmitry Portnoy <dmp1488@…>
Branches:
master
Children:
9cbdc9c
Parents:
2ce5154
Message:

Client makefile shows warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • client/makefile

    r2ce5154 r8df0c49  
    11CC = g++
    22LIB_FLAGS = `pkg-config --cflags --libs --static allegro-static-5.0 allegro_ttf-static-5.0 allegro_primitives-static-5.0`
    3 FLAGS = -Wall
     3FLAGS = -Wall -g
    44COMMON_PATH = ../common
    55DEPENDENCIES = 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.