diff options
author | davilla <davilla@4pi.com> | 2011-09-30 00:43:28 -0400 |
---|---|---|
committer | davilla <davilla@4pi.com> | 2011-09-30 00:43:28 -0400 |
commit | 9a1e57ecbf1c32ebe400e083bbae172455c0a4a2 (patch) | |
tree | ae4d45812b482509a7c1267962710df3783224b8 /XBMC.xcodeproj | |
parent | 1b7f327e9b631a21a45b8f756737b251b2a3b5d7 (diff) |
[osx] changed, re-enable build of PeripheralCecAdapter.cpp now that we have guards in place
Diffstat (limited to 'XBMC.xcodeproj')
-rw-r--r-- | XBMC.xcodeproj/project.pbxproj | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/XBMC.xcodeproj/project.pbxproj b/XBMC.xcodeproj/project.pbxproj index dfc7717606..f3ca41129a 100644 --- a/XBMC.xcodeproj/project.pbxproj +++ b/XBMC.xcodeproj/project.pbxproj @@ -1875,6 +1875,8 @@ F5E10D381428426B00175026 /* JpegIO.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 32C631261423A90F00F18420 /* JpegIO.cpp */; }; F5E1125E14356B2400175026 /* pyrendercapture.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5E1125C14356B2400175026 /* pyrendercapture.cpp */; }; F5E1125F14356B2400175026 /* pyrendercapture.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5E1125C14356B2400175026 /* pyrendercapture.cpp */; }; + F5E1138014357F3800175026 /* PeripheralCecAdapter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5E10520140AA38000175026 /* PeripheralCecAdapter.cpp */; }; + F5E1138114357F3900175026 /* PeripheralCecAdapter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5E10520140AA38000175026 /* PeripheralCecAdapter.cpp */; }; F5E55B5D10741272006E788A /* DVDPlayerTeletext.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5E55B5B10741272006E788A /* DVDPlayerTeletext.cpp */; }; F5E55B5E10741272006E788A /* DVDPlayerTeletext.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5E55B5B10741272006E788A /* DVDPlayerTeletext.cpp */; }; F5E55B66107412DE006E788A /* GUIDialogTeletext.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5E55B65107412DE006E788A /* GUIDialogTeletext.cpp */; }; @@ -8273,6 +8275,7 @@ F5E10544140AA38100175026 /* GUIDialogPeripheralSettings.cpp in Sources */, F5E10547140AA38100175026 /* Peripherals.cpp in Sources */, F5E1125E14356B2400175026 /* pyrendercapture.cpp in Sources */, + F5E1138014357F3800175026 /* PeripheralCecAdapter.cpp in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -9189,6 +9192,7 @@ F5E10556140AA38100175026 /* GUIDialogPeripheralSettings.cpp in Sources */, F5E10559140AA38100175026 /* Peripherals.cpp in Sources */, F5E1125F14356B2400175026 /* pyrendercapture.cpp in Sources */, + F5E1138114357F3900175026 /* PeripheralCecAdapter.cpp in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; |