From b0c18ef9dfe4703484e03a836e44366294afa4ac Mon Sep 17 00:00:00 2001 From: xHire Date: Mon, 24 Mar 2008 15:58:27 +0000 Subject: - '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 --- src/Makefile-publicServer | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/Makefile-publicServer') 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 - -- cgit v1.2.3