1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-05 08:46:02 +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.Coff = coff (--output-format coff)
Option.Windows.Windres.OutputFormat.RC = rc (--output-format rc) Option.Windows.Windres.OutputFormat.RC = rc (--output-format rc)
Option.Windows.Windres.OutputFormat.Res = res (--output-format res) 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" defaultValue="false"
name="%Option.MacOSX.Linker.Shared" name="%Option.MacOSX.Linker.Shared"
category="macosx.c.link.category.shared" category="macosx.c.link.category.shared"
command="-Wl,-dylib" command="-dynamiclib"
id="macosx.c.link.option.shared" id="macosx.c.link.option.shared"
valueType="boolean"> valueType="boolean">
</option> </option>
@ -732,7 +732,7 @@
defaultValue="false" defaultValue="false"
name="%Option.MacOSX.Linker.Shared" name="%Option.MacOSX.Linker.Shared"
category="macosx.cpp.link.category.shared" category="macosx.cpp.link.category.shared"
command="-Wl,-dylib" command="-dynamiclib"
valueType="boolean" valueType="boolean"
id="macosx.cpp.link.option.shared"> id="macosx.cpp.link.option.shared">
</option> </option>