diff options
author | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-04-04 20:07:53 +0000 |
---|---|---|
committer | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-04-04 20:07:53 +0000 |
commit | 187ad9248b52c8fc083f63dc1155bb490e20f280 (patch) | |
tree | 43b77e50f5235ac416caebb25665ee6b63a52936 /vcproj-6/login-server_txt.dsp | |
parent | 43aa8bba7be095cd630a04a93338877ae6aedcad (diff) | |
download | hercules-187ad9248b52c8fc083f63dc1155bb490e20f280.tar.gz hercules-187ad9248b52c8fc083f63dc1155bb490e20f280.tar.bz2 hercules-187ad9248b52c8fc083f63dc1155bb490e20f280.tar.xz hercules-187ad9248b52c8fc083f63dc1155bb490e20f280.zip |
Added login.c to hold most of the common functionality of the login server.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12479 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'vcproj-6/login-server_txt.dsp')
-rw-r--r-- | vcproj-6/login-server_txt.dsp | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/vcproj-6/login-server_txt.dsp b/vcproj-6/login-server_txt.dsp index 64babedde..99cc6b1c5 100644 --- a/vcproj-6/login-server_txt.dsp +++ b/vcproj-6/login-server_txt.dsp @@ -191,12 +191,16 @@ SOURCE=..\src\login\admin.c # End Source File
# Begin Source File
-SOURCE=..\src\login\login_txt.c
+SOURCE=..\src\login\login.c
# End Source File
# Begin Source File
SOURCE=..\src\login\login.h
# End Source File
+# Begin Source File
+
+SOURCE=..\src\login\login_txt.c
+# End Source File
# End Group
# End Target
# End Project
|