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-6/login-server_txt.dsp | |
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-6/login-server_txt.dsp')
-rw-r--r-- | vcproj-6/login-server_txt.dsp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcproj-6/login-server_txt.dsp b/vcproj-6/login-server_txt.dsp index c6b39002f..64babedde 100644 --- a/vcproj-6/login-server_txt.dsp +++ b/vcproj-6/login-server_txt.dsp @@ -191,7 +191,7 @@ SOURCE=..\src\login\admin.c # End Source File
# Begin Source File
-SOURCE=..\src\login\login.c
+SOURCE=..\src\login\login_txt.c
# End Source File
# Begin Source File
|