Changes in uspace/dist/src/c/demos/tetris/build.gcc [c486f83:8797bae] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/dist/src/c/demos/tetris/build.gcc
rc486f83 r8797bae 3 3 gcc -nostdinc -I/inc/c -c -Drestrict= shapes.c 4 4 gcc -nostdinc -I/inc/c -c -Drestrict= tetris.c 5 gcc -nostdlib -Wl,-T/inc/_link.ld -L/lib -o tetris_ scores.o screen.o shapes.o tetris.o -lc -l gcc5 gcc -nostdlib -Wl,-T/inc/_link.ld -L/lib -o tetris_ scores.o screen.o shapes.o tetris.o -lc -lsoftint 6 6
Note:
See TracChangeset
for help on using the changeset viewer.