diff options
author | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-03-29 13:14:18 +0000 |
---|---|---|
committer | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-03-29 13:14:18 +0000 |
commit | 82bfe67b47a6f51242dec643334fb6b7e2cfaad6 (patch) | |
tree | 02186d2d42a2e4414a611203da8dfe192940dde0 /vcproj-9 | |
parent | ad5290dcbfba41987835868c9b1113f15551dfda (diff) | |
download | hercules-82bfe67b47a6f51242dec643334fb6b7e2cfaad6.tar.gz hercules-82bfe67b47a6f51242dec643334fb6b7e2cfaad6.tar.bz2 hercules-82bfe67b47a6f51242dec643334fb6b7e2cfaad6.tar.xz hercules-82bfe67b47a6f51242dec643334fb6b7e2cfaad6.zip |
Fixed a compilation issue with r12446 (C can't handle non-constant initializers for static variables).
Switched trunk's VS9 project files back to "Compile as C code" (topic:183217).
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12448 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'vcproj-9')
-rw-r--r-- | vcproj-9/char-server_sql.vcproj | 4 | ||||
-rw-r--r-- | vcproj-9/char-server_txt.vcproj | 4 | ||||
-rw-r--r-- | vcproj-9/ladmin.vcproj | 4 | ||||
-rw-r--r-- | vcproj-9/login-server_sql.vcproj | 4 | ||||
-rw-r--r-- | vcproj-9/login-server_txt.vcproj | 4 | ||||
-rw-r--r-- | vcproj-9/map-server_sql.vcproj | 4 | ||||
-rw-r--r-- | vcproj-9/map-server_txt.vcproj | 4 | ||||
-rw-r--r-- | vcproj-9/mapcache.vcproj | 4 | ||||
-rw-r--r-- | vcproj-9/txt-converter-char.vcproj | 4 | ||||
-rw-r--r-- | vcproj-9/txt-converter-login.vcproj | 4 |
10 files changed, 20 insertions, 20 deletions
diff --git a/vcproj-9/char-server_sql.vcproj b/vcproj-9/char-server_sql.vcproj index b4d46301d..52ec7d7df 100644 --- a/vcproj-9/char-server_sql.vcproj +++ b/vcproj-9/char-server_sql.vcproj @@ -55,7 +55,7 @@ UsePrecompiledHeader="0" WarningLevel="3" DebugInformationFormat="4" - CompileAs="2" + CompileAs="1" /> <Tool Name="VCManagedResourceCompilerTool" @@ -145,7 +145,7 @@ UsePrecompiledHeader="0" WarningLevel="3" DebugInformationFormat="3" - CompileAs="2" + CompileAs="1" /> <Tool Name="VCManagedResourceCompilerTool" diff --git a/vcproj-9/char-server_txt.vcproj b/vcproj-9/char-server_txt.vcproj index ef6806380..cf909c7c0 100644 --- a/vcproj-9/char-server_txt.vcproj +++ b/vcproj-9/char-server_txt.vcproj @@ -55,7 +55,7 @@ UsePrecompiledHeader="0" WarningLevel="3" DebugInformationFormat="4" - CompileAs="2" + CompileAs="1" /> <Tool Name="VCManagedResourceCompilerTool" @@ -144,7 +144,7 @@ UsePrecompiledHeader="0" WarningLevel="3" DebugInformationFormat="3" - CompileAs="2" + CompileAs="1" /> <Tool Name="VCManagedResourceCompilerTool" diff --git a/vcproj-9/ladmin.vcproj b/vcproj-9/ladmin.vcproj index 69307a132..a734da38a 100644 --- a/vcproj-9/ladmin.vcproj +++ b/vcproj-9/ladmin.vcproj @@ -53,7 +53,7 @@ UsePrecompiledHeader="0" WarningLevel="3" DebugInformationFormat="4" - CompileAs="2" + CompileAs="1" /> <Tool Name="VCManagedResourceCompilerTool" @@ -142,7 +142,7 @@ UsePrecompiledHeader="0" WarningLevel="3" DebugInformationFormat="3" - CompileAs="2" + CompileAs="1" /> <Tool Name="VCManagedResourceCompilerTool" diff --git a/vcproj-9/login-server_sql.vcproj b/vcproj-9/login-server_sql.vcproj index ba9a6027c..693216f22 100644 --- a/vcproj-9/login-server_sql.vcproj +++ b/vcproj-9/login-server_sql.vcproj @@ -55,7 +55,7 @@ UsePrecompiledHeader="0" WarningLevel="3" DebugInformationFormat="4" - CompileAs="2" + CompileAs="1" /> <Tool Name="VCManagedResourceCompilerTool" @@ -147,7 +147,7 @@ PrecompiledHeaderFile="" WarningLevel="3" DebugInformationFormat="3" - CompileAs="2" + CompileAs="1" /> <Tool Name="VCManagedResourceCompilerTool" diff --git a/vcproj-9/login-server_txt.vcproj b/vcproj-9/login-server_txt.vcproj index 1ef895c32..1b5a61613 100644 --- a/vcproj-9/login-server_txt.vcproj +++ b/vcproj-9/login-server_txt.vcproj @@ -54,7 +54,7 @@ UsePrecompiledHeader="0" WarningLevel="3" DebugInformationFormat="4" - CompileAs="2" + CompileAs="1" /> <Tool Name="VCManagedResourceCompilerTool" @@ -143,7 +143,7 @@ UsePrecompiledHeader="0" WarningLevel="3" DebugInformationFormat="3" - CompileAs="2" + CompileAs="1" /> <Tool Name="VCManagedResourceCompilerTool" diff --git a/vcproj-9/map-server_sql.vcproj b/vcproj-9/map-server_sql.vcproj index df0d9a7c3..d752dda68 100644 --- a/vcproj-9/map-server_sql.vcproj +++ b/vcproj-9/map-server_sql.vcproj @@ -54,7 +54,7 @@ UsePrecompiledHeader="0" WarningLevel="3" DebugInformationFormat="4" - CompileAs="2" + CompileAs="1" /> <Tool Name="VCManagedResourceCompilerTool" @@ -144,7 +144,7 @@ UsePrecompiledHeader="0" WarningLevel="3" DebugInformationFormat="3" - CompileAs="2" + CompileAs="1" /> <Tool Name="VCManagedResourceCompilerTool" diff --git a/vcproj-9/map-server_txt.vcproj b/vcproj-9/map-server_txt.vcproj index 567a27ccc..e80547c57 100644 --- a/vcproj-9/map-server_txt.vcproj +++ b/vcproj-9/map-server_txt.vcproj @@ -54,7 +54,7 @@ UsePrecompiledHeader="0" WarningLevel="3" DebugInformationFormat="4" - CompileAs="2" + CompileAs="1" /> <Tool Name="VCManagedResourceCompilerTool" @@ -144,7 +144,7 @@ UsePrecompiledHeader="0" WarningLevel="3" DebugInformationFormat="3" - CompileAs="2" + CompileAs="1" /> <Tool Name="VCManagedResourceCompilerTool" diff --git a/vcproj-9/mapcache.vcproj b/vcproj-9/mapcache.vcproj index a67a7fce8..113611965 100644 --- a/vcproj-9/mapcache.vcproj +++ b/vcproj-9/mapcache.vcproj @@ -53,7 +53,7 @@ UsePrecompiledHeader="0" WarningLevel="3" DebugInformationFormat="4" - CompileAs="2" + CompileAs="1" /> <Tool Name="VCManagedResourceCompilerTool" @@ -142,7 +142,7 @@ UsePrecompiledHeader="0" WarningLevel="3" DebugInformationFormat="3" - CompileAs="2" + CompileAs="1" /> <Tool Name="VCManagedResourceCompilerTool" diff --git a/vcproj-9/txt-converter-char.vcproj b/vcproj-9/txt-converter-char.vcproj index ce2ff1762..97debfe11 100644 --- a/vcproj-9/txt-converter-char.vcproj +++ b/vcproj-9/txt-converter-char.vcproj @@ -54,7 +54,7 @@ UsePrecompiledHeader="0" WarningLevel="3" DebugInformationFormat="4" - CompileAs="2" + CompileAs="1" /> <Tool Name="VCManagedResourceCompilerTool" @@ -145,7 +145,7 @@ PrecompiledHeaderFile="" WarningLevel="3" DebugInformationFormat="3" - CompileAs="2" + CompileAs="1" /> <Tool Name="VCManagedResourceCompilerTool" diff --git a/vcproj-9/txt-converter-login.vcproj b/vcproj-9/txt-converter-login.vcproj index baf84d9e8..2b2097e11 100644 --- a/vcproj-9/txt-converter-login.vcproj +++ b/vcproj-9/txt-converter-login.vcproj @@ -54,7 +54,7 @@ UsePrecompiledHeader="0" WarningLevel="3" DebugInformationFormat="4" - CompileAs="2" + CompileAs="1" /> <Tool Name="VCManagedResourceCompilerTool" @@ -145,7 +145,7 @@ PrecompiledHeaderFile="" WarningLevel="3" DebugInformationFormat="3" - CompileAs="2" + CompileAs="1" /> <Tool Name="VCManagedResourceCompilerTool" |