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
This commit is contained in:
Fabien Costantini 2008-12-16 20:55:12 +00:00
parent 4047f3dba7
commit fd959f45ba

View File

@ -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;
};