Changeset 3639 for branches/libc-0.6


Ignore:
Timestamp:
May 17, 2008, 6:24:29 PM (17 years ago)
Author:
bird
Message:

libc063.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/libc-0.6/src/emx/src/lib/libc.smak

    r3414 r3639  
    505505libc-dll: $.omf/libc062.dll
    506506
     507# libc063
     508$.omf/libc063.def: src/lib/libc063.def src/lib/libstdc++.def
     509        $(call RM,$@)
     510        cat $^ > $@
     511        @$(call FECHO,$@,DESCRIPTION \"kLIBC version $(VERSION)\")
     512$.omf/libc063.dll: $.omf/libc063.def $.omf/fwdstub.obj $.omf/libc_dll.lib
     513        gcc -Zomf -o $@ -nostdlib -Zdll $^
     514$(INS)lib/libc063.dll: $.omf/libc063.dll
     515        if test -f $@; then rm -f $@ || (unlock $(subst /,\\,$@) && rm -f $@); fi
     516        $(call CP,$<,$@)
     517INS.FILES += $(INS)lib/libc063.dll
     518libc-dll: $.omf/libc063.dll
     519
    507520
    508521# Some parallel building hacks (kmk only as vanilla make doesn't support this syntax).
Note: See TracChangeset for help on using the changeset viewer.