Changeset 3374 for branches/libc-0.6/src
- Timestamp:
- May 27, 2007, 1:17:48 PM (18 years ago)
- 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 482 482 libc-dll: $.omf/libc061.dll 483 483 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,$<,$@) 489 INS.FILES += $(INS)lib/libc062.dll 490 libc-dll: $.omf/libc062.dll 491 484 492 485 493 # 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 1 1 ; $Id$ 2 2 ; 3 ; L egacy LIBC Exports Ordinals.3 ; LIBC062 Forwarder DLL. 4 4 ; 5 5 ; Exports and ordinals listed here are treated as legacy stuff … … 19 19 ; 20 20 21 LIBRARY libc062 21 22 EXPORTS 22 23 ; data -
branches/libc-0.6/src/emx/version.smak
r2684 r3374 7 7 # Low part of version number 8 8 ifdef OFFICIAL_BIRD_VERSION 9 VL = 29 VL = 3 10 10 else 11 VL = 2x11 VL = 3x 12 12 endif 13 13
Note:
See TracChangeset
for help on using the changeset viewer.