Add a way of building eturtle.exe, unfortunately had to muck around with startup...
[hf86v099.git] / Makefile
index d158790..f0194c0 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,3 +1,18 @@
-hf86exe.exe: hf86exe.asm
-       tasm /ml hf86exe
-       tlink hf86exe
+all: hf86exe.exe eturtle.exe\r
+\r
+hf86exe.exe: hf86exe.asm\r
+       tasm /ml hf86exe\r
+       tlink hf86exe\r
+\r
+eturtle.exe: hf86exe.exe\r
+       type OPTIONAL.F >a\r
+       type ASM8086.F >>a\r
+       type COREEXT.F >>a\r
+       type MSDOS.F >>a\r
+       echo BL PARSE MULTI.F    INCLUDED >>a\r
+       echo BL PARSE HIOMULT2.F INCLUDED >>a\r
+       echo BL PARSE TURTLE.F   INCLUDED >>a\r
+       echo N >>a\r
+       echo SAVE-SYSTEM-AS ETURTLE.EXE >>a\r
+       echo BYE >>a\r
+       hf86exe <a\r