Differences From Artifact [2e8581e7e0]:
- File main.c — part of check-in [79caf678be] at 2018-05-05 23:58:56 on branch trunk — Implement preprocessor, and add some more opcode names, and a few bug fixed (user: user, size: 9131) [annotate] [blame] [check-ins using]
To Artifact [00241b77ff]:
- File main.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: 9150) [annotate] [blame] [check-ins using]
1 | #if 0 | | | 1 2 3 4 5 6 7 8 9 | #if 0 gcc ${CFLAGS:--s -O2} -o ${EXE:-~/bin/heromesh} main.c class.o picture.o bindings.o smallxrm.o sqlite3.o `sdl-config --cflags --libs` -ldl -lpthread exit #endif /* This program is part of Free Hero Mesh and is public domain. */ |
︙ | ︙ |