mirror of
https://github.com/darlinghq/darling-libkqueue.git
synced 2024-11-23 11:49:50 +00:00
Updated Xcode project
git-svn-id: svn://svn.code.sf.net/p/libkqueue/code/trunk@512 fb4e3144-bc1c-4b72-a658-5bcd248dd7f7
This commit is contained in:
parent
1f04856a80
commit
8f90bd7127
@ -7,6 +7,24 @@
|
|||||||
objects = {
|
objects = {
|
||||||
|
|
||||||
/* Begin PBXFileReference section */
|
/* Begin PBXFileReference section */
|
||||||
|
8547D6CE1384F4FA00830A5D /* read.c */ = {isa = PBXFileReference; fileEncoding = 4; path = read.c; sourceTree = "<group>"; };
|
||||||
|
8547D6CF1384F4FA00830A5D /* write.c */ = {isa = PBXFileReference; fileEncoding = 4; path = write.c; sourceTree = "<group>"; };
|
||||||
|
8547D6D01384F50F00830A5D /* debug.h */ = {isa = PBXFileReference; fileEncoding = 4; path = debug.h; sourceTree = "<group>"; };
|
||||||
|
8547D6D11384F52100830A5D /* read.c */ = {isa = PBXFileReference; fileEncoding = 4; path = read.c; sourceTree = "<group>"; };
|
||||||
|
8547D6D21384F52100830A5D /* user.c */ = {isa = PBXFileReference; fileEncoding = 4; path = user.c; sourceTree = "<group>"; };
|
||||||
|
8547D6D61385034E00830A5D /* read.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = read.c; sourceTree = "<group>"; };
|
||||||
|
8547D6D81385034E00830A5D /* signal.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = signal.c; sourceTree = "<group>"; };
|
||||||
|
8547D6D91385034E00830A5D /* common.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = common.h; sourceTree = "<group>"; };
|
||||||
|
8547D6DC1385034E00830A5D /* vnode.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = vnode.c; sourceTree = "<group>"; };
|
||||||
|
8547D6E21385034E00830A5D /* test.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = test.c; sourceTree = "<group>"; };
|
||||||
|
8547D6E41385034E00830A5D /* main.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = main.c; sourceTree = "<group>"; };
|
||||||
|
8547D6E61385034E00830A5D /* proc.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = proc.c; sourceTree = "<group>"; };
|
||||||
|
8547D6E71385034E00830A5D /* timer.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = timer.c; sourceTree = "<group>"; };
|
||||||
|
8547D6E81385034E00830A5D /* user.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = user.c; sourceTree = "<group>"; };
|
||||||
|
8547D6EA1385034E00830A5D /* main.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = main.c; sourceTree = "<group>"; };
|
||||||
|
8547D6EC1385034E00830A5D /* kevent.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = kevent.c; sourceTree = "<group>"; };
|
||||||
|
8547D6F01385034E00830A5D /* lockstat.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = lockstat.c; sourceTree = "<group>"; };
|
||||||
|
8547D6F11385034E00830A5D /* main.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = main.c; sourceTree = "<group>"; };
|
||||||
85F0626E131E3AB10013C05E /* event.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = event.h; path = include/sys/event.h; sourceTree = "<group>"; };
|
85F0626E131E3AB10013C05E /* event.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = event.h; path = include/sys/event.h; sourceTree = "<group>"; };
|
||||||
85F062A1131E3AE90013C05E /* filter.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = filter.c; sourceTree = "<group>"; };
|
85F062A1131E3AE90013C05E /* filter.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = filter.c; sourceTree = "<group>"; };
|
||||||
85F062A2131E3AE90013C05E /* kevent.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = kevent.c; sourceTree = "<group>"; };
|
85F062A2131E3AE90013C05E /* kevent.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = kevent.c; sourceTree = "<group>"; };
|
||||||
@ -17,7 +35,6 @@
|
|||||||
85F062A7131E3AE90013C05E /* private.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = private.h; sourceTree = "<group>"; };
|
85F062A7131E3AE90013C05E /* private.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = private.h; sourceTree = "<group>"; };
|
||||||
85F062A8131E3AE90013C05E /* alloc.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = alloc.h; sourceTree = "<group>"; };
|
85F062A8131E3AE90013C05E /* alloc.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = alloc.h; sourceTree = "<group>"; };
|
||||||
85F062A9131E3AE90013C05E /* tree.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = tree.h; sourceTree = "<group>"; };
|
85F062A9131E3AE90013C05E /* tree.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = tree.h; sourceTree = "<group>"; };
|
||||||
85F062AB131E3AE90013C05E /* socket.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = socket.c; sourceTree = "<group>"; };
|
|
||||||
85F062AC131E3AE90013C05E /* platform.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = platform.h; sourceTree = "<group>"; };
|
85F062AC131E3AE90013C05E /* platform.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = platform.h; sourceTree = "<group>"; };
|
||||||
85F062AD131E3AE90013C05E /* signal.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = signal.c; sourceTree = "<group>"; };
|
85F062AD131E3AE90013C05E /* signal.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = signal.c; sourceTree = "<group>"; };
|
||||||
85F062AE131E3AE90013C05E /* vnode.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = vnode.c; sourceTree = "<group>"; };
|
85F062AE131E3AE90013C05E /* vnode.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = vnode.c; sourceTree = "<group>"; };
|
||||||
@ -44,6 +61,42 @@
|
|||||||
/* End PBXFileReference section */
|
/* End PBXFileReference section */
|
||||||
|
|
||||||
/* Begin PBXGroup section */
|
/* Begin PBXGroup section */
|
||||||
|
8547D6D31385034E00830A5D /* test */ = {
|
||||||
|
isa = PBXGroup;
|
||||||
|
children = (
|
||||||
|
8547D6D61385034E00830A5D /* read.c */,
|
||||||
|
8547D6D81385034E00830A5D /* signal.c */,
|
||||||
|
8547D6D91385034E00830A5D /* common.h */,
|
||||||
|
8547D6DC1385034E00830A5D /* vnode.c */,
|
||||||
|
8547D6E21385034E00830A5D /* test.c */,
|
||||||
|
8547D6E61385034E00830A5D /* proc.c */,
|
||||||
|
8547D6E71385034E00830A5D /* timer.c */,
|
||||||
|
8547D6E81385034E00830A5D /* user.c */,
|
||||||
|
8547D6EC1385034E00830A5D /* kevent.c */,
|
||||||
|
8547D6F01385034E00830A5D /* lockstat.c */,
|
||||||
|
8547D6F11385034E00830A5D /* main.c */,
|
||||||
|
8547D6E31385034E00830A5D /* libdispatch */,
|
||||||
|
8547D6E91385034E00830A5D /* stress */,
|
||||||
|
);
|
||||||
|
path = test;
|
||||||
|
sourceTree = "<group>";
|
||||||
|
};
|
||||||
|
8547D6E31385034E00830A5D /* libdispatch */ = {
|
||||||
|
isa = PBXGroup;
|
||||||
|
children = (
|
||||||
|
8547D6E41385034E00830A5D /* main.c */,
|
||||||
|
);
|
||||||
|
path = libdispatch;
|
||||||
|
sourceTree = "<group>";
|
||||||
|
};
|
||||||
|
8547D6E91385034E00830A5D /* stress */ = {
|
||||||
|
isa = PBXGroup;
|
||||||
|
children = (
|
||||||
|
8547D6EA1385034E00830A5D /* main.c */,
|
||||||
|
);
|
||||||
|
path = stress;
|
||||||
|
sourceTree = "<group>";
|
||||||
|
};
|
||||||
85F06227131E3A3D0013C05E = {
|
85F06227131E3A3D0013C05E = {
|
||||||
isa = PBXGroup;
|
isa = PBXGroup;
|
||||||
children = (
|
children = (
|
||||||
@ -53,12 +106,14 @@
|
|||||||
85F062B3131E3AE90013C05E /* posix */,
|
85F062B3131E3AE90013C05E /* posix */,
|
||||||
85F062BB131E3AE90013C05E /* solaris */,
|
85F062BB131E3AE90013C05E /* solaris */,
|
||||||
85F062C2131E3AE90013C05E /* windows */,
|
85F062C2131E3AE90013C05E /* windows */,
|
||||||
|
8547D6D31385034E00830A5D /* test */,
|
||||||
);
|
);
|
||||||
sourceTree = "<group>";
|
sourceTree = "<group>";
|
||||||
};
|
};
|
||||||
85F062A0131E3AE90013C05E /* common */ = {
|
85F062A0131E3AE90013C05E /* common */ = {
|
||||||
isa = PBXGroup;
|
isa = PBXGroup;
|
||||||
children = (
|
children = (
|
||||||
|
8547D6D01384F50F00830A5D /* debug.h */,
|
||||||
85F062A1131E3AE90013C05E /* filter.c */,
|
85F062A1131E3AE90013C05E /* filter.c */,
|
||||||
85F062A2131E3AE90013C05E /* kevent.c */,
|
85F062A2131E3AE90013C05E /* kevent.c */,
|
||||||
85F062A3131E3AE90013C05E /* queue.h */,
|
85F062A3131E3AE90013C05E /* queue.h */,
|
||||||
@ -76,7 +131,8 @@
|
|||||||
85F062AA131E3AE90013C05E /* linux */ = {
|
85F062AA131E3AE90013C05E /* linux */ = {
|
||||||
isa = PBXGroup;
|
isa = PBXGroup;
|
||||||
children = (
|
children = (
|
||||||
85F062AB131E3AE90013C05E /* socket.c */,
|
8547D6CE1384F4FA00830A5D /* read.c */,
|
||||||
|
8547D6CF1384F4FA00830A5D /* write.c */,
|
||||||
85F062AC131E3AE90013C05E /* platform.h */,
|
85F062AC131E3AE90013C05E /* platform.h */,
|
||||||
85F062AD131E3AE90013C05E /* signal.c */,
|
85F062AD131E3AE90013C05E /* signal.c */,
|
||||||
85F062AE131E3AE90013C05E /* vnode.c */,
|
85F062AE131E3AE90013C05E /* vnode.c */,
|
||||||
@ -121,6 +177,8 @@
|
|||||||
85F062C2131E3AE90013C05E /* windows */ = {
|
85F062C2131E3AE90013C05E /* windows */ = {
|
||||||
isa = PBXGroup;
|
isa = PBXGroup;
|
||||||
children = (
|
children = (
|
||||||
|
8547D6D11384F52100830A5D /* read.c */,
|
||||||
|
8547D6D21384F52100830A5D /* user.c */,
|
||||||
85F062C3131E3AE90013C05E /* platform.c */,
|
85F062C3131E3AE90013C05E /* platform.c */,
|
||||||
85F062C4131E3AE90013C05E /* timer.c */,
|
85F062C4131E3AE90013C05E /* timer.c */,
|
||||||
85F062C5131E3AE90013C05E /* platform.h */,
|
85F062C5131E3AE90013C05E /* platform.h */,
|
||||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user