diff options
author | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-09-28 15:02:55 +0000 |
---|---|---|
committer | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-09-28 15:02:55 +0000 |
commit | 3c48bb1a20a207eb04edfe366892d001bffe7e16 (patch) | |
tree | ebdc34db1ddd44aa79ccc56c0ef627a5002ca885 /vcproj-8 | |
parent | 8014d6b251dfadbcadb8154297f7076efd2029cd (diff) | |
download | hercules-3c48bb1a20a207eb04edfe366892d001bffe7e16.tar.gz hercules-3c48bb1a20a207eb04edfe366892d001bffe7e16.tar.bz2 hercules-3c48bb1a20a207eb04edfe366892d001bffe7e16.tar.xz hercules-3c48bb1a20a207eb04edfe366892d001bffe7e16.zip |
Fixing the txt-char converter compilation (bugreport:2171).
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13245 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'vcproj-8')
-rw-r--r-- | vcproj-8/txt-converter-char.vcproj | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/vcproj-8/txt-converter-char.vcproj b/vcproj-8/txt-converter-char.vcproj index a30463c22..91dfa8f03 100644 --- a/vcproj-8/txt-converter-char.vcproj +++ b/vcproj-8/txt-converter-char.vcproj @@ -375,6 +375,30 @@ > </File> <File + RelativePath="..\src\char_sql\int_mercenary.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_mercenary.h" + > + </File> + <File RelativePath="..\src\char_sql\int_party.c" > <FileConfiguration |