diff options
| author | Antonin Descampe <antonin@gmail.com> | 2011-01-02 18:03:28 +0000 |
|---|---|---|
| committer | Antonin Descampe <antonin@gmail.com> | 2011-01-02 18:03:28 +0000 |
| commit | 56afd80506d4898d36cdbce9bdc1a3eacfc00880 (patch) | |
| tree | d5409c703a34f9539c0985c3e859c2c25b746eeb | |
| parent | 398b3f08b03e5469e703d251ed58b77bafdf43f2 (diff) | |
small update to xcode project
| -rw-r--r-- | openjpeg.xcodeproj/project.pbxproj | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/openjpeg.xcodeproj/project.pbxproj b/openjpeg.xcodeproj/project.pbxproj index b283b353..7aebb377 100644 --- a/openjpeg.xcodeproj/project.pbxproj +++ b/openjpeg.xcodeproj/project.pbxproj @@ -29,6 +29,7 @@ dependencies = ( 692CF275122BB29A0010088E /* PBXTargetDependency */, 692CF277122BB29A0010088E /* PBXTargetDependency */, + 6938D7E912D0F4C10017B83E /* PBXTargetDependency */, ); name = "build all"; productName = "build all"; @@ -230,6 +231,13 @@ remoteGlobalIDString = 692CF258122BB2640010088E; remoteInfo = "build OPJ_JPWL"; }; + 6938D7E812D0F4C10017B83E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 69F984A80D40A3AE00C2791C /* Project object */; + proxyType = 1; + remoteGlobalIDString = 694E0EFA12953FD2008AFCC7 /* build OPJ_MJ2 */; + remoteInfo = "build OPJ_MJ2"; + }; 694039AA117B7E390079DE22 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = 69F984A80D40A3AE00C2791C /* Project object */; @@ -1193,6 +1201,11 @@ target = 692CF258122BB2640010088E /* build OPJ_JPWL */; targetProxy = 692CF276122BB29A0010088E /* PBXContainerItemProxy */; }; + 6938D7E912D0F4C10017B83E /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = 694E0EFA12953FD2008AFCC7 /* build OPJ_MJ2 */; + targetProxy = 6938D7E812D0F4C10017B83E /* PBXContainerItemProxy */; + }; 694039AB117B7E390079DE22 /* PBXTargetDependency */ = { isa = PBXTargetDependency; target = 69F985A00D40A48E00C2791C /* opj_static */; |
