summaryrefslogtreecommitdiff
path: root/vcproj-8
diff options
context:
space:
mode:
authorultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-03-26 00:02:57 +0000
committerultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-03-26 00:02:57 +0000
commit4b725ec2c484f73f4474f998fda27f59a624c10d (patch)
treee7c6a63b90cea3d2b514379df3bca96bc1519968 /vcproj-8
parentff9b3bdbd02a62bfa4769586fb436af53d9710f3 (diff)
downloadhercules-4b725ec2c484f73f4474f998fda27f59a624c10d.tar.gz
hercules-4b725ec2c484f73f4474f998fda27f59a624c10d.tar.bz2
hercules-4b725ec2c484f73f4474f998fda27f59a624c10d.tar.xz
hercules-4b725ec2c484f73f4474f998fda27f59a624c10d.zip
Changed the vs8 used crt library to static linking
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10070 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'vcproj-8')
-rw-r--r--vcproj-8/char-server_sql.vcproj4
-rw-r--r--vcproj-8/char-server_txt.vcproj4
-rw-r--r--vcproj-8/login-server_sql.vcproj4
-rw-r--r--vcproj-8/login-server_txt.vcproj4
-rw-r--r--vcproj-8/map-server_sql.vcproj4
-rw-r--r--vcproj-8/map-server_txt.vcproj4
-rw-r--r--vcproj-8/mapcache.vcproj4
7 files changed, 14 insertions, 14 deletions
diff --git a/vcproj-8/char-server_sql.vcproj b/vcproj-8/char-server_sql.vcproj
index 5da1e3d82..b1c5169ea 100644
--- a/vcproj-8/char-server_sql.vcproj
+++ b/vcproj-8/char-server_sql.vcproj
@@ -47,7 +47,7 @@
MinimalRebuild="true"
ExceptionHandling="0"
BasicRuntimeChecks="3"
- RuntimeLibrary="3"
+ RuntimeLibrary="1"
EnableFunctionLevelLinking="true"
DefaultCharIsUnsigned="false"
UsePrecompiledHeader="0"
@@ -139,7 +139,7 @@
AdditionalIncludeDirectories="..\src\common;..\src\zlib;..\src\mysql"
PreprocessorDefinitions="WIN32;_WIN32;__WIN32;NDEBUG;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;FD_SETSIZE=4096;DB_MANUAL_CAST_TO_UNION"
StringPooling="true"
- RuntimeLibrary="2"
+ RuntimeLibrary="0"
DefaultCharIsUnsigned="false"
UsePrecompiledHeader="0"
WarningLevel="3"
diff --git a/vcproj-8/char-server_txt.vcproj b/vcproj-8/char-server_txt.vcproj
index 6d1dac4fe..21c2f8394 100644
--- a/vcproj-8/char-server_txt.vcproj
+++ b/vcproj-8/char-server_txt.vcproj
@@ -47,7 +47,7 @@
MinimalRebuild="true"
ExceptionHandling="0"
BasicRuntimeChecks="3"
- RuntimeLibrary="3"
+ RuntimeLibrary="1"
EnableFunctionLevelLinking="true"
DefaultCharIsUnsigned="false"
UsePrecompiledHeader="0"
@@ -138,7 +138,7 @@
AdditionalIncludeDirectories="..\src\common;..\src\zlib"
PreprocessorDefinitions="WIN32;_WIN32;__WIN32;NDEBUG;TXT_ONLY;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;FD_SETSIZE=4096;DB_MANUAL_CAST_TO_UNION"
StringPooling="true"
- RuntimeLibrary="2"
+ RuntimeLibrary="0"
DefaultCharIsUnsigned="false"
UsePrecompiledHeader="0"
WarningLevel="3"
diff --git a/vcproj-8/login-server_sql.vcproj b/vcproj-8/login-server_sql.vcproj
index ce79f7c1c..80b62de8f 100644
--- a/vcproj-8/login-server_sql.vcproj
+++ b/vcproj-8/login-server_sql.vcproj
@@ -47,7 +47,7 @@
MinimalRebuild="true"
ExceptionHandling="0"
BasicRuntimeChecks="3"
- RuntimeLibrary="3"
+ RuntimeLibrary="1"
EnableFunctionLevelLinking="true"
DefaultCharIsUnsigned="false"
UsePrecompiledHeader="0"
@@ -139,7 +139,7 @@
AdditionalIncludeDirectories="..\src\common;..\src\zlib;..\src\mysql"
PreprocessorDefinitions="WIN32;_WIN32;__WIN32;NDEBUG;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;FD_SETSIZE=4096;DB_MANUAL_CAST_TO_UNION"
StringPooling="true"
- RuntimeLibrary="2"
+ RuntimeLibrary="0"
DefaultCharIsUnsigned="false"
UsePrecompiledHeader="0"
PrecompiledHeaderThrough=""
diff --git a/vcproj-8/login-server_txt.vcproj b/vcproj-8/login-server_txt.vcproj
index 52680076c..e4f027212 100644
--- a/vcproj-8/login-server_txt.vcproj
+++ b/vcproj-8/login-server_txt.vcproj
@@ -46,7 +46,7 @@
MinimalRebuild="true"
ExceptionHandling="0"
BasicRuntimeChecks="3"
- RuntimeLibrary="3"
+ RuntimeLibrary="1"
EnableFunctionLevelLinking="true"
DefaultCharIsUnsigned="false"
UsePrecompiledHeader="0"
@@ -137,7 +137,7 @@
AdditionalIncludeDirectories="..\src\common;..\src\zlib"
PreprocessorDefinitions="WIN32;_WIN32;__WIN32;NDEBUG;TXT_ONLY;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;FD_SETSIZE=4096;DB_MANUAL_CAST_TO_UNION"
StringPooling="true"
- RuntimeLibrary="2"
+ RuntimeLibrary="0"
DefaultCharIsUnsigned="false"
UsePrecompiledHeader="0"
WarningLevel="3"
diff --git a/vcproj-8/map-server_sql.vcproj b/vcproj-8/map-server_sql.vcproj
index 4c12296df..8e41b5a25 100644
--- a/vcproj-8/map-server_sql.vcproj
+++ b/vcproj-8/map-server_sql.vcproj
@@ -46,7 +46,7 @@
MinimalRebuild="true"
ExceptionHandling="0"
BasicRuntimeChecks="3"
- RuntimeLibrary="3"
+ RuntimeLibrary="1"
EnableFunctionLevelLinking="true"
DefaultCharIsUnsigned="false"
UsePrecompiledHeader="0"
@@ -138,7 +138,7 @@
AdditionalIncludeDirectories="..\src\common;..\src\zlib;..\src\mysql"
PreprocessorDefinitions="WIN32;_WIN32;__WIN32;NDEBUG;PCRE_SUPPORT;MAPREGSQL;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;FD_SETSIZE=4096;DB_MANUAL_CAST_TO_UNION"
StringPooling="true"
- RuntimeLibrary="2"
+ RuntimeLibrary="0"
DefaultCharIsUnsigned="false"
UsePrecompiledHeader="0"
WarningLevel="3"
diff --git a/vcproj-8/map-server_txt.vcproj b/vcproj-8/map-server_txt.vcproj
index 0a393c16a..cdc971080 100644
--- a/vcproj-8/map-server_txt.vcproj
+++ b/vcproj-8/map-server_txt.vcproj
@@ -46,7 +46,7 @@
MinimalRebuild="true"
ExceptionHandling="0"
BasicRuntimeChecks="3"
- RuntimeLibrary="3"
+ RuntimeLibrary="1"
EnableFunctionLevelLinking="true"
DefaultCharIsUnsigned="false"
UsePrecompiledHeader="0"
@@ -137,7 +137,7 @@
AdditionalIncludeDirectories="..\src\common;..\src\zlib"
PreprocessorDefinitions="WIN32;_WIN32;__WIN32;NDEBUG;PCRE_SUPPORT;TXT_ONLY;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;FD_SETSIZE=4096;DB_MANUAL_CAST_TO_UNION"
StringPooling="true"
- RuntimeLibrary="2"
+ RuntimeLibrary="0"
EnableFunctionLevelLinking="false"
DefaultCharIsUnsigned="false"
UsePrecompiledHeader="0"
diff --git a/vcproj-8/mapcache.vcproj b/vcproj-8/mapcache.vcproj
index f0cd4c4d6..d66145b5b 100644
--- a/vcproj-8/mapcache.vcproj
+++ b/vcproj-8/mapcache.vcproj
@@ -46,7 +46,7 @@
MinimalRebuild="true"
ExceptionHandling="0"
BasicRuntimeChecks="3"
- RuntimeLibrary="3"
+ RuntimeLibrary="1"
EnableFunctionLevelLinking="true"
DefaultCharIsUnsigned="false"
UsePrecompiledHeader="0"
@@ -137,7 +137,7 @@
AdditionalIncludeDirectories="..\src\common;..\src\zlib"
PreprocessorDefinitions="WIN32;_WIN32;__WIN32;NDEBUG;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
StringPooling="true"
- RuntimeLibrary="2"
+ RuntimeLibrary="0"
EnableFunctionLevelLinking="false"
DefaultCharIsUnsigned="false"
UsePrecompiledHeader="0"