summaryrefslogtreecommitdiff
path: root/Hercules.xcodeproj
diff options
context:
space:
mode:
authorhemagx <hemagx2@gmail.com>2016-04-12 14:35:21 +0200
committerHaru <haru@dotalux.com>2016-04-16 07:39:53 +0200
commitc8ff1e77501d3edd9bf79fa7ab0281092906735c (patch)
tree42317e17580b24d334440a2e2e0fa41eec677eea /Hercules.xcodeproj
parentd8da35deb6afe62c9efd4a7f553832f4a596eab1 (diff)
downloadhercules-c8ff1e77501d3edd9bf79fa7ab0281092906735c.tar.gz
hercules-c8ff1e77501d3edd9bf79fa7ab0281092906735c.tar.bz2
hercules-c8ff1e77501d3edd9bf79fa7ab0281092906735c.tar.xz
hercules-c8ff1e77501d3edd9bf79fa7ab0281092906735c.zip
Rewrite client interface for login server (part 6)
Moved login clif code to lclif.c/lclif.h Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'Hercules.xcodeproj')
-rw-r--r--Hercules.xcodeproj/project.pbxproj6
1 files changed, 6 insertions, 0 deletions
diff --git a/Hercules.xcodeproj/project.pbxproj b/Hercules.xcodeproj/project.pbxproj
index 69edeacd3..4055a64b2 100644
--- a/Hercules.xcodeproj/project.pbxproj
+++ b/Hercules.xcodeproj/project.pbxproj
@@ -7,6 +7,7 @@
objects = {
/* Begin PBXBuildFile section */
+ A5296FCD1CAC40CF001ABCAC /* lclif.c in Sources */ = {isa = PBXBuildFile; fileRef = A5296FCA1CAC40CF001ABCAC /* lclif.c */; };
A5380CD71856CE3C0090CBC4 /* mapcache.c in Sources */ = {isa = PBXBuildFile; fileRef = A5380CD61856CE3C0090CBC4 /* mapcache.c */; };
A5380CD81856CE8A0090CBC4 /* console.c in Sources */ = {isa = PBXBuildFile; fileRef = A56CC692185643BB009EB79C /* console.c */; };
A5380CD91856CF4A0090CBC4 /* core.c in Sources */ = {isa = PBXBuildFile; fileRef = A56CC694185643BB009EB79C /* core.c */; };
@@ -218,6 +219,8 @@
/* End PBXCopyFilesBuildPhase section */
/* Begin PBXFileReference section */
+ A5296FCA1CAC40CF001ABCAC /* lclif.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = lclif.c; path = src/login/lclif.c; sourceTree = SOURCE_ROOT; };
+ A5296FCB1CAC40CF001ABCAC /* lclif.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = lclif.h; path = src/login/lclif.h; sourceTree = SOURCE_ROOT; };
A5380CCD1856CE180090CBC4 /* mapcache */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = mapcache; sourceTree = BUILT_PRODUCTS_DIR; };
A5380CD61856CE3C0090CBC4 /* mapcache.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = mapcache.c; path = src/tool/mapcache.c; sourceTree = "<group>"; };
A5467AD11A16FCB4008AFAA6 /* loginif.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = loginif.c; path = src/char/loginif.c; sourceTree = SOURCE_ROOT; };
@@ -550,6 +553,8 @@
A56CC66B18564315009EB79C /* login-server */ = {
isa = PBXGroup;
children = (
+ A5296FCA1CAC40CF001ABCAC /* lclif.c */,
+ A5296FCB1CAC40CF001ABCAC /* lclif.h */,
A5B894A81A03CDD4005AD22E /* HPMlogin.c */,
A5B894A91A03CDD4005AD22E /* HPMlogin.h */,
A56CC68118564387009EB79C /* account_sql.c */,
@@ -1189,6 +1194,7 @@
A5F7946C191CA34E002293AB /* sysinfo.c in Sources */,
A56CC74018564C23009EB79C /* mt19937ar.c in Sources */,
A5B894AA1A03CDD4005AD22E /* HPMlogin.c in Sources */,
+ A5296FCD1CAC40CF001ABCAC /* lclif.c in Sources */,
A56CC6DE185643BB009EB79C /* grfio.c in Sources */,
A56CC68C18564387009EB79C /* loginlog_sql.c in Sources */,
A56CC73118564C05009EB79C /* libconfig.c in Sources */,