summaryrefslogtreecommitdiff
path: root/vcproj-9/txt-converter-login.vcproj
diff options
context:
space:
mode:
authorai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec>2010-11-21 13:44:10 +0000
committerai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec>2010-11-21 13:44:10 +0000
commit35f0c02465492591b17dfde0e0b26411db4a5c66 (patch)
treef4172cd7c712e4fd2b29320646896b0dc6b2550c /vcproj-9/txt-converter-login.vcproj
parentff10cb63f64792647611910a7cc463ab27a697db (diff)
downloadhercules-35f0c02465492591b17dfde0e0b26411db4a5c66.tar.gz
hercules-35f0c02465492591b17dfde0e0b26411db4a5c66.tar.bz2
hercules-35f0c02465492591b17dfde0e0b26411db4a5c66.tar.xz
hercules-35f0c02465492591b17dfde0e0b26411db4a5c66.zip
* Added msinttypes (rev. 26, http://msinttypes.googlecode.com/svn/trunk/) portability framework for Visual C++ compilers (related bugreport:4059).
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14478 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'vcproj-9/txt-converter-login.vcproj')
-rw-r--r--vcproj-9/txt-converter-login.vcproj4
1 files changed, 2 insertions, 2 deletions
diff --git a/vcproj-9/txt-converter-login.vcproj b/vcproj-9/txt-converter-login.vcproj
index f51a2f8dd..39e69e1a3 100644
--- a/vcproj-9/txt-converter-login.vcproj
+++ b/vcproj-9/txt-converter-login.vcproj
@@ -42,7 +42,7 @@
<Tool
Name="VCCLCompilerTool"
Optimization="0"
- AdditionalIncludeDirectories="..\3rdparty\mysql\include"
+ AdditionalIncludeDirectories="..\3rdparty\mysql\include;..\3rdparty\msinttypes\include"
PreprocessorDefinitions="WIN32;_WIN32;__WIN32;_DEBUG;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;FD_SETSIZE=4096;DB_MANUAL_CAST_TO_UNION;MINICORE;WITH_TXT;WITH_SQL"
GeneratePreprocessedFile="0"
MinimalRebuild="true"
@@ -135,7 +135,7 @@
OmitFramePointers="true"
EnableFiberSafeOptimizations="true"
WholeProgramOptimization="true"
- AdditionalIncludeDirectories="..\3rdparty\mysql\include"
+ AdditionalIncludeDirectories="..\3rdparty\mysql\include;..\3rdparty\msinttypes\include"
PreprocessorDefinitions="WIN32;_WIN32;__WIN32;NDEBUG;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;FD_SETSIZE=4096;DB_MANUAL_CAST_TO_UNION;MINICORE;WITH_TXT;WITH_SQL"
StringPooling="true"
RuntimeLibrary="0"