summaryrefslogtreecommitdiff
path: root/src/map/Makefile.win32
diff options
context:
space:
mode:
authoramber <amber@54d463be-8e91-2dee-dedb-b68131a5f0ec>2005-03-30 19:52:02 +0000
committeramber <amber@54d463be-8e91-2dee-dedb-b68131a5f0ec>2005-03-30 19:52:02 +0000
commit3c9107ed87b2153f9ca2ed8896979f076be469e3 (patch)
tree67330ef5f82d2f833e7b7cd1f9c6c2ddc175739d /src/map/Makefile.win32
parent9c0c26a552ab3e66a6595d033988906eb8576e6e (diff)
downloadhercules-3c9107ed87b2153f9ca2ed8896979f076be469e3.tar.gz
hercules-3c9107ed87b2153f9ca2ed8896979f076be469e3.tar.bz2
hercules-3c9107ed87b2153f9ca2ed8896979f076be469e3.tar.xz
hercules-3c9107ed87b2153f9ca2ed8896979f076be469e3.zip
Change packetver of win32 build [MouseJstr]
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@1346 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/Makefile.win32')
-rw-r--r--src/map/Makefile.win322
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/Makefile.win32 b/src/map/Makefile.win32
index 2ab3f957a..2fa1861ac 100644
--- a/src/map/Makefile.win32
+++ b/src/map/Makefile.win32
@@ -16,7 +16,7 @@ sqlobj:
mkdir sqlobj
ZLIBDIR = ../zlib
-PACKETDEF = -DPACKETVER=5 -DNEW_006b -D__WIN32 -DLOCALZLIB
+PACKETDEF = -DPACKETVER=6 -DNEW_006b -D__WIN32 -DLOCALZLIB
# OPT = /MDd /D_DEBUG
OPT =
LINKOPT = /debug /SUBSYSTEM:CONSOLE