News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

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>