Changeset 3374 for branches/libc-0.6/src


Ignore:
Timestamp:
May 27, 2007, 1:17:48 PM (18 years ago)
Author:
bird
Message:

Perparing for 0.6.3.

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

    r3104 r3374  
    482482libc-dll: $.omf/libc061.dll
    483483
     484# libc062
     485$.omf/libc062.dll: src/lib/libc062.def $.omf/fwdstub.obj $.omf/libc_dll.lib
     486        gcc -Zomf -o $@ -nostdlib -Zdll $^
     487$(INS)lib/libc062.dll: $.omf/libc062.dll
     488        $(call CP,$<,$@)
     489INS.FILES += $(INS)lib/libc062.dll
     490libc-dll: $.omf/libc062.dll
     491
    484492
    485493# Some parallel building hacks (kmk only as vanilla make doesn't support this syntax).
  • branches/libc-0.6/src/emx/src/lib/libc062.def

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

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