- Timestamp:
- Feb 29, 2012, 10:48:47 PM (13 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
r3639 r3743 518 518 libc-dll: $.omf/libc063.dll 519 519 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,$<,$@) 530 INS.FILES += $(INS)lib/libc064.dll 531 libc-dll: $.omf/libc064.dll 532 520 533 521 534 # 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 1 1 ; $Id$ 2 2 ; 3 ; L egacy LIBC Exports Ordinals.3 ; LIBC064 Forwarder DLL. 4 4 ; 5 5 ; Exports and ordinals listed here are treated as legacy stuff … … 19 19 ; 20 20 21 LIBRARY libc064 21 22 EXPORTS 22 23 ; data -
branches/libc-0.6/src/emx/version.smak
r3637 r3743 7 7 # Low part of version number 8 8 ifdef OFFICIAL_BIRD_VERSION 9 VL = 49 VL = 5 10 10 else 11 VL = 4x11 VL = 5x 12 12 endif 13 13
Note:
See TracChangeset
for help on using the changeset viewer.