diff options
author | eathenabot <eathenabot@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-12-11 21:06:25 +0000 |
---|---|---|
committer | eathenabot <eathenabot@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-12-11 21:06:25 +0000 |
commit | 415e738feb188909dea60831aef07c4fb0fe0f17 (patch) | |
tree | 655d59ab571962a2b3fa2fdc492bee3b83b024cc /vcproj-9/dbghelpplug.vcproj | |
parent | d187830a9f19239d7f43729a51198ed9dd8c176f (diff) | |
download | hercules-415e738feb188909dea60831aef07c4fb0fe0f17.tar.gz hercules-415e738feb188909dea60831aef07c4fb0fe0f17.tar.bz2 hercules-415e738feb188909dea60831aef07c4fb0fe0f17.tar.xz hercules-415e738feb188909dea60831aef07c4fb0fe0f17.zip |
* Merged changes up to eAthena 15032.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15065 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'vcproj-9/dbghelpplug.vcproj')
-rw-r--r-- | vcproj-9/dbghelpplug.vcproj | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/vcproj-9/dbghelpplug.vcproj b/vcproj-9/dbghelpplug.vcproj index ea13e2f00..164e7424c 100644 --- a/vcproj-9/dbghelpplug.vcproj +++ b/vcproj-9/dbghelpplug.vcproj @@ -41,7 +41,7 @@ <Tool Name="VCCLCompilerTool" Optimization="0" - PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;DBGHELPPLUG_EXPORTS;_CRT_SECURE_NO_DEPRECATE" + PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;DBGHELPPLUG_EXPORTS" StringPooling="false" MinimalRebuild="true" ExceptionHandling="0" @@ -55,6 +55,7 @@ Detect64BitPortabilityProblems="true" DebugInformationFormat="4" CompileAs="1" + DisableSpecificWarnings="4996" /> <Tool Name="VCManagedResourceCompilerTool" @@ -126,7 +127,7 @@ <Tool Name="VCCLCompilerTool" Optimization="2" - PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;DBGHELPPLUG_EXPORTS;_CRT_SECURE_NO_DEPRECATE" + PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;DBGHELPPLUG_EXPORTS" StringPooling="true" MinimalRebuild="false" ExceptionHandling="0" @@ -141,6 +142,7 @@ Detect64BitPortabilityProblems="true" DebugInformationFormat="0" CompileAs="1" + DisableSpecificWarnings="4996" /> <Tool Name="VCManagedResourceCompilerTool" |