summaryrefslogtreecommitdiff
path: root/Compile.bat
diff options
context:
space:
mode:
Diffstat (limited to 'Compile.bat')
-rw-r--r--Compile.bat8
1 files 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