Skip to content

Commit

Permalink
Xcode project was not building Cocoa code!
Browse files Browse the repository at this point in the history
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6953 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
  • Loading branch information
Matthias Melcher committed Dec 7, 2009
1 parent b34b7a8 commit 14d7deb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ide/Xcode3.1/FLTK.xcodeproj/project.pbxproj
Expand Up @@ -152,6 +152,7 @@
C97742100DD9D36C0047C1BF /* demo.cxx in Sources */ = {isa = PBXBuildFile; fileRef = C977420E0DD9D36C0047C1BF /* demo.cxx */; };
C97742680DD9D8280047C1BF /* doublebuffer.cxx in Sources */ = {isa = PBXBuildFile; fileRef = C97742670DD9D8280047C1BF /* doublebuffer.cxx */; };
C97742720DD9DD3E0047C1BF /* fltk.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C9A3E9510DD6336500486E4F /* fltk.framework */; };
C97DC0B910CD92F800CD05F3 /* table.cxx in Sources */ = {isa = PBXBuildFile; fileRef = C9B4E2A610CC26EC00DA2F05 /* table.cxx */; };
C99CF52C0DD78BBA0094BD10 /* CubeMain.cxx in Sources */ = {isa = PBXBuildFile; fileRef = C99CF52B0DD78BBA0094BD10 /* CubeMain.cxx */; };
C99CF52E0DD78BD50094BD10 /* CubeViewUI.fl in Resources */ = {isa = PBXBuildFile; fileRef = C99CF52D0DD78BD50094BD10 /* CubeViewUI.fl */; };
C99CF5440DD78E690094BD10 /* CubeView.cxx in Sources */ = {isa = PBXBuildFile; fileRef = C99CF5430DD78E690094BD10 /* CubeView.cxx */; };
Expand Down Expand Up @@ -7381,6 +7382,7 @@
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
C97DC0B910CD92F800CD05F3 /* table.cxx in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down
1 change: 1 addition & 0 deletions ide/Xcode3.1/config.h
Expand Up @@ -129,6 +129,7 @@

#define USE_QUARTZ 1
#define __APPLE_QUARTZ__ 1
#define __APPLE_COCOA__ 1
/* #undef __APPLE_QD__ */

/*
Expand Down

0 comments on commit 14d7deb

Please sign in to comment.