Differences From Artifact [ab1f577adf]:
- Executable file compile — 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: 684) [annotate] [blame] [check-ins using]
To Artifact [4085df24bd]:
- Executable file compile — part of check-in [08625cbba0] at 2018-06-10 05:27:55 on branch trunk — Corrections and completions of class loading; implement -x switch; correction to schema (user: user, size: 815) [annotate] [blame] [check-ins using]
1 2 3 4 5 6 7 8 | 1 2 3 4 5 6 7 8 9 10 11 | + + + | #!/bin/bash -- test -f CFLAGS || echo xxx > CFLAGS test "xx$CFLAGS" = "x`cat CFLAGS`" || rm bindings.o class.o picture.o echo "x$CFLAGS" > CFLAGS test "x$EXE" = "x" && EXE=~/bin/heromesh test instruc -nt instruc.h && node instruc.js > instruc.h test instruc.js -nt instruc.h && node instruc.js > instruc.h test names.js -nt names.h && node names.js > names.h test quarks -nt quarks.h && node quarks.js > quarks.h test quarks.js -nt quarks.h && node quarks.js > quarks.h test heromesh.h -nt "$EXE" && rm bindings.o class.o picture.o |
︙ |