source: mainline/uspace/dist/src/c/demos/tetris/build.gcc

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: 287 bytes
Line 
1gcc -nostdinc -I/inc/c -c -Drestrict= scores.c
2gcc -nostdinc -I/inc/c -c -Drestrict= screen.c
3gcc -nostdinc -I/inc/c -c -Drestrict= shapes.c
4gcc -nostdinc -I/inc/c -c -Drestrict= tetris.c
5gcc -nostdlib -Wl,-T/inc/_link.ld -L/lib -o tetris_ scores.o screen.o shapes.o tetris.o -lc -lgcc
6
Note: See TracBrowser for help on using the repository browser.