Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/dist/src/c/demos/tetris/build.gcc

    r8797bae rc486f83  
    33gcc -nostdinc -I/inc/c -c -Drestrict= shapes.c
    44gcc -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 -lsoftint
     5gcc -nostdlib -Wl,-T/inc/_link.ld -L/lib -o tetris_ scores.o screen.o shapes.o tetris.o -lc -lgcc
    66
Note: See TracChangeset for help on using the changeset viewer.