Changeset 277 for trunk/m2/m2_macx.r

Show
Ignore:
Timestamp:
09/19/06 17:00:57 (2 years ago)
Author:
krobillard
Message:

M2 - Mac template now uses libtool for static libraries and now includes any specified libs.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/m2/m2_macx.r

    r227 r277  
    231231    [ 
    232232        emit [ eol output_file ": " obj_macro 
    233             "^/^(tab)ar rc $@ " obj_macro  ; " $(" uc_name "_LFLAGS)" 
     233            "^/^(tab)libtool -static -o $@ $^^ $(" uc_name "_LIBS)" 
    234234            "^/^(tab)ranlib $@^/" 
    235235        ]