summaryrefslogtreecommitdiff
path: root/vcproj-14/login-server.vcxproj
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2015-12-02 21:06:53 +0100
committerHaru <haru@dotalux.com>2015-12-02 21:08:21 +0100
commit1e2f24a2fcb13b8a2fe06f4cc829670303760929 (patch)
tree30451ce67ff9d99ac943a8ad785126e2b0f0930a /vcproj-14/login-server.vcxproj
parent60dc92a6f2367fe6d75b0e7e6227d4fa5baaa60b (diff)
downloadhercules-1e2f24a2fcb13b8a2fe06f4cc829670303760929.tar.gz
hercules-1e2f24a2fcb13b8a2fe06f4cc829670303760929.tar.bz2
hercules-1e2f24a2fcb13b8a2fe06f4cc829670303760929.tar.xz
hercules-1e2f24a2fcb13b8a2fe06f4cc829670303760929.zip
Fixed an issue with the HPMDataCheck when PCRE is enabled
- Follow-up to 300668d, thanks to AnnieRuru Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'vcproj-14/login-server.vcxproj')
-rw-r--r--vcproj-14/login-server.vcxproj4
1 files changed, 2 insertions, 2 deletions
diff --git a/vcproj-14/login-server.vcxproj b/vcproj-14/login-server.vcxproj
index 5589cc35d..02539ef61 100644
--- a/vcproj-14/login-server.vcxproj
+++ b/vcproj-14/login-server.vcxproj
@@ -54,7 +54,7 @@
<ClCompile>
<Optimization>Disabled</Optimization>
<AdditionalIncludeDirectories>..\src;..\3rdparty;..\3rdparty\mysql\include;..\3rdparty\msinttypes\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <PreprocessorDefinitions>WIN32;_WIN32;__WIN32;_DEBUG;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;FD_SETSIZE=4096;WITH_SQL;LIBCONFIG_STATIC;YY_USE_CONST;%(PreprocessorDefinitions)</PreprocessorDefinitions>
+ <PreprocessorDefinitions>WIN32;_WIN32;__WIN32;_DEBUG;PCRE_SUPPORT;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;FD_SETSIZE=4096;WITH_SQL;LIBCONFIG_STATIC;YY_USE_CONST;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<PreprocessToFile>false</PreprocessToFile>
<PreprocessSuppressLineNumbers>false</PreprocessSuppressLineNumbers>
<ExceptionHandling>
@@ -97,7 +97,7 @@
<EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations>
<WholeProgramOptimization>true</WholeProgramOptimization>
<AdditionalIncludeDirectories>..\src;..\3rdparty;..\3rdparty\mysql\include;..\3rdparty\msinttypes\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <PreprocessorDefinitions>WIN32;_WIN32;__WIN32;NDEBUG;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;FD_SETSIZE=4096;WITH_SQL;LIBCONFIG_STATIC;YY_USE_CONST;%(PreprocessorDefinitions)</PreprocessorDefinitions>
+ <PreprocessorDefinitions>WIN32;_WIN32;__WIN32;NDEBUG;PCRE_SUPPORT;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;FD_SETSIZE=4096;WITH_SQL;LIBCONFIG_STATIC;YY_USE_CONST;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<StringPooling>true</StringPooling>
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
<AdditionalOptions>