Changes in uspace/dist/src/c/demos/edit/build [70b570c:9d58539] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/dist/src/c/demos/edit/build
r70b570c r9d58539 1 1 cc -D__PCC__ -I/inc/c -E -o sheet.i sheet.c 2 2 cc -D__PCC__ -I/inc/c -E -o edit.i edit.c 3 cc -D__PCC__ -I/inc/c -E -o search.i search.c4 3 5 4 cc -S -o sheet.s sheet.i 6 5 cc -S -o edit.s edit.i 7 cc -S -o search.s search.i8 6 9 7 as -o sheet.o sheet.s 10 8 as -o edit.o edit.s 11 as -o search.o search.s12 9 13 ld -T /inc/_link.ld -o edit_ sheet.o edit.o search.o/lib/libc.a /lib/libsoftint.a10 ld -T /inc/_link.ld -o edit_ sheet.o edit.o /lib/libc.a /lib/libsoftint.a
Note:
See TracChangeset
for help on using the changeset viewer.