diff options
author | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-09-20 13:38:25 +0000 |
---|---|---|
committer | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-09-20 13:38:25 +0000 |
commit | 6f04be96164751652b986963f494699e47ad051e (patch) | |
tree | 0fa4e08e889818cf2cf8c1073c587e7f2016cdf9 /vcproj-8 | |
parent | 5245e666a09df5f401c1329bf5ee1fc1b09b1d16 (diff) | |
download | hercules-6f04be96164751652b986963f494699e47ad051e.tar.gz hercules-6f04be96164751652b986963f494699e47ad051e.tar.bz2 hercules-6f04be96164751652b986963f494699e47ad051e.tar.xz hercules-6f04be96164751652b986963f494699e47ad051e.zip |
Re-added vs8 txt-converter-char.vcproj build instructions that I ignorantly removed in r11147.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11247 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'vcproj-8')
-rw-r--r-- | vcproj-8/txt-converter-char.vcproj | 96 |
1 files changed, 96 insertions, 0 deletions
diff --git a/vcproj-8/txt-converter-char.vcproj b/vcproj-8/txt-converter-char.vcproj index 7e2b1bd45..bacd687a2 100644 --- a/vcproj-8/txt-converter-char.vcproj +++ b/vcproj-8/txt-converter-char.vcproj @@ -324,6 +324,22 @@ <File RelativePath="..\src\char_sql\char.c" > + <FileConfiguration + Name="Debug|Win32" + > + <Tool + Name="VCCLCompilerTool" + ObjectFile="$(IntDir)\$(InputName)_sql.obj" + /> + </FileConfiguration> + <FileConfiguration + Name="Release|Win32" + > + <Tool + Name="VCCLCompilerTool" + ObjectFile="$(IntDir)\$(InputName)_sql.obj" + /> + </FileConfiguration> </File> <File RelativePath="..\src\char_sql\char.h" @@ -332,6 +348,22 @@ <File RelativePath="..\src\char_sql\int_guild.c" > + <FileConfiguration + Name="Debug|Win32" + > + <Tool + Name="VCCLCompilerTool" + ObjectFile="$(IntDir)\$(InputName)_sql.obj" + /> + </FileConfiguration> + <FileConfiguration + Name="Release|Win32" + > + <Tool + Name="VCCLCompilerTool" + ObjectFile="$(IntDir)\$(InputName)_sql.obj" + /> + </FileConfiguration> </File> <File RelativePath="..\src\char_sql\int_guild.h" @@ -340,6 +372,22 @@ <File RelativePath="..\src\char_sql\int_party.c" > + <FileConfiguration + Name="Debug|Win32" + > + <Tool + Name="VCCLCompilerTool" + ObjectFile="$(IntDir)\$(InputName)_sql.obj" + /> + </FileConfiguration> + <FileConfiguration + Name="Release|Win32" + > + <Tool + Name="VCCLCompilerTool" + ObjectFile="$(IntDir)\$(InputName)_sql.obj" + /> + </FileConfiguration> </File> <File RelativePath="..\src\char_sql\int_party.h" @@ -348,6 +396,22 @@ <File RelativePath="..\src\char_sql\int_pet.c" > + <FileConfiguration + Name="Debug|Win32" + > + <Tool + Name="VCCLCompilerTool" + ObjectFile="$(IntDir)\$(InputName)_sql.obj" + /> + </FileConfiguration> + <FileConfiguration + Name="Release|Win32" + > + <Tool + Name="VCCLCompilerTool" + ObjectFile="$(IntDir)\$(InputName)_sql.obj" + /> + </FileConfiguration> </File> <File RelativePath="..\src\char_sql\int_pet.h" @@ -356,6 +420,22 @@ <File RelativePath="..\src\char_sql\int_storage.c" > + <FileConfiguration + Name="Debug|Win32" + > + <Tool + Name="VCCLCompilerTool" + ObjectFile="$(IntDir)\$(InputName)_sql.obj" + /> + </FileConfiguration> + <FileConfiguration + Name="Release|Win32" + > + <Tool + Name="VCCLCompilerTool" + ObjectFile="$(IntDir)\$(InputName)_sql.obj" + /> + </FileConfiguration> </File> <File RelativePath="..\src\char_sql\int_storage.h" @@ -364,6 +444,22 @@ <File RelativePath="..\src\char_sql\inter.c" > + <FileConfiguration + Name="Debug|Win32" + > + <Tool + Name="VCCLCompilerTool" + ObjectFile="$(IntDir)\$(InputName)_sql.obj" + /> + </FileConfiguration> + <FileConfiguration + Name="Release|Win32" + > + <Tool + Name="VCCLCompilerTool" + ObjectFile="$(IntDir)\$(InputName)_sql.obj" + /> + </FileConfiguration> </File> <File RelativePath="..\src\char_sql\inter.h" |