summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authoramber <amber@54d463be-8e91-2dee-dedb-b68131a5f0ec>2004-12-24 04:27:49 +0000
committeramber <amber@54d463be-8e91-2dee-dedb-b68131a5f0ec>2004-12-24 04:27:49 +0000
commit349cf47fcf2b8f6fded1df4a52249df93f07fbad (patch)
tree7fa856cd099679cffc723b15bad1723f271eee75 /Makefile
parentff7448bc1496c0d52190c36e9cd95f09577e56d2 (diff)
downloadhercules-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--Makefile7
1 files 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