uos on the Mac using Lazarus

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

uos on the Mac using Lazarus

fredvs
Administrator
Thanks to manlio.mazzon, here some tips how to use uos on the Mac with Lazarus.

1. In Options > Project Options> Application: enable the "Use Application Bundle..." option

2. In Options > Project Options> Application: click on [Create Application Bundle] once

3. Debugging: Either use Dwarf2 or disable it.

4. Custom options: add the following conditional defines:
-ddynlink
-dnogdiplus
-dportaudio
-dmpg123
-usecthreads
Reply | Threaded
Open this post in threaded view
|

Re: uos on the Mac using Lazarus

fredvs
Administrator
Thanks to manlio.mazzon updated in uos-github last libraries 64 bit for Mac.