X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/puzzles/blobdiff_plain/d51ac5190b7ef0c184830fc6832e88e1030ab827..e64991db95a699e4ea966a2406bfbe6bf5035f87:/Buildscr diff --git a/Buildscr b/Buildscr index 85fa76e..59481fc 100644 --- a/Buildscr +++ b/Buildscr @@ -8,7 +8,7 @@ in puzzles do perl mkfiles.pl in puzzles do make # Now build the screenshots and icons. -in puzzles/icons do xvfb-run -s "-cc TrueColor" make web winicons gtkicons +in puzzles/icons do xvfb-run -s "-screen 0 1024x768x24" make web winicons gtkicons # Re-run mkfiles.pl now that it knows the icons are there. in puzzles do perl mkfiles.pl @@ -42,6 +42,7 @@ delegate windows return puzzles/*.exe return puzzles/Output/setup.exe enddelegate +in puzzles do chmod +x *.exe # Build the Pocket PC binaries and CAB. # @@ -100,6 +101,16 @@ in puzzles do zip -j puzzles.zip winbin/*.exe puzzles.chm puzzles.hlp puzzles.cn # _parent_ directory, so be careful when we deliver it.) in puzzles do ./makedist.sh $(revision) +ifneq "$(JAVA_UNFINISHED)" "" in puzzles do perl -i~ -pe 'print "!srcdir unfinished/\n" if /!srcdir icons/' Recipe +ifneq "$(JAVA_UNFINISHED)" "" in puzzles do ln -s unfinished/group.R . +ifneq "$(JAVA_UNFINISHED)" "" in puzzles do perl mkfiles.pl + +# Build the Java applets. This requires .bob.conf on the master +# 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) VER=-DREVISION=$(revision) + # 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 .hlp" >> .htaccess @@ -119,6 +130,7 @@ deliver puzzles/puzzles.hlp $@ deliver puzzles/puzzles.cnt $@ deliver puzzles/puzzles.zip $@ deliver puzzles/Output/setup.exe puzzles-r$(revision)-installer.exe +deliver puzzles/*.jar java/$@ # deliver puzzles/puzzles.armv4.cab $@ # (not built at the moment)