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 | |
---|
1 | gcc -nostdinc -I/inc/c -c -Drestrict= scores.c
|
---|
2 | gcc -nostdinc -I/inc/c -c -Drestrict= screen.c
|
---|
3 | gcc -nostdinc -I/inc/c -c -Drestrict= shapes.c
|
---|
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 -lgcc
|
---|
6 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.