source: mainline/uspace/dist/src/c/demos/edit/build@ b19e892

lfn serial ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
Last change on this file since b19e892 was 70b570c, checked in by Maurizio Lombardi <m.lombardi85@…>, 12 years ago

demos: update the "edit" program to the latest version.

  • Property mode set to 100644
File size: 359 bytes
Line 
1cc -D__PCC__ -I/inc/c -E -o sheet.i sheet.c
2cc -D__PCC__ -I/inc/c -E -o edit.i edit.c
3cc -D__PCC__ -I/inc/c -E -o search.i search.c
4
5cc -S -o sheet.s sheet.i
6cc -S -o edit.s edit.i
7cc -S -o search.s search.i
8
9as -o sheet.o sheet.s
10as -o edit.o edit.s
11as -o search.o search.s
12
13ld -T /inc/_link.ld -o edit_ sheet.o edit.o search.o /lib/libc.a /lib/libsoftint.a
Note: See TracBrowser for help on using the repository browser.