First version of Make.bat, untested but basically complete

This commit is contained in:
John J. Camilleri
2018-07-30 15:58:36 +02:00
parent 56f530abab
commit 19020167f7
3 changed files with 114 additions and 12 deletions

View File

@@ -90,9 +90,14 @@ This build method tries to build all languages found in the `src` directory, eve
## Windows batch file: `Make.bat`
**This script is still untested.**
This method is provided as an alternative for Windows users who don't have Haskell installed.
**COMING SOON**
It is supposed to be a port of Make.sh and works in largely the same way.
In particular, it accepts the same flags (in the same format) as described above.
One difference is that the list of languages to be compiled is specified manually in the script in the `langs` variable.
## About this repository