Changeset b128109 in network-game for server/makefile


Ignore:
Timestamp:
Jan 29, 2013, 7:34:29 PM (12 years ago)
Author:
dportnoy <dmp1488@…>
Branches:
master
Children:
60b77d2
Parents:
5806dc2
Message:

Added MSG_TYPE_PLAYER_MOVE, which allows players to tell the server where they want to move

File:
1 edited

Legend:

Unmodified
Added
Removed
  • server/makefile

    r5806dc2 rb128109  
    11CC = g++
    2 LIB_FLAGS = -lssl -lmysqlclient
     2LIB_FLAGS = -lssl -lmysqlclient -lcrypt
    33FLAGS = $(LIB_FLAGS)
    44COMMON_PATH = ../common
Note: See TracChangeset for help on using the changeset viewer.