summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2004-06-12 09:15:23 +0000
committerDimitri Sokolyuk <demon@dim13.org>2004-06-12 09:15:23 +0000
commite4c6e9efee3d6a140d693c9fc509f5c53c9fc2d5 (patch)
treee4553f8fa4a5348e4047e2a14e3e2a70db53bd0b
parent26b821145838d60393dcf80d40a5f5aeaba1da80 (diff)
clean
-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