mirror of
https://github.com/fltk/fltk.git
synced 2026-06-07 17:35:39 +08:00
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:
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user