How do i compile to a stand alone 'exe'?

Mac OSX specific forum
Kale
PureBasic Expert
PureBasic Expert
Posts: 3000
Joined: Fri Apr 25, 2003 6:03 pm
Location: Lincoln, UK
Contact:

How do i compile to a stand alone 'exe'?

Post by Kale »

How do i compile to a stand alone 'exe' on MacOSX. I compiled a program and when executed it opened a terminal window then immediately quit and i couldn't focus the app. It also had a unix exec icon! :?

Can i make it run stand-alone like the windows version, i must be missing something, thanks.
--Kale

Image
freak
PureBasic Team
PureBasic Team
Posts: 5940
Joined: Fri Apr 25, 2003 5:21 pm
Location: Germany

Post by freak »

You must name the target "Something.app". Then it will create the .app directory
structure that is needed for gui applications.
quidquid Latine dictum sit altum videtur
Post Reply