I find using GPC in XCode to present a conundrum. When I create a New Project and select a Carbon Pascal application or use one of the sample examples, They both work.
If I Import a previous CodeWarrior project into XCode, I find no way to tell it that it is a Pascal Project. Inspection of the make file generated by the NewProject command indicates that it does that, but a search of the XCode User Manual for the words "Make File" returns nothing. More amazing, when I select "Edit active target" from the "Project" menu I get a different window for a project created with New Project as opposed to Import.
How do I tell XCode to execute a make file for an imported project?
Is there anyway to copy stuff from a pascal project created with NewProject to an Imported Codewarrior Pascal project.
Thanks,