shithub: MicroHs

Download patch

ref: 2dcf17e0eed5f49dcc450bdaed8e21e708aee199
parent: c914f9616cfc478242462004ba5eb1af416e8d62
author: Lennart Augustsson <lennart.augustsson@epicgames.com>
date: Mon Nov 13 15:21:02 EST 2023

Windows fixes.

--- a/Makefile.windows
+++ b/Makefile.windows
@@ -8,4 +8,4 @@
 # Compile combinator evaluator
 bin/mhseval.exe:	src/runtime/eval.c src/runtime/config*.h src/runtime/comb.c
 	@-mkdir bin
-	cl /O2 src/runtime/eval.c src/runtime/comb.c /Febin/mhs.exe
+	cl /O2 src/runtime/eval.c src/runtime/comb.c /Febin/mhseval.exe
--