Changeset 3639 for branches/libc-0.6
- Timestamp:
- May 17, 2008, 6:24:29 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/libc-0.6/src/emx/src/lib/libc.smak
r3414 r3639 505 505 libc-dll: $.omf/libc062.dll 506 506 507 # libc063 508 $.omf/libc063.def: src/lib/libc063.def src/lib/libstdc++.def 509 $(call RM,$@) 510 cat $^ > $@ 511 @$(call FECHO,$@,DESCRIPTION \"kLIBC version $(VERSION)\") 512 $.omf/libc063.dll: $.omf/libc063.def $.omf/fwdstub.obj $.omf/libc_dll.lib 513 gcc -Zomf -o $@ -nostdlib -Zdll $^ 514 $(INS)lib/libc063.dll: $.omf/libc063.dll 515 if test -f $@; then rm -f $@ || (unlock $(subst /,\\,$@) && rm -f $@); fi 516 $(call CP,$<,$@) 517 INS.FILES += $(INS)lib/libc063.dll 518 libc-dll: $.omf/libc063.dll 519 507 520 508 521 # Some parallel building hacks (kmk only as vanilla make doesn't support this syntax).
Note:
See TracChangeset
for help on using the changeset viewer.