Changeset 3743


Ignore:
Timestamp:
Feb 29, 2012, 10:48:47 PM (13 years ago)
Author:
bird
Message:

Preparing for 0.6.5...

Location:
branches/libc-0.6/src/emx
Files:
2 edited
1 copied

Legend:

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

    r3639 r3743  
    518518libc-dll: $.omf/libc063.dll
    519519
     520# libc064
     521$.omf/libc064.def: src/lib/libc064.def src/lib/libstdc++.def
     522        $(call RM,$@)
     523        cat $^ > $@
     524        @$(call FECHO,$@,DESCRIPTION \"kLIBC version $(VERSION)\")
     525$.omf/libc064.dll: $.omf/libc064.def $.omf/fwdstub.obj $.omf/libc_dll.lib
     526        gcc -Zomf -o $@ -nostdlib -Zdll $^
     527$(INS)lib/libc064.dll: $.omf/libc064.dll
     528        if test -f $@; then rm -f $@ || (unlock $(subst /,\\,$@) && rm -f $@); fi
     529        $(call CP,$<,$@)
     530INS.FILES += $(INS)lib/libc064.dll
     531libc-dll: $.omf/libc064.dll
     532
    520533
    521534# Some parallel building hacks (kmk only as vanilla make doesn't support this syntax).
  • branches/libc-0.6/src/emx/src/lib/libc064.def

    r3741 r3743  
    11; $Id$
    22;
    3 ; Legacy LIBC Exports Ordinals.
     3; LIBC064 Forwarder DLL.
    44;
    55; Exports and ordinals listed here are treated as legacy stuff
     
    1919;
    2020
     21LIBRARY libc064
    2122EXPORTS
    2223; data
  • branches/libc-0.6/src/emx/version.smak

    r3637 r3743  
    77# Low part of version number
    88ifdef OFFICIAL_BIRD_VERSION
    9 VL = 4
     9VL = 5
    1010else
    11 VL = 4x
     11VL = 5x
    1212endif
    1313
Note: See TracChangeset for help on using the changeset viewer.