From fd959f45babb8a3215b1c5cf71f6b00682cfbf45 Mon Sep 17 00:00:00 2001 From: Fabien Costantini Date: Tue, 16 Dec 2008 20:55:12 +0000 Subject: XCode31 ide project: Fixed missing header include for the jpeg local lib. Harmonized the osx deprecated api warning removal, now like in the unix makefiles. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6587 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- ide/Xcode3.1/FLTK.xcodeproj/project.pbxproj | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ide/Xcode3.1') diff --git a/ide/Xcode3.1/FLTK.xcodeproj/project.pbxproj b/ide/Xcode3.1/FLTK.xcodeproj/project.pbxproj index 33db1bfa3..1dcdb44cb 100644 --- a/ide/Xcode3.1/FLTK.xcodeproj/project.pbxproj +++ b/ide/Xcode3.1/FLTK.xcodeproj/project.pbxproj @@ -10453,6 +10453,8 @@ isa = XCBuildConfiguration; buildSettings = { COPY_PHASE_STRIP = NO; + GCC_WARN_ABOUT_DEPRECATED_FUNCTIONS = NO; + USER_HEADER_SEARCH_PATHS = ../../jpeg; }; name = Debug; }; @@ -10460,6 +10462,8 @@ isa = XCBuildConfiguration; buildSettings = { COPY_PHASE_STRIP = YES; + GCC_WARN_ABOUT_DEPRECATED_FUNCTIONS = NO; + USER_HEADER_SEARCH_PATHS = ../../jpeg; }; name = Release; }; -- cgit v1.2.3