diff options
author | erdgeist <> | 2007-12-03 01:09:25 +0000 |
---|---|---|
committer | erdgeist <> | 2007-12-03 01:09:25 +0000 |
commit | 0fe76f811b1393d899330c070e7d5bbe57658551 (patch) | |
tree | e5798ecfa3091576a3abfc72ea7112f482913ced | |
parent | 848a06a706b1661666f1923817ee99e9710a52d4 (diff) |
Reflect changes for ot_http.* in project file
-rw-r--r-- | opentracker.xcodeproj/project.pbxproj | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/opentracker.xcodeproj/project.pbxproj b/opentracker.xcodeproj/project.pbxproj index 205f6fa..bedcc9b 100644 --- a/opentracker.xcodeproj/project.pbxproj +++ b/opentracker.xcodeproj/project.pbxproj | |||
@@ -7,6 +7,7 @@ | |||
7 | objects = { | 7 | objects = { |
8 | 8 | ||
9 | /* Begin PBXBuildFile section */ | 9 | /* Begin PBXBuildFile section */ |
10 | 6520B7530D036AAF00A43B1F /* libowfat.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 6520B7520D036AAF00A43B1F /* libowfat.a */; }; | ||
10 | 653A320C0CE7F475007F0D03 /* ot_accesslist.c in Sources */ = {isa = PBXBuildFile; fileRef = 653A320B0CE7F475007F0D03 /* ot_accesslist.c */; }; | 11 | 653A320C0CE7F475007F0D03 /* ot_accesslist.c in Sources */ = {isa = PBXBuildFile; fileRef = 653A320B0CE7F475007F0D03 /* ot_accesslist.c */; }; |
11 | 653A56B50CE28EC5000CF140 /* ot_iovec.c in Sources */ = {isa = PBXBuildFile; fileRef = 653A56B40CE28EC5000CF140 /* ot_iovec.c */; }; | 12 | 653A56B50CE28EC5000CF140 /* ot_iovec.c in Sources */ = {isa = PBXBuildFile; fileRef = 653A56B40CE28EC5000CF140 /* ot_iovec.c */; }; |
12 | 654A80890CD832FD009035DE /* opentracker.c in Sources */ = {isa = PBXBuildFile; fileRef = 654A80840CD832FC009035DE /* opentracker.c */; }; | 13 | 654A80890CD832FD009035DE /* opentracker.c in Sources */ = {isa = PBXBuildFile; fileRef = 654A80840CD832FC009035DE /* opentracker.c */; }; |
@@ -19,6 +20,7 @@ | |||
19 | 65542E750CE08B9100469330 /* ot_clean.c in Sources */ = {isa = PBXBuildFile; fileRef = 65542E740CE08B9100469330 /* ot_clean.c */; }; | 20 | 65542E750CE08B9100469330 /* ot_clean.c in Sources */ = {isa = PBXBuildFile; fileRef = 65542E740CE08B9100469330 /* ot_clean.c */; }; |
20 | 65542EE80CE0CA6B00469330 /* ot_udp.c in Sources */ = {isa = PBXBuildFile; fileRef = 65542EE70CE0CA6B00469330 /* ot_udp.c */; }; | 21 | 65542EE80CE0CA6B00469330 /* ot_udp.c in Sources */ = {isa = PBXBuildFile; fileRef = 65542EE70CE0CA6B00469330 /* ot_udp.c */; }; |
21 | 65542F920CE17CA900469330 /* ot_fullscrape.c in Sources */ = {isa = PBXBuildFile; fileRef = 65542F910CE17CA900469330 /* ot_fullscrape.c */; }; | 22 | 65542F920CE17CA900469330 /* ot_fullscrape.c in Sources */ = {isa = PBXBuildFile; fileRef = 65542F910CE17CA900469330 /* ot_fullscrape.c */; }; |
23 | 65B8DF3C0D0310D20017149E /* ot_http.c in Sources */ = {isa = PBXBuildFile; fileRef = 65B8DF3B0D0310D20017149E /* ot_http.c */; }; | ||
22 | 8DD76FB00486AB0100D96B5E /* opentracker.1 in CopyFiles */ = {isa = PBXBuildFile; fileRef = C6A0FF2C0290799A04C91782 /* opentracker.1 */; }; | 24 | 8DD76FB00486AB0100D96B5E /* opentracker.1 in CopyFiles */ = {isa = PBXBuildFile; fileRef = C6A0FF2C0290799A04C91782 /* opentracker.1 */; }; |
23 | /* End PBXBuildFile section */ | 25 | /* End PBXBuildFile section */ |
24 | 26 | ||
@@ -36,10 +38,11 @@ | |||
36 | /* End PBXCopyFilesBuildPhase section */ | 38 | /* End PBXCopyFilesBuildPhase section */ |
37 | 39 | ||
38 | /* Begin PBXFileReference section */ | 40 | /* Begin PBXFileReference section */ |
41 | 6520B7520D036AAF00A43B1F /* libowfat.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libowfat.a; path = ../libowfat/libowfat.a; sourceTree = SOURCE_ROOT; }; | ||
39 | 653A320A0CE7F475007F0D03 /* ot_accesslist.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ot_accesslist.h; sourceTree = "<group>"; }; | 42 | 653A320A0CE7F475007F0D03 /* ot_accesslist.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ot_accesslist.h; sourceTree = "<group>"; }; |
40 | 653A320B0CE7F475007F0D03 /* ot_accesslist.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ot_accesslist.c; sourceTree = "<group>"; }; | 43 | 653A320B0CE7F475007F0D03 /* ot_accesslist.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ot_accesslist.c; sourceTree = "<group>"; }; |
41 | 653A56AC0CE201FF000CF140 /* opentracker */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = opentracker; sourceTree = BUILT_PRODUCTS_DIR; }; | 44 | 653A56AC0CE201FF000CF140 /* opentracker */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = opentracker; sourceTree = BUILT_PRODUCTS_DIR; }; |
42 | 653A56AF0CE201FF000CF140 /* liblibowfat.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = liblibowfat.a; sourceTree = BUILT_PRODUCTS_DIR; }; | 45 | 653A56AF0CE201FF000CF140 /* liblibowfat.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = liblibowfat.a; path = /Users/erdgeist/Coding/opentracker/build/Debug/liblibowfat.a; sourceTree = "<absolute>"; }; |
43 | 653A56B30CE28EC5000CF140 /* ot_iovec.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ot_iovec.h; sourceTree = "<group>"; }; | 46 | 653A56B30CE28EC5000CF140 /* ot_iovec.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ot_iovec.h; sourceTree = "<group>"; }; |
44 | 653A56B40CE28EC5000CF140 /* ot_iovec.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ot_iovec.c; sourceTree = "<group>"; }; | 47 | 653A56B40CE28EC5000CF140 /* ot_iovec.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ot_iovec.c; sourceTree = "<group>"; }; |
45 | 654A80840CD832FC009035DE /* opentracker.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = opentracker.c; sourceTree = "<group>"; }; | 48 | 654A80840CD832FC009035DE /* opentracker.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = opentracker.c; sourceTree = "<group>"; }; |
@@ -61,6 +64,8 @@ | |||
61 | 65542EE70CE0CA6B00469330 /* ot_udp.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ot_udp.c; sourceTree = "<group>"; }; | 64 | 65542EE70CE0CA6B00469330 /* ot_udp.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ot_udp.c; sourceTree = "<group>"; }; |
62 | 65542F900CE17CA900469330 /* ot_fullscrape.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ot_fullscrape.h; sourceTree = "<group>"; }; | 65 | 65542F900CE17CA900469330 /* ot_fullscrape.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ot_fullscrape.h; sourceTree = "<group>"; }; |
63 | 65542F910CE17CA900469330 /* ot_fullscrape.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ot_fullscrape.c; sourceTree = "<group>"; }; | 66 | 65542F910CE17CA900469330 /* ot_fullscrape.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ot_fullscrape.c; sourceTree = "<group>"; }; |
67 | 65B8DF3A0D0310D20017149E /* ot_http.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ot_http.h; sourceTree = "<group>"; }; | ||
68 | 65B8DF3B0D0310D20017149E /* ot_http.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ot_http.c; sourceTree = "<group>"; }; | ||
64 | C6A0FF2C0290799A04C91782 /* opentracker.1 */ = {isa = PBXFileReference; lastKnownFileType = text.man; path = opentracker.1; sourceTree = "<group>"; }; | 69 | C6A0FF2C0290799A04C91782 /* opentracker.1 */ = {isa = PBXFileReference; lastKnownFileType = text.man; path = opentracker.1; sourceTree = "<group>"; }; |
65 | /* End PBXFileReference section */ | 70 | /* End PBXFileReference section */ |
66 | 71 | ||
@@ -76,6 +81,7 @@ | |||
76 | isa = PBXFrameworksBuildPhase; | 81 | isa = PBXFrameworksBuildPhase; |
77 | buildActionMask = 2147483647; | 82 | buildActionMask = 2147483647; |
78 | files = ( | 83 | files = ( |
84 | 6520B7530D036AAF00A43B1F /* libowfat.a in Frameworks */, | ||
79 | ); | 85 | ); |
80 | runOnlyForDeploymentPostprocessing = 0; | 86 | runOnlyForDeploymentPostprocessing = 0; |
81 | }; | 87 | }; |
@@ -100,6 +106,7 @@ | |||
100 | 653A320B0CE7F475007F0D03 /* ot_accesslist.c */, | 106 | 653A320B0CE7F475007F0D03 /* ot_accesslist.c */, |
101 | 65542E740CE08B9100469330 /* ot_clean.c */, | 107 | 65542E740CE08B9100469330 /* ot_clean.c */, |
102 | 65542F910CE17CA900469330 /* ot_fullscrape.c */, | 108 | 65542F910CE17CA900469330 /* ot_fullscrape.c */, |
109 | 65B8DF3B0D0310D20017149E /* ot_http.c */, | ||
103 | 653A56B40CE28EC5000CF140 /* ot_iovec.c */, | 110 | 653A56B40CE28EC5000CF140 /* ot_iovec.c */, |
104 | 65542D8F0CE07CED00469330 /* ot_mutex.c */, | 111 | 65542D8F0CE07CED00469330 /* ot_mutex.c */, |
105 | 65542D910CE07CED00469330 /* ot_stats.c */, | 112 | 65542D910CE07CED00469330 /* ot_stats.c */, |
@@ -116,7 +123,7 @@ | |||
116 | isa = PBXGroup; | 123 | isa = PBXGroup; |
117 | children = ( | 124 | children = ( |
118 | 653A56AC0CE201FF000CF140 /* opentracker */, | 125 | 653A56AC0CE201FF000CF140 /* opentracker */, |
119 | 653A56AF0CE201FF000CF140 /* liblibowfat.a */, | 126 | 6520B7520D036AAF00A43B1F /* libowfat.a */, |
120 | ); | 127 | ); |
121 | name = Products; | 128 | name = Products; |
122 | sourceTree = "<group>"; | 129 | sourceTree = "<group>"; |
@@ -127,6 +134,7 @@ | |||
127 | 653A320A0CE7F475007F0D03 /* ot_accesslist.h */, | 134 | 653A320A0CE7F475007F0D03 /* ot_accesslist.h */, |
128 | 65542E730CE08B9100469330 /* ot_clean.h */, | 135 | 65542E730CE08B9100469330 /* ot_clean.h */, |
129 | 65542F900CE17CA900469330 /* ot_fullscrape.h */, | 136 | 65542F900CE17CA900469330 /* ot_fullscrape.h */, |
137 | 65B8DF3A0D0310D20017149E /* ot_http.h */, | ||
130 | 653A56B30CE28EC5000CF140 /* ot_iovec.h */, | 138 | 653A56B30CE28EC5000CF140 /* ot_iovec.h */, |
131 | 65542D900CE07CED00469330 /* ot_mutex.h */, | 139 | 65542D900CE07CED00469330 /* ot_mutex.h */, |
132 | 65542D920CE07CED00469330 /* ot_stats.h */, | 140 | 65542D920CE07CED00469330 /* ot_stats.h */, |
@@ -238,6 +246,7 @@ | |||
238 | 65542F920CE17CA900469330 /* ot_fullscrape.c in Sources */, | 246 | 65542F920CE17CA900469330 /* ot_fullscrape.c in Sources */, |
239 | 653A56B50CE28EC5000CF140 /* ot_iovec.c in Sources */, | 247 | 653A56B50CE28EC5000CF140 /* ot_iovec.c in Sources */, |
240 | 653A320C0CE7F475007F0D03 /* ot_accesslist.c in Sources */, | 248 | 653A320C0CE7F475007F0D03 /* ot_accesslist.c in Sources */, |
249 | 65B8DF3C0D0310D20017149E /* ot_http.c in Sources */, | ||
241 | ); | 250 | ); |
242 | runOnlyForDeploymentPostprocessing = 0; | 251 | runOnlyForDeploymentPostprocessing = 0; |
243 | }; | 252 | }; |
@@ -281,6 +290,8 @@ | |||
281 | buildSettings = { | 290 | buildSettings = { |
282 | GCC_WARN_ABOUT_RETURN_TYPE = YES; | 291 | GCC_WARN_ABOUT_RETURN_TYPE = YES; |
283 | GCC_WARN_UNUSED_VARIABLE = YES; | 292 | GCC_WARN_UNUSED_VARIABLE = YES; |
293 | HEADER_SEARCH_PATHS = ../libowfat/; | ||
294 | LIBRARY_SEARCH_PATHS = ../libowfat/; | ||
284 | PREBINDING = NO; | 295 | PREBINDING = NO; |
285 | SDKROOT = "$(DEVELOPER_SDK_DIR)/MacOSX10.5.sdk"; | 296 | SDKROOT = "$(DEVELOPER_SDK_DIR)/MacOSX10.5.sdk"; |
286 | }; | 297 | }; |