mirror of
https://github.com/weiju/amiga-stuff
synced 2025-12-08 14:58:33 +00:00
scrolling works somewhat
the indexes are not entirely correct
This commit is contained in:
@ -14,4 +14,4 @@ iffview: iffview.o ilbm.o
|
||||
# interestingly, when defining std=c99, LITTLE_ENDIAN disappears as a definition
|
||||
# in gcc, so we define it explicitly
|
||||
ilbm: ilbm.c
|
||||
gcc -o $@ $< -DSTANDALONE -DDEBUG -std=c99 -DLITTLE_ENDIAN
|
||||
gcc -o $@ $< -DSTANDALONE -DDEBUG -std=c99 -pedantic -DLITTLE_ENDIAN
|
||||
|
||||
Reference in New Issue
Block a user