From 349cf47fcf2b8f6fded1df4a52249df93f07fbad Mon Sep 17 00:00:00 2001 From: amber Date: Fri, 24 Dec 2004 04:27:49 +0000 Subject: packet changes went back into stable git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@769 54d463be-8e91-2dee-dedb-b68131a5f0ec --- Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 0cd7f2c31..45f9d325f 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,8 @@ # $Id: Makefile 158 2004-10-01 03:45:15Z PoW $ -# CC = /usr/local/bin/gcc -fbounds-checking -pipe -CC = gcc -pipe +CC = /usr/local/bin/gcc -fbounds-checking -pipe +# CC = /usr/local/bin/gcc +#CC = gcc -pipe PACKETDEF = -DPACKETVER=6 -DNEW_006b -DSO_REUSEPORT #PACKETDEF = -DPACKETVER=5 -DNEW_006b #PACKETDEF = -DPACKETVER=4 -DNEW_006b @@ -24,7 +25,7 @@ OS_TYPE = -DCYGWIN CFLAGS = $(OPT) -Wall -DFD_SETSIZE=4096 -I../common $(PACKETDEF) $(OS_TYPE) else OS_TYPE = -CFLAGS = $(OPT) -Wall -I../common $(PACKETDEF) $(OS_TYPE) +CFLAGS = $(OPT) -DTWILIGHT -Wall -I../common $(PACKETDEF) $(OS_TYPE) endif MYSQLFLAG_INCLUDE_DEFAULT = /usr/local/include/mysql -- cgit v1.2.3-70-g09d2