Differences From Artifact [bddcfb3e17]:
- File picture.c — part of check-in [764ce30c41] at 2018-04-13 23:26:07 on branch trunk — Correct the way that picture sizes are decided (user: user, size: 11239) [annotate] [blame] [check-ins using]
To Artifact [2270c225a7]:
- File picture.c — part of check-in [f833310c79] at 2018-05-19 22:31:04 on branch trunk — Add shell script to compile everything; support $CFLAGS and $EXE environment variables (user: user, size: 11250) [annotate] [blame] [check-ins using]
1 | #if 0 | | | 1 2 3 4 5 6 7 8 9 | #if 0 gcc ${CFLAGS:--s -O2} -c -Wno-unused-result picture.c `sdl-config --cflags` exit #endif /* This program is part of Free Hero Mesh and is public domain. */ |
︙ | ︙ |