From 5f1c2a3e8cb47ff6d70a09082d413bb8cdc39fa2 Mon Sep 17 00:00:00 2001 From: b1ackmai1er <39449559+b1ackmai1er@users.noreply.github.com> Date: Mon, 5 Nov 2018 16:53:18 +0800 Subject: [PATCH] Update to build CamelForth --- Source/HBIOS/Build.cmd | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Source/HBIOS/Build.cmd b/Source/HBIOS/Build.cmd index 52660c54..d315afa8 100644 --- a/Source/HBIOS/Build.cmd +++ b/Source/HBIOS/Build.cmd @@ -1,4 +1,9 @@ @echo off + +set TOOLS=../../Tools + +setlocal & cd .\Forth && call Build || exit /b 1 & endlocal + setlocal PowerShell .\Build.ps1 %*