Ignore:
Timestamp:
Jan 31, 2004, 10:02:54 AM (22 years ago)
Author:
bird
Message:

Use archiver scripts to work around too long parameter lists.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/emx/mklib.smak

    • Property cvs2svn:cvs-rev changed from 1.7 to 1.8
    r1127 r1128  
    1717
    1818# The rule for building an archive
     19ifneq ($(findstring aout,$(.TKIND)),)
     20$(eval $(call def_lib_ar))
     21else
    1922$(eval $(call def_lib))
     23endif
    2024
    2125# Rule for stripping debug info.
Note: See TracChangeset for help on using the changeset viewer.