Refer to group elements by letters instead of numbers, in keeping
[sgt/puzzles] / Buildscr
index 840bd74..5d44ff9 100644 (file)
--- a/Buildscr
+++ b/Buildscr
@@ -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.
 #
@@ -104,7 +105,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