User forums > Using Code::Blocks

Missing configuration for OSX

(1/1)

mariusm:
I want to build some files to improve compatibility with OSX Objective C.

For this must add compiler_obj-clang.xml, options_obj-clang.xml and lexer_objc.xml. Intend to share this, maybe help somebody...

How to add  -isysroot option for SDK with path selection like search directories.

How to add options like in compiler settings but for linker. I want to add OSX frameworks in easiest way, with checkbox.

Cannot set matching brace highlight colors in lexer_...xml ?

mariusm:
I found the solution for linker options

--- Code: ---        <Option name="CoreFoundation" additionalLibs="-framework CoreFoundation"/>

--- End code ---

additionalLibs do the trick

Navigation

[0] Message Index

Go to full version