mirror of
git://git.tartarus.org/simon/puzzles.git
synced 2025-04-21 08:01:30 -07:00
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". [originally from svn r8105]
This commit is contained in:
2
Buildscr
2
Buildscr
@ -104,7 +104,7 @@ in puzzles do ./makedist.sh $(revision)
|
|||||||
# build machine to have defined the variable NESTEDVM pointing at
|
# build machine to have defined the variable NESTEDVM pointing at
|
||||||
# the top-level directory of an installation of the NestedVM
|
# the top-level directory of an installation of the NestedVM
|
||||||
# compiler and tools.
|
# 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.
|
# Set up .htaccess containing a redirect for the archive filename.
|
||||||
in puzzles do echo "AddType application/octet-stream .chm" > .htaccess
|
in puzzles do echo "AddType application/octet-stream .chm" > .htaccess
|
||||||
|
Reference in New Issue
Block a user