]> arthur.barton.de Git - ngircd-alex.git/blobdiff - contrib/MacOSX/ngIRCd.xcodeproj/project.pbxproj
Introduce option to configure the maximum nick name lenth in ngircd.conf
[ngircd-alex.git] / contrib / MacOSX / ngIRCd.xcodeproj / project.pbxproj
index 666fa312892c2c83cc5f1a05225d664fd51fe629..1a032a79f5121ce9506b8f6a9d4227035cb8860f 100644 (file)
@@ -34,6 +34,7 @@
                FA322D4D0CEF74B1001761B3 /* resolve.c in Sources */ = {isa = PBXBuildFile; fileRef = FA322D0C0CEF74B1001761B3 /* resolve.c */; };
                FA322DBE0CEF7766001761B3 /* tool.c in Sources */ = {isa = PBXBuildFile; fileRef = FA322D330CEF74B1001761B3 /* tool.c */; };
                FA322DC10CEF77CB001761B3 /* libz.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = FA322DC00CEF77CB001761B3 /* libz.dylib */; };
+               FAE5CC2E0CF2308A007D69B6 /* numeric.c in Sources */ = {isa = PBXBuildFile; fileRef = FAE5CC2D0CF2308A007D69B6 /* numeric.c */; };
 /* End PBXBuildFile section */
 
 /* Begin PBXCopyFilesBuildPhase section */
                FA322D710CEF7523001761B3 /* ngircd.postinst */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = text.script.sh; path = ngircd.postinst; sourceTree = "<group>"; };
                FA322D720CEF7523001761B3 /* rules */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = text; path = rules; sourceTree = "<group>"; };
                FA322D740CEF7523001761B3 /* .cvsignore */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = text; path = .cvsignore; sourceTree = "<group>"; };
-               FA322D790CEF7523001761B3 /* ngIRCd.hmap */ = {isa = PBXFileReference; lastKnownFileType = file; path = ngIRCd.hmap; sourceTree = "<group>"; };
-               FA322D7C0CEF7523001761B3 /* ngIRCd.LinkFileList */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = text; path = ngIRCd.LinkFileList; sourceTree = "<group>"; };
-               FA322D7E0CEF7523001761B3 /* ngIRCd.LinkFileList */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = text; path = ngIRCd.LinkFileList; sourceTree = "<group>"; };
-               FA322D800CEF7523001761B3 /* categories.pbxbtree */ = {isa = PBXFileReference; lastKnownFileType = file; path = categories.pbxbtree; sourceTree = "<group>"; };
-               FA322D810CEF7523001761B3 /* cdecls.pbxbtree */ = {isa = PBXFileReference; lastKnownFileType = file; path = cdecls.pbxbtree; sourceTree = "<group>"; };
-               FA322D820CEF7523001761B3 /* decls.pbxbtree */ = {isa = PBXFileReference; lastKnownFileType = file; path = decls.pbxbtree; sourceTree = "<group>"; };
-               FA322D830CEF7523001761B3 /* files.pbxbtree */ = {isa = PBXFileReference; lastKnownFileType = file; path = files.pbxbtree; sourceTree = "<group>"; };
-               FA322D840CEF7523001761B3 /* imports.pbxbtree */ = {isa = PBXFileReference; lastKnownFileType = file; path = imports.pbxbtree; sourceTree = "<group>"; };
-               FA322D850CEF7523001761B3 /* pbxindex.header */ = {isa = PBXFileReference; lastKnownFileType = file; path = pbxindex.header; sourceTree = "<group>"; };
-               FA322D860CEF7523001761B3 /* protocols.pbxbtree */ = {isa = PBXFileReference; lastKnownFileType = file; path = protocols.pbxbtree; sourceTree = "<group>"; };
-               FA322D870CEF7523001761B3 /* refs.pbxbtree */ = {isa = PBXFileReference; lastKnownFileType = file; path = refs.pbxbtree; sourceTree = "<group>"; };
-               FA322D890CEF7523001761B3 /* control */ = {isa = PBXFileReference; lastKnownFileType = file; path = control; sourceTree = "<group>"; };
-               FA322D8A0CEF7523001761B3 /* strings */ = {isa = PBXFileReference; lastKnownFileType = file; path = strings; sourceTree = "<group>"; };
-               FA322D8B0CEF7523001761B3 /* subclasses.pbxbtree */ = {isa = PBXFileReference; lastKnownFileType = file; path = subclasses.pbxbtree; sourceTree = "<group>"; };
-               FA322D8C0CEF7523001761B3 /* symbols0.pbxsymbols */ = {isa = PBXFileReference; lastKnownFileType = file; path = symbols0.pbxsymbols; sourceTree = "<group>"; };
                FA322D8D0CEF7523001761B3 /* Makefile.am */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = text; path = Makefile.am; sourceTree = "<group>"; };
                FA322D8E0CEF7523001761B3 /* ngIRCd.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = ngIRCd.xcodeproj; sourceTree = "<group>"; };
                FA322D910CEF7523001761B3 /* Makefile.am */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = text; path = Makefile.am; sourceTree = "<group>"; };
                FA322DB10CEF7565001761B3 /* config.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = config.h; sourceTree = "<group>"; };
                FA322DBB0CEF773C001761B3 /* cvs-version.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "cvs-version.h"; sourceTree = "<group>"; };
                FA322DC00CEF77CB001761B3 /* libz.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libz.dylib; path = /usr/lib/libz.dylib; sourceTree = "<absolute>"; };
+               FAE5CC2C0CF2308A007D69B6 /* numeric.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = numeric.h; sourceTree = "<group>"; };
+               FAE5CC2D0CF2308A007D69B6 /* numeric.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = numeric.c; sourceTree = "<group>"; };
 /* End PBXFileReference section */
 
 /* Begin PBXFrameworksBuildPhase section */
                                FA322D050CEF74B1001761B3 /* messages.h */,
                                FA322D060CEF74B1001761B3 /* ngircd.c */,
                                FA322D070CEF74B1001761B3 /* ngircd.h */,
