diff options
| author | xHire <xHire@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e> | 2008-03-24 15:58:27 +0000 |
|---|---|---|
| committer | xHire <xHire@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e> | 2008-03-24 15:58:27 +0000 |
| commit | b0c18ef9dfe4703484e03a836e44366294afa4ac (patch) | |
| tree | 5a4ec90bbfdff47de224abc1eaaf4efd8095a763 /src/Makefile-publicServer | |
| parent | aec5ba5ca31f3d7c895beb658a93c353b2b8d5c1 (diff) | |
- 'BUBLIC_SERVER' replaced with 'PUBLIC_SERVER'
- small changes in Makefile
git-svn-id: http://opensvn.csie.org/tuxanci_ng@34 0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e
Diffstat (limited to 'src/Makefile-publicServer')
| -rwxr-xr-x | src/Makefile-publicServer | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/Makefile-publicServer b/src/Makefile-publicServer index ff6cf15..a9fc788 100755 --- a/src/Makefile-publicServer +++ b/src/Makefile-publicServer @@ -2,9 +2,9 @@ #CC = /usr/local/gcc/bin/gcc CC = gcc -DESTDIR:=/usr/local/ +DESTDIR:=/usr/local -CFLAGS = -g -O0 -DBUBLIC_SERVER -DSUPPORT_NET_UNIX_UDP -I../include -Wall +CFLAGS = -g -O0 -DPUBLIC_SERVER -DSUPPORT_NET_UNIX_UDP -I../include -Wall #CFLAGS = -O2 -DDESTDIR=\"$(DESTDIR)\" `sdl-config --cflags` -I../include -Wall LIBS = @@ -84,4 +84,3 @@ pipe.o: pipe.c ../include/pipe.h clean: rm -rf *.o *.c~ ../include*.h~ Makefile-publicServer~ publicserver - |