From b5a922e96df4d48c42c2debdfcec8123f3e4d51d Mon Sep 17 00:00:00 2001 From: simon Date: Sat, 5 Jul 2008 13:31:59 +0000 Subject: [PATCH] Add a build version designation to the NestedVM build, after Jacob pointed out that Help > About in the Java applets on my website currently reports "Unidentified build". git-svn-id: svn://svn.tartarus.org/sgt/puzzles@8105 cda61777-01e9-0310-a592-d414129be87e --- Buildscr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Buildscr b/Buildscr index 840bd74..3f2c863 100644 --- a/Buildscr +++ b/Buildscr @@ -104,7 +104,7 @@ in puzzles do ./makedist.sh $(revision) # build machine to have defined the variable NESTEDVM pointing at # the top-level directory of an installation of the NestedVM # compiler and tools. -in puzzles do make -f Makefile.nestedvm NESTEDVM=$(NESTEDVM) +in puzzles do make -f Makefile.nestedvm NESTEDVM=$(NESTEDVM) VER=-DREVISION=$(revision) # Set up .htaccess containing a redirect for the archive filename. in puzzles do echo "AddType application/octet-stream .chm" > .htaccess -- 2.11.0