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

Last change on this file was c486f83, checked in by Jiří Zárevúcky <zarevucky.jiri@…>, 6 years ago

Remove unused obsolete files, and remove references to libsoftint in demos

  • Property mode set to 100644
File size: 347 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 -lgcc
Note: See TracBrowser for help on using the repository browser.