Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: mariusm on February 21, 2023, 01:57:58 pm

Title: How to compile resources in OSX
Post by: mariusm 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>