From e4c6e9efee3d6a140d693c9fc509f5c53c9fc2d5 Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Sat, 12 Jun 2004 09:15:23 +0000 Subject: clean --- Compile.bat | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/Compile.bat b/Compile.bat index 8b3ca5d..3092e5b 100644 --- a/Compile.bat +++ b/Compile.bat @@ -1,8 +1,4 @@ tasm /l /c /m3 boot -link /noi /noe /farcall boot,,; -@del boot.obj -@del boot.map +tlink /noi /noe boot exe2bin boot.exe boot.bin -@del boot.exe -tcc -G -O -Z -d -ebootinst bootinst.c -@del bootinst.obj \ No newline at end of file +bcc -G -O -Z -d -ebootinst bootinst.c -- cgit v1.2.3