diff options
author | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-04-04 17:07:31 +0000 |
---|---|---|
committer | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-04-04 17:07:31 +0000 |
commit | 43aa8bba7be095cd630a04a93338877ae6aedcad (patch) | |
tree | 05917fa6020a17edada16079fc58e4de7054f5a0 /vcproj-9 | |
parent | 15387e5e8a9b274b010a8aa4a225a15813fbcfa8 (diff) | |
download | hercules-43aa8bba7be095cd630a04a93338877ae6aedcad.tar.gz hercules-43aa8bba7be095cd630a04a93338877ae6aedcad.tar.bz2 hercules-43aa8bba7be095cd630a04a93338877ae6aedcad.tar.xz hercules-43aa8bba7be095cd630a04a93338877ae6aedcad.zip |
Preparations for the login server TXT/SQL merge
- copied the sql login server code to /src/login
- merged the login server header files
- moved the account savefile name config setting to inter_athena.conf and renamed it to match the other settings
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12478 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'vcproj-9')
-rw-r--r-- | vcproj-9/login-server_sql.vcproj | 4 | ||||
-rw-r--r-- | vcproj-9/login-server_txt.vcproj | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/vcproj-9/login-server_sql.vcproj b/vcproj-9/login-server_sql.vcproj index 693216f22..865be9caf 100644 --- a/vcproj-9/login-server_sql.vcproj +++ b/vcproj-9/login-server_sql.vcproj @@ -206,11 +206,11 @@ Name="login_sql" > <File - RelativePath="..\src\login_sql\login.c" + RelativePath="..\src\login\login_sql.c" > </File> <File - RelativePath="..\src\login_sql\login.h" + RelativePath="..\src\login\login.h" > </File> </Filter> diff --git a/vcproj-9/login-server_txt.vcproj b/vcproj-9/login-server_txt.vcproj index 1b5a61613..9264556cc 100644 --- a/vcproj-9/login-server_txt.vcproj +++ b/vcproj-9/login-server_txt.vcproj @@ -205,7 +205,7 @@ > </File> <File - RelativePath="..\src\login\login.c" + RelativePath="..\src\login\login_txt.c" > </File> <File |