diff options
Diffstat (limited to 'src/map/Makefile.win32')
-rw-r--r-- | src/map/Makefile.win32 | 4 |
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 |