Changeset 1176


Ignore:
Timestamp:
Feb 5, 2004, 2:01:23 AM (22 years ago)
Author:
bird
Message:

static libs ends with _s.a

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/emx/src/lib/libc.smak

    • Property cvs2svn:cvs-rev changed from 1.36 to 1.37
    r1175 r1176  
    2525.MDESC  := The C library
    2626
    27 .TARGET := libc_p.a
     27.TARGET := libc_p_s.a
    2828.TKIND  := aout prof
    2929.TSRC   := $(libc.TSRC.$(CPU)) $(libc.TSRC)
     
    3434include mklib.smak
    3535
    36 .TARGET := libc_l.a
     36.TARGET := libc_l_s.a
    3737.TKIND  := aout log
    3838.TKEEP  := 1
     
    4040
    4141# Build libc.a last since LIBC.DLL needs .OBJS from libc.a
    42 .TARGET := libc.a
     42.TARGET := libc_s.a
    4343.TKIND  := aout
    4444.TKEEP  := 1
Note: See TracChangeset for help on using the changeset viewer.