HXQ-0.14.0: compile.bat
@echo off rem -- compile an XQuery file rem usage: compile xquery-file object-file xquery -c %1 if "%2"=="" goto Exit set FILE="%2" goto End :Exit set FILE="a.exe" :End ghc -O2 -v0 --make Temp.hs -o %FILE%
@echo off rem -- compile an XQuery file rem usage: compile xquery-file object-file xquery -c %1 if "%2"=="" goto Exit set FILE="%2" goto End :Exit set FILE="a.exe" :End ghc -O2 -v0 --make Temp.hs -o %FILE%