Ignore:
Timestamp:
Dec 13, 2003, 6:33:06 PM (22 years ago)
Author:
bird
Message:

Converted to make 3.80+, no need to generate makefiles.

File:
1 edited

Legend:

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

    • Property cvs2svn:cvs-rev changed from 1.4 to 1.5
    r893 r894  
    1212#endif
    1313#endif
    14                    
     14               
    1515include common.smak
    1616
    1717libs: $(.MODULE)
    1818
    19 # The rule for building an archive
    20 RULES += \
    21         $(call FECHO,_@,$$.$(.TARG): $(.IMPS) $(.OBJS) $(.DEPS))$(NL) \
    22         $(call FECHO,_@,        $$(call DO.IMPLIB))$(NL)
     19# The rule for building an archive with imports
     20$(eval $(call def_implib))
    2321
    2422## Rule for stripping debug info.
     
    3331#       $(call CP,$<,$@)
    3432#endif 
    35                                                                    
     33                                                               
    3634include mkomflib.smak
    3735include comend.smak
    38 .NOINST := 
     36.NOINST :=
Note: See TracChangeset for help on using the changeset viewer.