diff options
author | amber <amber@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2004-12-24 04:27:49 +0000 |
---|---|---|
committer | amber <amber@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2004-12-24 04:27:49 +0000 |
commit | 349cf47fcf2b8f6fded1df4a52249df93f07fbad (patch) | |
tree | 7fa856cd099679cffc723b15bad1723f271eee75 /Makefile | |
parent | ff7448bc1496c0d52190c36e9cd95f09577e56d2 (diff) | |
download | hercules-349cf47fcf2b8f6fded1df4a52249df93f07fbad.tar.gz hercules-349cf47fcf2b8f6fded1df4a52249df93f07fbad.tar.bz2 hercules-349cf47fcf2b8f6fded1df4a52249df93f07fbad.tar.xz hercules-349cf47fcf2b8f6fded1df4a52249df93f07fbad.zip |
packet changes went back into stable
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@769 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -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 |