From ae9084df7716d25c9e73f1a2093e979e132c924a Mon Sep 17 00:00:00 2001 From: amber Date: Fri, 24 Dec 2004 04:27:49 +0000 Subject: [PATCH] packet changes went back into stable git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@769 54d463be-8e91-2dee-dedb-b68131a5f0ec --- Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 0cd7f2c310..45f9d325f5 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