Changeset d05c484 in network-game for server/makefile


Ignore:
Timestamp:
Jan 19, 2014, 7:40:55 PM (11 years ago)
Author:
dportnoy <dmp1488@…>
Branches:
master
Children:
e5697b1
Parents:
6054f1e
Message:

Some game-specific functions moved from server.cpp to the Game class and a function moved to the MessageProcessor class

File:
1 edited

Legend:

Unmodified
Added
Removed
  • server/makefile

    r6054f1e rd05c484  
    22#LIB_FLAGS = -lssl -lmysqlclient -lcrypt -lrt
    33LIB_FLAGS = -lmysqlclient -lcrypt -lrt
    4 FLAGS = $(LIB_FLAGS)
     4FLAGS = -Wall $(LIB_FLAGS)
    55COMMON_PATH = ../common
    66DEPENDENCIES = Common.o MessageContainer.o MessageProcessor.o Player.o WorldMap.o DataAccess.o Projectile.o Game.o GameSummary.o
Note: See TracChangeset for help on using the changeset viewer.