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-8 | |
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-8')
-rw-r--r-- | vcproj-8/login-server_sql.vcproj | 6 | ||||
-rw-r--r-- | vcproj-8/login-server_txt.vcproj | 8 |
2 files changed, 11 insertions, 3 deletions
diff --git a/vcproj-8/login-server_sql.vcproj b/vcproj-8/login-server_sql.vcproj index deb8f6c3f..e28bc5aed 100644 --- a/vcproj-8/login-server_sql.vcproj +++ b/vcproj-8/login-server_sql.vcproj @@ -208,13 +208,17 @@ Name="login_sql" > <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-8/login-server_txt.vcproj b/vcproj-8/login-server_txt.vcproj index e764f86bf..5ba3123a3 100644 --- a/vcproj-8/login-server_txt.vcproj +++ b/vcproj-8/login-server_txt.vcproj @@ -208,11 +208,15 @@ > </File> <File - RelativePath="..\src\login\login_txt.c" + RelativePath="..\src\login\login.h" > </File> <File - RelativePath="..\src\login\login.h" + RelativePath="..\src\login\login.c" + > + </File> + <File + RelativePath="..\src\login\login_txt.c" > </File> </Filter> |