Barry
Barry

Reputation: 1084

XCode Command Line App and Free Pascal Compiler

I need to build a quick command line app on my mac using xcode and I want to use the free pascal compiler instead of the c/c++ in XCode how do I change XCode's settings to use this. (sorry if its a basic question I'm used to developing in Delphi on windows)

Upvotes: 0

Views: 766

Answers (1)

Kornel Kisielewicz
Kornel Kisielewicz

Reputation: 57555

This site has a detailed tutorial:

http://pascal-central.com/fp-xcode/

Upvotes: 2

Related Questions