Changeset 2802 for branches/libc-0.6/src/emx
- Timestamp:
- Aug 31, 2006, 12:45:09 AM (19 years ago)
- 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
r2786 r2802 456 456 $(call DO.COMPILE.asm) 457 457 458 ## libc06b4459 #$.omf/libc06b4.dll: src/lib/libc06b4.def $.omf/fwdstub.obj $.omf/libc_dll.lib460 # gcc -Zomf -o $@ -nostdlib -Zdll $^461 #$(INS)lib/libc06b4.dll: $.omf/libc06b4.dll462 # $(call CP,$<,$@)463 #INS.FILES += $(INS)lib/libc06b4.dll464 #libc-dll: $.omf/libc06b4.dll465 466 ## libc06b5467 #$.omf/libc06b5.dll: src/lib/libc06b5.def $.omf/fwdstub.obj $.omf/libc_dll.lib468 # gcc -Zomf -o $@ -nostdlib -Zdll $^469 #$(INS)lib/libc06b5.dll: $.omf/libc06b5.dll470 # $(call CP,$<,$@)471 #INS.FILES += $(INS)lib/libc06b5.dll472 #libc-dll: $.omf/libc06b5.dll473 474 458 # libc06 475 459 $.omf/libc06.dll: src/lib/libc06.def $.omf/fwdstub.obj $.omf/libc_dll.lib … … 480 464 libc-dll: $.omf/libc06.dll 481 465 466 # libc061 467 $.omf/libc061.dll: src/lib/libc061.def $.omf/fwdstub.obj $.omf/libc_dll.lib 468 gcc -Zomf -o $@ -nostdlib -Zdll $^ 469 $(INS)lib/libc061.dll: $.omf/libc061.dll 470 $(call CP,$<,$@) 471 INS.FILES += $(INS)lib/libc061.dll 472 libc-dll: $.omf/libc061.dll 473
Note:
See TracChangeset
for help on using the changeset viewer.