Brad King 58d6057a52 Fix OS X dylib and module GNU flags
The commit "Split GNU compiler information files" broke the settings of

  CMAKE_SHARED_LIBRARY_CREATE_${lang}_FLAGS
  CMAKE_SHARED_MODULE_CREATE_${lang}_FLAGS

and started using just "-shared" for them.  This worked when tested on newer
Mac machines, but older ones really need "-dynamiclib" and "-bundle" (which are
the documented flags anyway).
2009-12-02 15:09:03 -05:00
..
2009-12-02 09:52:00 -05:00
2009-09-19 10:14:31 -04:00
2009-10-05 10:26:50 -04:00
2009-06-11 15:25:48 -04:00
2009-12-02 09:52:00 -05:00