diff options
author | jmarshallnz <jmarshallnz@svn> | 2009-10-06 05:44:04 +0000 |
---|---|---|
committer | jmarshallnz <jmarshallnz@svn> | 2009-10-06 05:44:04 +0000 |
commit | 1857ca2fd78cdf407ea6308e9a342f3793e316d3 (patch) | |
tree | 1f41918284e4b6ccf9afe864bbcf2b7fddbdc44b /XBMC.xcodeproj | |
parent | e8314096c3166ec19f707fc7269b1fc622607921 (diff) |
changed: Add Job.h to the OS X project
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@23452 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'XBMC.xcodeproj')
-rw-r--r-- | XBMC.xcodeproj/project.pbxproj | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/XBMC.xcodeproj/project.pbxproj b/XBMC.xcodeproj/project.pbxproj index a40f2cbde2..71ca19f517 100644 --- a/XBMC.xcodeproj/project.pbxproj +++ b/XBMC.xcodeproj/project.pbxproj @@ -1933,6 +1933,7 @@ 7C779E53104A58F900F444C4 /* KeyboardStat.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = KeyboardStat.h; sourceTree = "<group>"; }; 7CAA204F1079C8160096DE39 /* BaseRenderer.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = BaseRenderer.cpp; sourceTree = "<group>"; }; 7CAA20501079C8160096DE39 /* BaseRenderer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BaseRenderer.h; sourceTree = "<group>"; }; + 7CAA205B107AFC280096DE39 /* Job.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Job.h; sourceTree = "<group>"; }; 7CCF7E701067643800992676 /* DirectoryNodeSets.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = DirectoryNodeSets.cpp; sourceTree = "<group>"; }; 7CCF7E711067643800992676 /* DirectoryNodeSets.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DirectoryNodeSets.h; sourceTree = "<group>"; }; 7CCF7F1B1069F3AE00992676 /* Builtins.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Builtins.cpp; sourceTree = "<group>"; }; @@ -6862,6 +6863,7 @@ E38E1E540D25F9FD00618676 /* LabelFormatter.h */, F57B6F7E1071B8B500079ACB /* JobManager.cpp */, F57B6F7F1071B8B500079ACB /* JobManager.h */, + 7CAA205B107AFC280096DE39 /* Job.h */, E38E1E550D25F9FD00618676 /* LCD.cpp */, E38E1E560D25F9FD00618676 /* LCD.h */, E38E1E5B0D25F9FD00618676 /* log.cpp */, |