From 1e84b07ed4e953c88ec6dd870de3225475b7f4dc Mon Sep 17 00:00:00 2001 From: Mitchell Livingston Date: Sun, 9 Jan 2011 21:56:06 +0000 Subject: [PATCH] fix Mac build --- Transmission.xcodeproj/project.pbxproj | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Transmission.xcodeproj/project.pbxproj b/Transmission.xcodeproj/project.pbxproj index eb678c084..7625a32c9 100644 --- a/Transmission.xcodeproj/project.pbxproj +++ b/Transmission.xcodeproj/project.pbxproj @@ -204,6 +204,8 @@ A2725D5D0DE7507C003445E7 /* TrackerTableView.m in Sources */ = {isa = PBXBuildFile; fileRef = A2725D5C0DE7507C003445E7 /* TrackerTableView.m */; }; A277DA0B0C693D9C00DA2CD4 /* ActionOn.png in Resources */ = {isa = PBXBuildFile; fileRef = A277DA090C693D9C00DA2CD4 /* ActionOn.png */; }; A27F0F330E19AD9800B2DB97 /* TorrentGroup.m in Sources */ = {isa = PBXBuildFile; fileRef = A27F0F320E19AD9800B2DB97 /* TorrentGroup.m */; }; + A284214412DA663E00FBDDBB /* tr-udp.c in Sources */ = {isa = PBXBuildFile; fileRef = A284214212DA663E00FBDDBB /* tr-udp.c */; }; + A284214512DA663E00FBDDBB /* tr-udp.h in Headers */ = {isa = PBXBuildFile; fileRef = A284214312DA663E00FBDDBB /* tr-udp.h */; }; A28F4F770E085BDC003A3882 /* ColorTextField.m in Sources */ = {isa = PBXBuildFile; fileRef = A28F4F760E085BDC003A3882 /* ColorTextField.m */; }; A292A6E80DFB45FC004B9C0A /* webseed.c in Sources */ = {isa = PBXBuildFile; fileRef = A292A6E50DFB45EC004B9C0A /* webseed.c */; }; A29576030D11D63C0093B167 /* Creator.xib in Resources */ = {isa = PBXBuildFile; fileRef = A29576010D11D63C0093B167 /* Creator.xib */; }; @@ -737,6 +739,8 @@ A28393FF10D54A96005C0240 /* de */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = de; path = macosx/de.lproj/Localizable.strings; sourceTree = ""; }; A283940010D54A9D005C0240 /* de */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = de; path = macosx/de.lproj/MainMenu.xib; sourceTree = ""; }; A283940110D54AA7005C0240 /* de */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = de; path = macosx/de.lproj/PrefsWindow.xib; sourceTree = ""; }; + A284214212DA663E00FBDDBB /* tr-udp.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = "tr-udp.c"; path = "libtransmission/tr-udp.c"; sourceTree = ""; }; + A284214312DA663E00FBDDBB /* tr-udp.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = "tr-udp.h"; path = "libtransmission/tr-udp.h"; sourceTree = ""; }; A28E1DDF0CFFD8EC00E16385 /* ButtonToolbarItem.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ButtonToolbarItem.h; path = macosx/ButtonToolbarItem.h; sourceTree = ""; }; A28F4F750E085BDC003A3882 /* ColorTextField.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ColorTextField.h; path = macosx/ColorTextField.h; sourceTree = ""; }; A28F4F760E085BDC003A3882 /* ColorTextField.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = ColorTextField.m; path = macosx/ColorTextField.m; sourceTree = ""; }; @@ -1266,6 +1270,8 @@ 0A6169A60FE5C9A200C66CE6 /* bitfield.h */, A22CFCA60FC24ED80009BD3E /* tr-dht.c */, A22CFCA70FC24ED80009BD3E /* tr-dht.h */, + A284214212DA663E00FBDDBB /* tr-udp.c */, + A284214312DA663E00FBDDBB /* tr-udp.h */, A220EC59118C8A060022B4BE /* tr-lpd.c */, A220EC5A118C8A060022B4BE /* tr-lpd.h */, A2AAB65B0DE0CF6200E04DDA /* rpcimpl.c */, @@ -1624,6 +1630,7 @@ A247A443114C701800547DFC /* InfoViewController.h in Headers */, A220EC5C118C8A060022B4BE /* tr-lpd.h in Headers */, A23547E311CD0B090046EAE6 /* cache.h in Headers */, + A284214512DA663E00FBDDBB /* tr-udp.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -2095,6 +2102,7 @@ A209EE5C1144B51E002B02D1 /* history.c in Sources */, A220EC5B118C8A060022B4BE /* tr-lpd.c in Sources */, A23547E211CD0B090046EAE6 /* cache.c in Sources */, + A284214412DA663E00FBDDBB /* tr-udp.c in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; -- 2.40.0