- Timestamp:
- Jun 11, 2007, 10:18:10 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/libc-0.6/src/emx/src/lib/libc.smak
r3413 r3414 474 474 gcc -Zomf -o $@ -nostdlib -Zdll $^ 475 475 $(INS)lib/libc06.dll: $.omf/libc06.dll 476 if test -f $@; then rm -f $@ || (unlock $(subst /,\\,$@) && rm -f $@); fi 476 477 $(call CP,$<,$@) 477 478 INS.FILES += $(INS)lib/libc06.dll … … 486 487 gcc -Zomf -o $@ -nostdlib -Zdll $^ 487 488 $(INS)lib/libc061.dll: $.omf/libc061.dll 489 if test -f $@; then rm -f $@ || (unlock $(subst /,\\,$@) && rm -f $@); fi 488 490 $(call CP,$<,$@) 489 491 INS.FILES += $(INS)lib/libc061.dll … … 498 500 gcc -Zomf -o $@ -nostdlib -Zdll $^ 499 501 $(INS)lib/libc062.dll: $.omf/libc062.dll 502 if test -f $@; then rm -f $@ || (unlock $(subst /,\\,$@) && rm -f $@); fi 500 503 $(call CP,$<,$@) 501 504 INS.FILES += $(INS)lib/libc062.dll
Note:
See TracChangeset
for help on using the changeset viewer.