summaryrefslogtreecommitdiff
path: root/vcproj-8
diff options
context:
space:
mode:
authorultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-02-08 10:23:24 +0000
committerultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-02-08 10:23:24 +0000
commitf29359fcf2aa39215fa25d296b657fc4bc88f834 (patch)
treec963dfaa831707f0839f220f964712041192092c /vcproj-8
parente02735add93bb769c7911976eecac42544f33736 (diff)
downloadhercules-f29359fcf2aa39215fa25d296b657fc4bc88f834.tar.gz
hercules-f29359fcf2aa39215fa25d296b657fc4bc88f834.tar.bz2
hercules-f29359fcf2aa39215fa25d296b657fc4bc88f834.tar.xz
hercules-f29359fcf2aa39215fa25d296b657fc4bc88f834.zip
Fixed wrong message in item group loading code (bugreport:936)
Fixed 'charisalpha' not working for the first char (bugreport:940) Disabled signed/unsigned warnings for visual studio 2005 git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12186 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'vcproj-8')
-rw-r--r--vcproj-8/map-server_sql.vcproj1
-rw-r--r--vcproj-8/map-server_txt.vcproj2
2 files changed, 2 insertions, 1 deletions
diff --git a/vcproj-8/map-server_sql.vcproj b/vcproj-8/map-server_sql.vcproj
index d1cd17c8c..3298d9fb2 100644
--- a/vcproj-8/map-server_sql.vcproj
+++ b/vcproj-8/map-server_sql.vcproj
@@ -39,6 +39,7 @@
/>
<Tool
Name="VCCLCompilerTool"
+ AdditionalOptions="/wd4018&#x0D;&#x0A;/wd4100"
Optimization="0"
AdditionalIncludeDirectories="..\src\common;..\src\zlib;..\src\mysql"
PreprocessorDefinitions="WIN32;_WIN32;__WIN32;_DEBUG;PCRE_SUPPORT;MAPREGSQL;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;FD_SETSIZE=4096;DB_MANUAL_CAST_TO_UNION"
diff --git a/vcproj-8/map-server_txt.vcproj b/vcproj-8/map-server_txt.vcproj
index 24069e35c..a25aa9d6c 100644
--- a/vcproj-8/map-server_txt.vcproj
+++ b/vcproj-8/map-server_txt.vcproj
@@ -39,7 +39,7 @@
/>
<Tool
Name="VCCLCompilerTool"
- AdditionalOptions="/wd4100"
+ AdditionalOptions="/wd4018&#x0D;&#x0A;/wd4100"
Optimization="0"
AdditionalIncludeDirectories="..\src\common;..\src\zlib"
PreprocessorDefinitions="WIN32;_WIN32;__WIN32;_DEBUG;PCRE_SUPPORT;TXT_ONLY;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;FD_SETSIZE=4096;DB_MANUAL_CAST_TO_UNION"