diff options
| author | oroborus <oroborus@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e> | 2008-03-16 17:38:13 +0000 |
|---|---|---|
| committer | oroborus <oroborus@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e> | 2008-03-16 17:38:13 +0000 |
| commit | 13d754c917ebcf1be913bd35f4c0e44468edeb52 (patch) | |
| tree | be93c38ccf0f17015348b5159025c3603ce0f271 /src/Makefile-publicServer | |
| parent | 932b71bf3e486fc38002bbcfba606085e48b6434 (diff) | |
- oprava problemu s pozostatkom sdl v publicserveri
git-svn-id: http://opensvn.csie.org/tuxanci_ng@22 0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e
Diffstat (limited to 'src/Makefile-publicServer')
| -rwxr-xr-x | src/Makefile-publicServer | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile-publicServer b/src/Makefile-publicServer index 243399f..4d9df5e 100755 --- a/src/Makefile-publicServer +++ b/src/Makefile-publicServer @@ -4,13 +4,13 @@ CC = gcc DISTDIR:=/usr/ -CFLAGS = -g -O0 -DBUBLIC_SERVER -DSUPPORT_NET_UNIX_UDP -DDISTDIR=\"$(DISTDIR)\" `sdl-config --cflags` -I../include -Wall +CFLAGS = -g -O0 -DBUBLIC_SERVER -DSUPPORT_NET_UNIX_UDP -DDISTDIR=\"$(DISTDIR)\" -I../include -Wall #CFLAGS = -O2 -DDISTDIR=\"$(DISTDIR)\" `sdl-config --cflags` -I../include -Wall LIBS = FILES = list.o director.o configFile.o tux.o main.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 tcp.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 publicserver: $(FILES) |