+                               FAE5CC2D0CF2308A007D69B6 /* numeric.c */,
+                               FAE5CC2C0CF2308A007D69B6 /* numeric.h */,
                                FA322D080CEF74B1001761B3 /* parse.c */,
                                FA322D090CEF74B1001761B3 /* parse.h */,
                                FA322D0A0CEF74B1001761B3 /* rendezvous.c */,
                FA322D780CEF7523001761B3 /* ngIRCd.build */ = {
                        isa = PBXGroup;
                        children = (
-                               FA322D790CEF7523001761B3 /* ngIRCd.hmap */,
                                FA322D7A0CEF7523001761B3 /* Objects-normal */,
                        );
                        path = ngIRCd.build;
                FA322D7B0CEF7523001761B3 /* i386 */ = {
                        isa = PBXGroup;
                        children = (
-                               FA322D7C0CEF7523001761B3 /* ngIRCd.LinkFileList */,
                        );
                        path = i386;
                        sourceTree = "<group>";
                FA322D7D0CEF7523001761B3 /* ppc */ = {
                        isa = PBXGroup;
                        children = (
-                               FA322D7E0CEF7523001761B3 /* ngIRCd.LinkFileList */,
                        );
                        path = ppc;
                        sourceTree = "<group>";
                FA322D7F0CEF7523001761B3 /* ngIRCd.pbxindex */ = {
                        isa = PBXGroup;
                        children = (
-                               FA322D800CEF7523001761B3 /* categories.pbxbtree */,
-                               FA322D810CEF7523001761B3 /* cdecls.pbxbtree */,
-                               FA322D820CEF7523001761B3 /* decls.pbxbtree */,
-                               FA322D830CEF7523001761B3 /* files.pbxbtree */,
-                               FA322D840CEF7523001761B3 /* imports.pbxbtree */,
-                               FA322D850CEF7523001761B3 /* pbxindex.header */,
-                               FA322D860CEF7523001761B3 /* protocols.pbxbtree */,
-                               FA322D870CEF7523001761B3 /* refs.pbxbtree */,
                                FA322D880CEF7523001761B3 /* strings.pbxstrings */,
-                               FA322D8B0CEF7523001761B3 /* subclasses.pbxbtree */,
-                               FA322D8C0CEF7523001761B3 /* symbols0.pbxsymbols */,
                        );
                        path = ngIRCd.pbxindex;
                        sourceTree = "<group>";
                FA322D880CEF7523001761B3 /* strings.pbxstrings */ = {
                        isa = PBXGroup;
                        children = (
-                               FA322D890CEF7523001761B3 /* control */,
-                               FA322D8A0CEF7523001761B3 /* strings */,
                        );
                        path = strings.pbxstrings;
                        sourceTree = "<group>";
                                FA322D4C0CEF74B1001761B3 /* rendezvous.c in Sources */,
                                FA322D4D0CEF74B1001761B3 /* resolve.c in Sources */,
                                FA322DBE0CEF7766001761B3 /* tool.c in Sources */,
+                               FAE5CC2E0CF2308A007D69B6 /* numeric.c in Sources */,
                        );
                        runOnlyForDeploymentPostprocessing = 0;
                };