diff options
author | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-04-05 12:33:02 +0000 |
---|---|---|
committer | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-04-05 12:33:02 +0000 |
commit | a8470f6c2a63610e92de5838a8d41073df3ea1c0 (patch) | |
tree | d263bedd679e9b8bbebc478bce743bdef7f9c2cf /vcproj-8 | |
parent | 75d478167c9a6592d98cc282611640c74c44c9bd (diff) | |
download | hercules-a8470f6c2a63610e92de5838a8d41073df3ea1c0.tar.gz hercules-a8470f6c2a63610e92de5838a8d41073df3ea1c0.tar.bz2 hercules-a8470f6c2a63610e92de5838a8d41073df3ea1c0.tar.xz hercules-a8470f6c2a63610e92de5838a8d41073df3ea1c0.zip |
Reverted my recent changes to trunk.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12493 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'vcproj-8')
-rw-r--r-- | vcproj-8/login-server_sql.vcproj | 8 | ||||
-rw-r--r-- | vcproj-8/login-server_txt.vcproj | 6 |
2 files changed, 3 insertions, 11 deletions
diff --git a/vcproj-8/login-server_sql.vcproj b/vcproj-8/login-server_sql.vcproj index e28bc5aed..9a128df80 100644 --- a/vcproj-8/login-server_sql.vcproj +++ b/vcproj-8/login-server_sql.vcproj @@ -208,15 +208,11 @@ Name="login_sql" > <File - RelativePath="..\src\login\login.c" + RelativePath="..\src\login_sql\login.c" > </File> <File - RelativePath="..\src\login\login.h" - > - </File> - <File - RelativePath="..\src\login\login_sql.c" + RelativePath="..\src\login_sql\login.h" > </File> </Filter> diff --git a/vcproj-8/login-server_txt.vcproj b/vcproj-8/login-server_txt.vcproj index 5ba3123a3..d4611de8d 100644 --- a/vcproj-8/login-server_txt.vcproj +++ b/vcproj-8/login-server_txt.vcproj @@ -208,15 +208,11 @@ > </File> <File - RelativePath="..\src\login\login.h" - > - </File> - <File RelativePath="..\src\login\login.c" > </File> <File - RelativePath="..\src\login\login_txt.c" + RelativePath="..\src\login\login.h" > </File> </Filter> |