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

lfn serial ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
Last change on this file since 2a7749d7 was 8797bae, checked in by Vojtech Horky <vojtechhorky@…>, 12 years ago

Add demos/tetris build script for GCC

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