diff options
| author | xHire <xHire@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e> | 2008-04-07 19:34:00 +0000 |
|---|---|---|
| committer | xHire <xHire@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e> | 2008-04-07 19:34:00 +0000 |
| commit | c8223ce77a4dbf57be272d10c4e1d31f69bd516e (patch) | |
| tree | 205d846056e2acdd15b099a39924d51c0d3988ae /src/Makefile-publicServer | |
| parent | 35185452d7546ab56aa0040d7c2d68795c3f813f (diff) | |
- partially fixed bug #0004 - *only* issue with text in buttons and textfields
- implemented build dir for normal game (=> not only server has build dir now)
- the directory structure was extended with directories for packaging scripts
git-svn-id: http://opensvn.csie.org/tuxanci_ng@44 0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e
Diffstat (limited to 'src/Makefile-publicServer')
| -rwxr-xr-x | src/Makefile-publicServer | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile-publicServer b/src/Makefile-publicServer index 498372a..37e5c42 100755 --- a/src/Makefile-publicServer +++ b/src/Makefile-publicServer @@ -10,7 +10,7 @@ CFLAGS = -g -O0 -DPUBLIC_SERVER -DSUPPORT_NET_UNIX_UDP -I../include -Wall BUILD_DIR = ../build-server LIBS = -FILES = list.o director.o configFile.o tux.o wall.o shot.o myTimer.o \ +FILES = list.o director.o configFile.o tux.o wall.o shot.o myTimer.o \ buffer.o dynamicInt.o arena.o arenaFile.o textFile.o gun.o item.o teleport.o pipe.o \ udp.o proto.o server.o publicServer.o net_multiplayer.o serverConfigFile.o |