News:

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

Main Menu

Missing configuration for OSX

Started by mariusm, February 14, 2023, 11:27:19 AM

Previous topic - Next topic

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

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


additionalLibs do the trick