1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

Ise -dynamiclib for creating shared libraries on MacOS X

This commit is contained in:
Leo Treggiari 2005-07-10 03:19:36 +00:00
parent 0b7470dc63
commit c733971c61
2 changed files with 3 additions and 3 deletions

View file

@ -149,4 +149,4 @@ Option.Windows.Windres.OutputFormat = Output format
Option.Windows.Windres.OutputFormat.Coff = coff (--output-format coff)
Option.Windows.Windres.OutputFormat.RC = rc (--output-format rc)
Option.Windows.Windres.OutputFormat.Res = res (--output-format res)
Option.MacOSX.Linker.Shared=Shared (-Wl,-dylib)
Option.MacOSX.Linker.Shared=Shared (-dynamiclib)

View file

@ -602,7 +602,7 @@
defaultValue="false"
name="%Option.MacOSX.Linker.Shared"
category="macosx.c.link.category.shared"
command="-Wl,-dylib"
command="-dynamiclib"
id="macosx.c.link.option.shared"
valueType="boolean">
</option>
@ -732,7 +732,7 @@
defaultValue="false"
name="%Option.MacOSX.Linker.Shared"
category="macosx.cpp.link.category.shared"
command="-Wl,-dylib"
command="-dynamiclib"
valueType="boolean"
id="macosx.cpp.link.option.shared">
</option>