summaryrefslogtreecommitdiff
path: root/src/map/Makefile.win32
diff options
context:
space:
mode:
authoramber <amber@54d463be-8e91-2dee-dedb-b68131a5f0ec>2004-11-26 07:33:21 +0000
committeramber <amber@54d463be-8e91-2dee-dedb-b68131a5f0ec>2004-11-26 07:33:21 +0000
commit952d9ecd0f059e9801c7344154df83e7a7110ead (patch)
tree17cac8c6203b79330851ee620dd6431c9ce1f62e /src/map/Makefile.win32
parentdd86930bcace0da25bc2963fbfc1c5c3d2787455 (diff)
downloadhercules-952d9ecd0f059e9801c7344154df83e7a7110ead.tar.gz
hercules-952d9ecd0f059e9801c7344154df83e7a7110ead.tar.bz2
hercules-952d9ecd0f059e9801c7344154df83e7a7110ead.tar.xz
hercules-952d9ecd0f059e9801c7344154df83e7a7110ead.zip
Make it work a bit better with win32
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/athena@366 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/Makefile.win32')
-rw-r--r--src/map/Makefile.win324
1 files changed, 2 insertions, 2 deletions
diff --git a/src/map/Makefile.win32 b/src/map/Makefile.win32
index 384554008..ed4b4e95a 100644
--- a/src/map/Makefile.win32
+++ b/src/map/Makefile.win32
@@ -15,8 +15,8 @@ txtobj:
sqlobj:
mkdir sqlobj
-ZLIBDIR = C:/athena/zlib122
-PACKETDEF = -DPACKETVER=5 -DNEW_006b
+ZLIBDIR = C:/eathena/zlib122
+PACKETDEF = -DPACKETVER=5 -DNEW_006b -D__WIN32
# OPT = /MDd /D_DEBUG
OPT =
LINKOPT = /debug /SUBSYSTEM:CONSOLE