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/char-server_txt.vcproj | |
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/char-server_txt.vcproj')
-rw-r--r-- | vcproj-9/char-server_txt.vcproj | 4 |
1 files changed, 2 insertions, 2 deletions
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" |