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-7.1 | |
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-7.1')
-rw-r--r-- | vcproj-7.1/login-server_sql.vcproj | 5 | ||||
-rw-r--r-- | vcproj-7.1/login-server_txt.vcproj | 5 |
2 files changed, 8 insertions, 2 deletions
diff --git a/vcproj-7.1/login-server_sql.vcproj b/vcproj-7.1/login-server_sql.vcproj index 90bd8aad2..3fded2bfa 100644 --- a/vcproj-7.1/login-server_sql.vcproj +++ b/vcproj-7.1/login-server_sql.vcproj @@ -145,11 +145,14 @@ Name="login_sql" Filter=""> <File - RelativePath="..\src\login\login_sql.c"> + RelativePath="..\src\login\login.c"> </File> <File RelativePath="..\src\login\login.h"> </File> + <File + RelativePath="..\src\login\login_sql.c"> + </File> </Filter> <Filter Name="common" diff --git a/vcproj-7.1/login-server_txt.vcproj b/vcproj-7.1/login-server_txt.vcproj index 6e16a7641..38566c31d 100644 --- a/vcproj-7.1/login-server_txt.vcproj +++ b/vcproj-7.1/login-server_txt.vcproj @@ -151,11 +151,14 @@ RelativePath="..\src\login\admin.c"> </File> <File - RelativePath="..\src\login\login_txt.c"> + RelativePath="..\src\login\login.c"> </File> <File RelativePath="..\src\login\login.h"> </File> + <File + RelativePath="..\src\login\login_txt.c"> + </File> </Filter> <Filter Name="common" |