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

lfn serial ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
Last change on this file since 087c27f6 was 711e7fe5, checked in by Prutkov Alex <prutkov.alex@…>, 14 years ago

Added printf module

  • Property mode set to 100755
File size: 253 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
3
4cc -S -o sheet.s sheet.i
5cc -S -o edit.s edit.i
6
7as -o sheet.o sheet.s
8as -o edit.o edit.s
9
10ld -T /inc/_link.ld -o edit_ sheet.o edit.o /lib/libc.a /lib/libsoftint.a
Note: See TracBrowser for help on using the repository browser.