lazarus/components/macfiles/examples
mattias 5e317c7619 fixed make bigide for darwin
git-svn-id: trunk@8609 -
2006-01-23 20:39:57 +00:00
..
createmacapplication.lpi fixed make bigide for darwin 2006-01-23 20:39:57 +00:00
createmacapplication.lpr fixed layout bugs, added package to create MacOSX application folders 2006-01-06 18:38:13 +00:00
Readme.txt carbon interface: implemented basic key handling 2006-01-14 23:27:42 +00:00

The createmacapplication.lpi is more than an example.
It is a tool to create the hidden directories, needed by graphical applications
on MacOSX.
When you start a native carbon application in Lazarus, it creates the sources
and .lpi files, and compiling will give you the executable.

Example:
Open the createmacapplication.lpi project and compile it.

cd /your/project/
/path/to/lazarus/components/macfiles/examples/createmacapplication projectname
ln -s ../../../projectname ./projectname.app/Contents/MacOS/projectname