summaryrefslogtreecommitdiff
path: root/vcproj-8/mapcache.vcproj
diff options
context:
space:
mode:
authorai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec>2011-01-01 20:43:02 +0000
committerai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec>2011-01-01 20:43:02 +0000
commit6c4ccacfc199765bb6837da08341f6c7f21464bf (patch)
treebb4e4b7eb6a2a489826b6e5308bd74791def6bd5 /vcproj-8/mapcache.vcproj
parent231c0084678af14b7443cbd47da99ebe380fe85c (diff)
downloadhercules-6c4ccacfc199765bb6837da08341f6c7f21464bf.tar.gz
hercules-6c4ccacfc199765bb6837da08341f6c7f21464bf.tar.bz2
hercules-6c4ccacfc199765bb6837da08341f6c7f21464bf.tar.xz
hercules-6c4ccacfc199765bb6837da08341f6c7f21464bf.zip
* Updates to map cache generator tool.
- Removed unmaintained grfio library copy and made the tool use the one in /common instead (related r12726). - Updated makefile to use compile options/libraries determined by configure (bugreport:1109). - Fixed error messages from the tool and grfio library overlapping each other (bugreport:2403). git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14646 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'vcproj-8/mapcache.vcproj')
-rw-r--r--vcproj-8/mapcache.vcproj66
1 files changed, 61 insertions, 5 deletions
diff --git a/vcproj-8/mapcache.vcproj b/vcproj-8/mapcache.vcproj
index d09280d33..3c6585c13 100644
--- a/vcproj-8/mapcache.vcproj
+++ b/vcproj-8/mapcache.vcproj
@@ -41,7 +41,7 @@
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories="..\3rdparty\zlib\include;..\3rdparty\msinttypes\include"
- PreprocessorDefinitions="WIN32;_WIN32;__WIN32;_DEBUG;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
+ PreprocessorDefinitions="WIN32;_WIN32;__WIN32;_DEBUG;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;MINICORE"
GeneratePreprocessedFile="0"
MinimalRebuild="true"
ExceptionHandling="0"
@@ -131,7 +131,7 @@
EnableFiberSafeOptimizations="true"
WholeProgramOptimization="true"
AdditionalIncludeDirectories="..\3rdparty\zlib\include;..\3rdparty\msinttypes\include"
- PreprocessorDefinitions="WIN32;_WIN32;__WIN32;NDEBUG;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
+ PreprocessorDefinitions="WIN32;_WIN32;__WIN32;NDEBUG;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;MINICORE"
StringPooling="true"
RuntimeLibrary="0"
EnableFunctionLevelLinking="false"
@@ -192,17 +192,73 @@
</References>
<Files>
<Filter
- Name="mapcache"
+ Name="common"
>
<File
- RelativePath="..\src\tool\grfio.c"
+ RelativePath="..\src\common\cbasetypes.h"
+ >
+ </File>
+ <File
+ RelativePath="..\src\common\core.c"
+ >
+ </File>
+ <File
+ RelativePath="..\src\common\core.h"
+ >
+ </File>
+ <File
+ RelativePath="..\src\common\grfio.c"
+ >
+ </File>
+ <File
+ RelativePath="..\src\common\grfio.h"
+ >
+ </File>
+ <File
+ RelativePath="..\src\common\malloc.c"
+ >
+ </File>
+ <File
+ RelativePath="..\src\common\malloc.h"
+ >
+ </File>
+ <File
+ RelativePath="..\src\common\mmo.h"
>
</File>
<File
- RelativePath="..\src\tool\grfio.h"
+ RelativePath="..\src\common\showmsg.c"
>
</File>
<File
+ RelativePath="..\src\common\showmsg.h"
+ >
+ </File>
+ <File
+ RelativePath="..\src\common\strlib.c"
+ >
+ </File>
+ <File
+ RelativePath="..\src\common\strlib.h"
+ >
+ </File>
+ <File
+ RelativePath="..\src\common\utils.c"
+ >
+ </File>
+ <File
+ RelativePath="..\src\common\utils.h"
+ >
+ </File>
+ <File
+ RelativePath="..\src\common\version.h"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="mapcache"
+ >
+ <File
RelativePath="..\src\tool\mapcache.c"
>
</File>