Browse Source

Include COPYSL in Build Process

pull/509/head
Wayne Warthen 10 months ago
parent
commit
b28e308bfd
No known key found for this signature in database GPG Key ID: 8B34ED29C07EEB0A
  1. 7
      Source/Apps/copysl/Build.cmd
  2. 5
      Source/Apps/copysl/Clean.cmd
  3. 4
      Source/Apps/copysl/Makefile
  4. BIN
      Source/Apps/copysl/copysl.com
  5. 2
      Source/HBIOS/Bank Layout.txt

7
Source/Apps/copysl/Build.cmd

@ -1,8 +1,11 @@
@echo off @echo off
setlocal setlocal
:: copysl.com is currently distributed as a binary application, so
:: it is not built here.
set TOOLS=../../../Tools
set PATH=%TOOLS%\tasm32;%PATH%
set TASMTABS=%TOOLS%\tasm32
tasm -t80 -g3 -fFF copysl.asm copysl.com copysl.lst || exit /b
copy /Y copysl.com ..\..\..\Binary\Apps\ || exit /b copy /Y copysl.com ..\..\..\Binary\Apps\ || exit /b
copy /Y copysl.doc ..\..\..\Binary\Apps\ || exit /b copy /Y copysl.doc ..\..\..\Binary\Apps\ || exit /b

5
Source/Apps/copysl/Clean.cmd

@ -1,5 +1,6 @@
@echo off @echo off
setlocal setlocal
:: copysl.com is currently distributed as a binary application, so
:: we do not delete the .COM file.
if exist *.com del *.com
if exist *.lst del *.lst
if exist *.bin del *.bin

4
Source/Apps/copysl/Makefile

@ -1,7 +1,9 @@
OBJECTS = copysl.com OBJECTS = copysl.com
NODELETE = $(OBJECTS)
DOCS = copysl.doc DOCS = copysl.doc
DEST = ../../../Binary/Apps DEST = ../../../Binary/Apps
DOCDEST = ../../../Binary/Apps DOCDEST = ../../../Binary/Apps
TOOLS =../../../Tools TOOLS =../../../Tools
USETASM=1
include $(TOOLS)/Makefile.inc include $(TOOLS)/Makefile.inc

BIN
Source/Apps/copysl/copysl.com

Binary file not shown.

2
Source/HBIOS/Bank Layout.txt

@ -71,7 +71,7 @@ Bank ID Usage
0x82 User TPA 0x82 User TPA
0x83 Common 0x83 Common
ROMless Standard Bank Layout (512K)
ROMless Standard Bank Layout (512K): ZRC, ZRC512, EZ512, Z1RCC, ZZRCC, FZ80
Bank ID Usage Bank ID Usage
------- ------ ------- ------

Loading…
Cancel
Save