diff options
| author | Matthias Melcher <fltk@matthiasm.com> | 2009-09-17 20:00:33 +0000 |
|---|---|---|
| committer | Matthias Melcher <fltk@matthiasm.com> | 2009-09-17 20:00:33 +0000 |
| commit | 9ba790be3bfc78060a54ddc6038b887a8033a800 (patch) | |
| tree | d59103a1ef29957c33f27606d097717b84bbe5c2 /ide/Xcode3.1 | |
| parent | d631c334a2418df38f9f8520f7a2ad3f952f1f1b (diff) | |
Added the counterpart for FL_COMMAND (F_CONTROL). Added GTK Boxtype to the Forms test. Made utf function more fail-safe. Testing SCM on Xcode (wish me luck)
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6876 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'ide/Xcode3.1')
| -rw-r--r-- | ide/Xcode3.1/FLTK.xcodeproj/project.pbxproj | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/ide/Xcode3.1/FLTK.xcodeproj/project.pbxproj b/ide/Xcode3.1/FLTK.xcodeproj/project.pbxproj index 1dcdb44cb..e1d60772d 100644 --- a/ide/Xcode3.1/FLTK.xcodeproj/project.pbxproj +++ b/ide/Xcode3.1/FLTK.xcodeproj/project.pbxproj @@ -5846,13 +5846,16 @@ /* Begin PBXProject section */ C9A3E93C0DD6332D00486E4F /* Project object */ = { isa = PBXProject; + attributes = { + BuildIndependentTargetsInParallel = YES; + }; buildConfigurationList = C9A3E93F0DD6332D00486E4F /* Build configuration list for PBXProject "FLTK" */; compatibilityVersion = "Xcode 3.0"; hasScannedForEncodings = 0; mainGroup = C9A3E93A0DD6332D00486E4F; productRefGroup = C9A3E9520DD6336500486E4F /* Products */; projectDirPath = ""; - projectRoot = ""; + projectRoot = ../..; targets = ( C97741FE0DD9D33B0047C1BF /* Demo */, C9C873730DD7772000A9793F /* Fluid */, |
