From: Mitchell Livingston Date: Tue, 22 Jul 2008 22:15:12 +0000 (+0000) Subject: remove reference to removed "cgi" files X-Git-Tag: 1.31~51 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a33f6f713202848fe4750ac48708b39ab36847c7;p=transmission remove reference to removed "cgi" files --- diff --git a/Transmission.xcodeproj/project.pbxproj b/Transmission.xcodeproj/project.pbxproj index 6da393aae..d61304a5e 100644 --- a/Transmission.xcodeproj/project.pbxproj +++ b/Transmission.xcodeproj/project.pbxproj @@ -204,9 +204,7 @@ A2DF582E0DE4B125000795D5 /* config.h in Headers */ = {isa = PBXBuildFile; fileRef = A2AAB6C80DE0D5A400E04DDA /* config.h */; }; A2DF582F0DE4B125000795D5 /* compat_unix.h in Headers */ = {isa = PBXBuildFile; fileRef = A2AAB6C60DE0D5A400E04DDA /* compat_unix.h */; }; A2DF58320DE4B13D000795D5 /* auth.c in Sources */ = {isa = PBXBuildFile; fileRef = A2AAB6C10DE0D5A400E04DDA /* auth.c */; }; - A2DF58330DE4B13D000795D5 /* cgi.c in Sources */ = {isa = PBXBuildFile; fileRef = A2AAB6C20DE0D5A400E04DDA /* cgi.c */; }; A2DF58340DE4B13D000795D5 /* compat_unix.c in Sources */ = {isa = PBXBuildFile; fileRef = A2AAB6C50DE0D5A400E04DDA /* compat_unix.c */; }; - A2DF58360DE4B13D000795D5 /* io_cgi.c in Sources */ = {isa = PBXBuildFile; fileRef = A2AAB6CA0DE0D5A400E04DDA /* io_cgi.c */; }; A2DF58370DE4B13D000795D5 /* io_dir.c in Sources */ = {isa = PBXBuildFile; fileRef = A2AAB6CB0DE0D5A400E04DDA /* io_dir.c */; }; A2DF58380DE4B13D000795D5 /* io_emb.c in Sources */ = {isa = PBXBuildFile; fileRef = A2AAB6CC0DE0D5A400E04DDA /* io_emb.c */; }; A2DF58390DE4B13D000795D5 /* io_file.c in Sources */ = {isa = PBXBuildFile; fileRef = A2AAB6CD0DE0D5A400E04DDA /* io_file.c */; }; @@ -635,11 +633,9 @@ A2AAB65A0DE0CF6200E04DDA /* rpc-server.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = "rpc-server.h"; path = "libtransmission/rpc-server.h"; sourceTree = ""; }; A2AAB65B0DE0CF6200E04DDA /* rpc.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = rpc.c; path = libtransmission/rpc.c; sourceTree = ""; }; A2AAB6C10DE0D5A400E04DDA /* auth.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = auth.c; path = "third-party/shttpd/auth.c"; sourceTree = ""; }; - A2AAB6C20DE0D5A400E04DDA /* cgi.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = cgi.c; path = "third-party/shttpd/cgi.c"; sourceTree = ""; }; A2AAB6C50DE0D5A400E04DDA /* compat_unix.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = compat_unix.c; path = "third-party/shttpd/compat_unix.c"; sourceTree = ""; }; A2AAB6C60DE0D5A400E04DDA /* compat_unix.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = compat_unix.h; path = "third-party/shttpd/compat_unix.h"; sourceTree = ""; }; A2AAB6C80DE0D5A400E04DDA /* config.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = config.h; path = "third-party/shttpd/config.h"; sourceTree = ""; }; - A2AAB6CA0DE0D5A400E04DDA /* io_cgi.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = io_cgi.c; path = "third-party/shttpd/io_cgi.c"; sourceTree = ""; }; A2AAB6CB0DE0D5A400E04DDA /* io_dir.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = io_dir.c; path = "third-party/shttpd/io_dir.c"; sourceTree = ""; }; A2AAB6CC0DE0D5A400E04DDA /* io_emb.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = io_emb.c; path = "third-party/shttpd/io_emb.c"; sourceTree = ""; }; A2AAB6CD0DE0D5A400E04DDA /* io_file.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = io_file.c; path = "third-party/shttpd/io_file.c"; sourceTree = ""; }; @@ -1268,12 +1264,10 @@ isa = PBXGroup; children = ( A2AAB6C10DE0D5A400E04DDA /* auth.c */, - A2AAB6C20DE0D5A400E04DDA /* cgi.c */, A2AAB6C50DE0D5A400E04DDA /* compat_unix.c */, A2AAB6C60DE0D5A400E04DDA /* compat_unix.h */, A2AAB6C80DE0D5A400E04DDA /* config.h */, A2A4E9FC0DE10643000CE197 /* defs.h */, - A2AAB6CA0DE0D5A400E04DDA /* io_cgi.c */, A2AAB6CB0DE0D5A400E04DDA /* io_dir.c */, A2AAB6CC0DE0D5A400E04DDA /* io_emb.c */, A2AAB6CD0DE0D5A400E04DDA /* io_file.c */, @@ -1991,9 +1985,7 @@ buildActionMask = 2147483647; files = ( A2DF58320DE4B13D000795D5 /* auth.c in Sources */, - A2DF58330DE4B13D000795D5 /* cgi.c in Sources */, A2DF58340DE4B13D000795D5 /* compat_unix.c in Sources */, - A2DF58360DE4B13D000795D5 /* io_cgi.c in Sources */, A2DF58370DE4B13D000795D5 /* io_dir.c in Sources */, A2DF58380DE4B13D000795D5 /* io_emb.c in Sources */, A2DF58390DE4B13D000795D5 /* io_file.c in Sources */,