diff options
author | gepard1984 <gepard1984@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-01-20 20:33:32 +0000 |
---|---|---|
committer | gepard1984 <gepard1984@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-01-20 20:33:32 +0000 |
commit | 44d7606656a650dc43018b5c63bb56ad1f70e77c (patch) | |
tree | a34a45286714803911fe2bf55315c611a444e605 /vcproj-9/char-server_sql.vcproj | |
parent | a02514bc54c044f141520118ffd7e0b6ff5ecae2 (diff) | |
download | hercules-44d7606656a650dc43018b5c63bb56ad1f70e77c.tar.gz hercules-44d7606656a650dc43018b5c63bb56ad1f70e77c.tar.bz2 hercules-44d7606656a650dc43018b5c63bb56ad1f70e77c.tar.xz hercules-44d7606656a650dc43018b5c63bb56ad1f70e77c.zip |
Merged TXT removal branch back to trunk.
* TXT save engine is removed and no longer supported.
* See also tid:53926, tid:57717.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15503 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'vcproj-9/char-server_sql.vcproj')
-rw-r--r-- | vcproj-9/char-server_sql.vcproj | 44 |
1 files changed, 22 insertions, 22 deletions
diff --git a/vcproj-9/char-server_sql.vcproj b/vcproj-9/char-server_sql.vcproj index 557b6e149..06c006cd4 100644 --- a/vcproj-9/char-server_sql.vcproj +++ b/vcproj-9/char-server_sql.vcproj @@ -357,91 +357,91 @@ Name="char_sql" > <File - RelativePath="..\src\char_sql\char.c" + RelativePath="..\src\char\char.c" > </File> <File - RelativePath="..\src\char_sql\char.h" + RelativePath="..\src\char\char.h" > </File> <File - RelativePath="..\src\char_sql\int_auction.c" + RelativePath="..\src\char\int_auction.c" > </File> <File - RelativePath="..\src\char_sql\int_auction.h" + RelativePath="..\src\char\int_auction.h" > </File> <File - RelativePath="..\src\char_sql\int_guild.c" + RelativePath="..\src\char\int_guild.c" > </File> <File - RelativePath="..\src\char_sql\int_guild.h" + RelativePath="..\src\char\int_guild.h" > </File> <File - RelativePath="..\src\char_sql\int_homun.c" + RelativePath="..\src\char\int_homun.c" > </File> <File - RelativePath="..\src\char_sql\int_homun.h" + RelativePath="..\src\char\int_homun.h" > </File> <File - RelativePath="..\src\char_sql\int_mail.c" + RelativePath="..\src\char\int_mail.c" > </File> <File - RelativePath="..\src\char_sql\int_mail.h" + RelativePath="..\src\char\int_mail.h" > </File> <File - RelativePath="..\src\char_sql\int_mercenary.c" + RelativePath="..\src\char\int_mercenary.c" > </File> <File - RelativePath="..\src\char_sql\int_mercenary.h" + RelativePath="..\src\char\int_mercenary.h" > </File> <File - RelativePath="..\src\char_sql\int_party.c" + RelativePath="..\src\char\int_party.c" > </File> <File - RelativePath="..\src\char_sql\int_party.h" + RelativePath="..\src\char\int_party.h" > </File> <File - RelativePath="..\src\char_sql\int_pet.c" + RelativePath="..\src\char\int_pet.c" > </File> <File - RelativePath="..\src\char_sql\int_pet.h" + RelativePath="..\src\char\int_pet.h" > </File> <File - RelativePath="..\src\char_sql\int_quest.c" + RelativePath="..\src\char\int_quest.c" > </File> <File - RelativePath="..\src\char_sql\int_quest.h" + RelativePath="..\src\char\int_quest.h" > </File> <File - RelativePath="..\src\char_sql\int_storage.c" + RelativePath="..\src\char\int_storage.c" > </File> <File - RelativePath="..\src\char_sql\int_storage.h" + RelativePath="..\src\char\int_storage.h" > </File> <File - RelativePath="..\src\char_sql\inter.c" + RelativePath="..\src\char\inter.c" > </File> <File - RelativePath="..\src\char_sql\inter.h" + RelativePath="..\src\char\inter.h" > </File> </Filter> |