Changeset 2492


Ignore:
Timestamp:
Dec 18, 2005, 7:50:12 AM (20 years ago)
Author:
bird
Message:

Created the libc06 forwarder dll.

Location:
branches/libc-0.6/src/emx/src/lib
Files:
1 added
1 edited

Legend:

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

    r2491 r2492  
    472472#libc-dll: $.omf/libc06b5.dll
    473473
     474# libc06
     475$.omf/libc06.dll: src/lib/libc06.def $.omf/fwdstub.obj $.omf/libc_dll.lib
     476        gcc -Zomf -o $@ -nostdlib -Zdll $^
     477$(INS)lib/libc06.dll: $.omf/libc06.dll
     478        $(call CP,$<,$@)
     479INS.FILES += $(INS)lib/libc06.dll
     480libc-dll: $.omf/libc06.dll
     481
Note: See TracChangeset for help on using the changeset viewer.