MacOS: removed XCode3 from header search paths in Xcode FLTK project,

and fix the help demo.

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10691 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Manolo Gouy 2015-04-09 11:05:36 +00:00
parent 3e6b497b64
commit d2edec0517
2 changed files with 158 additions and 158 deletions

File diff suppressed because it is too large Load Diff

View File

@ -63,8 +63,8 @@ main(int argc, // I - Number of command-line arguments
#ifdef USING_XCODE
if (argc>argn && strncmp(argv[1], "-psn_", 5)==0)
argn++;
if (argc>argn && strncmp(argv[1], "-psn_", 5)==0) argn++;
else if (argc>argn && strncmp(argv[1], "-NSDocumentRevisionsDebugMode", 29)==0) argn += 2;
set_app_dir();
if (argc <= argn)