Author Topic: How to compile resources in OSX  (Read 1596 times)

Offline mariusm

  • Multiple posting newcomer
  • *
  • Posts: 46
How to compile resources in OSX
« on: February 21, 2023, 01:57:58 pm »
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:
Code
		<Unit filename="../../resources.r">
<Option compilerVar="WINDRES" />
<Option compile="1" />
<Option link="1" />
<Option target="MacX" />
</Unit>