News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

How to compile resources in OSX

Started by mariusm, February 21, 2023, 01:57:58 PM

Previous topic - Next topic

mariusm

How can I configure teh C::B to compile resources and include in build exe?

I see, XCode made Test.rsrc files from resources.r

I add an option in project:

<Unit filename="../../resources.r">
<Option compilerVar="WINDRES" />
<Option compile="1" />
<Option link="1" />
<Option target="MacX" />
</Unit>