mirror of https://github.com/wwarthen/RomWBW.git
10 changed files with 197 additions and 130 deletions
Binary file not shown.
@ -1,28 +1,49 @@ |
|||
rem coreapps.bat 2/15/2013 dwg - build all core apps using batch files |
|||
@rem coreapps.bat 2/15/2013 dwg - build all core apps using batch files |
|||
|
|||
if not exist access.cpm call access.bat |
|||
@@if not exist access.cpm call access.bat |
|||
@@if not exist access.cpm echo WARNING ACCESS DIDN'T BUILD |
|||
@@if not exist access.cpm pause |
|||
|
|||
if not exist cpmname.cpm call cpmname.bat |
|||
@@if not exist cpmname.cpm call cpmname.bat |
|||
@@if not exist cpmname.cpm echo WARNING CPMNAME DIDN'T BUILD |
|||
@@if not exist cpmname.cpm pause |
|||
|
|||
if not exist findfile.cpm call findfile.bat |
|||
if not exist findfile.cpm pause |
|||
@if not exist findfile.cpm call findfile.bat |
|||
@if not exist findfile.cpm echo WARNING FINDFILE DIDN'T BUILD |
|||
@if not exist findfile.cpm pause |
|||
|
|||
if not exist map.cpm call map.bat |
|||
@if not exist map.cpm call map.bat |
|||
@if not exist map.cpm echo WARNING MAP DIDN'T BUILD |
|||
@if not exist map.cpm pause |
|||
|
|||
if not exist meta.cpm call meta.bat |
|||
@if not exist meta.cpm call meta.bat |
|||
@if not exist meta.cpm echo WARNING META DIDN'T BUILD |
|||
@if not exist meta.cpm pause |
|||
|
|||
if not exist multifmt.cpm call multifmt.bat |
|||
@if not exist multifmt.cpm call multifmt.bat |
|||
@if not exist multifmt.cpm echo WARNING MULTIFMT DIDN'T BUILD |
|||
@if not exist multifmt.cpm pause |
|||
|
|||
if not exist rem.cpm call makerem.bat |
|||
@if not exist rem.cpm call makerem.bat |
|||
@if not exist rem.cpm echo WARNING REM DIDN'T BUILD |
|||
@if not exist rem.cpm pause |
|||
|
|||
if not exist setlabel.cpm call setlabel.bat |
|||
@if not exist setlabel.cpm call setlabel.bat |
|||
@if not exist setlabel.cpm echo WARNING SETLABEL DIDN'T BUILD |
|||
@if not exist setlabel.cpm pause |
|||
|
|||
if not exist sysgen.cpm call sysgen.bat |
|||
@if not exist sysgen.cpm call sysgen.bat |
|||
@if not exist sysgen.cpm echo WARNING SYSGEN DIDN'T BUILD |
|||
@if not exist sysgen.cpm pause |
|||
|
|||
if not exist termtype.cpm call termtype.bat |
|||
@if not exist termtype.cpm call termtype.bat |
|||
@if not exist termtype.cpm echo WARNING TERMTYPE DIDN'T BUILD |
|||
@if not exist termtype.cpm pause |
|||
|
|||
if not exist view.cpm call view.bat |
|||
@if not exist view.cpm call view.bat |
|||
@if not exist view.cpm echo WARNING VIEW DIDN'T BUILD |
|||
@if not exist view.cpm pause |
|||
|
|||
rem All Core Apps Built |
|||
dir *.cpm /w |
|||
@echo All Core Apps Built |
|||
@dir *.cpm /w |
|||
|
|||
|
|||
@ -1,38 +1,49 @@ |
|||
rem coreapps.bat 2/15/2013 dwg - build all core apps using batch files |
|||
@rem coreapps.bat 2/15/2013 dwg - build all core apps using batch files |
|||
|
|||
if not exist access.cpm call access.bat |
|||
if not exist access.cpm pause |
|||
@@if not exist access.cpm call access.bat |
|||
@@if not exist access.cpm echo WARNING ACCESS DIDN'T BUILD |
|||
@@if not exist access.cpm pause |
|||
|
|||
if not exist cpmname.cpm call cpmname.bat |
|||
if not exist cpmname.cpm pause |
|||
@@if not exist cpmname.cpm call cpmname.bat |
|||
@@if not exist cpmname.cpm echo WARNING CPMNAME DIDN'T BUILD |
|||
@@if not exist cpmname.cpm pause |
|||
|
|||
if not exist findfile.cpm call findfile.bat |
|||
if not exist findfile.cpm pause |
|||
@if not exist findfile.cpm call findfile.bat |
|||
@if not exist findfile.cpm echo WARNING FINDFILE DIDN'T BUILD |
|||
@if not exist findfile.cpm pause |
|||
|
|||
if not exist map.cpm call map.bat |
|||
if not exist map.cpm pause |
|||
@if not exist map.cpm call map.bat |
|||
@if not exist map.cpm echo WARNING MAP DIDN'T BUILD |
|||
@if not exist map.cpm pause |
|||
|
|||
if not exist meta.cpm call meta.bat |
|||
if not exist meta.cpm pause |
|||
@if not exist meta.cpm call meta.bat |
|||
@if not exist meta.cpm echo WARNING META DIDN'T BUILD |
|||
@if not exist meta.cpm pause |
|||
|
|||
if not exist multifmt.cpm call multifmt.bat |
|||
if not exist multifmt.cpm pause |
|||
@if not exist multifmt.cpm call multifmt.bat |
|||
@if not exist multifmt.cpm echo WARNING MULTIFMT DIDN'T BUILD |
|||
@if not exist multifmt.cpm pause |
|||
|
|||
if not exist rem.cpm call makerem.bat |
|||
if not exist rem.cpm pause |
|||
@if not exist rem.cpm call makerem.bat |
|||
@if not exist rem.cpm echo WARNING REM DIDN'T BUILD |
|||
@if not exist rem.cpm pause |
|||
|
|||
if not exist setlabel.cpm call setlabel.bat |
|||
if not exist setlabel.cpm pause |
|||
@if not exist setlabel.cpm call setlabel.bat |
|||
@if not exist setlabel.cpm echo WARNING SETLABEL DIDN'T BUILD |
|||
@if not exist setlabel.cpm pause |
|||
|
|||
if not exist sysgen.cpm call sysgen.bat |
|||
if not exist sysgen.cpm pause |
|||
@if not exist sysgen.cpm call sysgen.bat |
|||
@if not exist sysgen.cpm echo WARNING SYSGEN DIDN'T BUILD |
|||
@if not exist sysgen.cpm pause |
|||
|
|||
if not exist termtype.cpm call termtype.bat |
|||
if not exist termtype.cpm pause |
|||
@if not exist termtype.cpm call termtype.bat |
|||
@if not exist termtype.cpm echo WARNING TERMTYPE DIDN'T BUILD |
|||
@if not exist termtype.cpm pause |
|||
|
|||
if not exist view.cpm call view.bat |
|||
if not exist view.cpm pause |
|||
@if not exist view.cpm call view.bat |
|||
@if not exist view.cpm echo WARNING VIEW DIDN'T BUILD |
|||
@if not exist view.cpm pause |
|||
|
|||
rem All Core Apps Built |
|||
dir *.cpm /w |
|||
@echo All Core Apps Built |
|||
@dir *.cpm |
|||
|
|||
|
|||
@ -1,12 +0,0 @@ |
|||
rem findfile.sub 9/5/2012 dwg - make findfile.com from sources |
|||
if not exist findfile.rel z80mu rmac findfile |
|||
if not exist printers.rel z80mu rmac printers |
|||
if not exist terminal.rel z80mu rmac terminal |
|||
if not exist memory.rel z80mu rmac memory |
|||
if not exist banner.rel z80mu rmac banner |
|||
if not exist identity.rel z80mu rmac identity |
|||
if not exist hbios.rel z80mu rmac hbios |
|||
if not exist findfile.cpm z80mu link findfile,hbios,identity,banner,memory,printers,terminal |
|||
if not exist findfile.cpm copy findfile.com findfile.cpm |
|||
dir findfile.cpm |
|||
|
|||
@ -1,14 +0,0 @@ |
|||
rem map.bat 7/22/2012 dwg - build map from sources |
|||
if not exist map.asm z80mu cc map |
|||
if not exist map.o z80mu as map |
|||
if not exist asmiface.o z80mu as asmiface |
|||
if not exist bdoscall.o z80mu as bdoscall |
|||
if not exist bioscall.o z80mu as bioscall |
|||
if not exist clogical.asm z80mu cc clogical |
|||
if not exist clogical.o z80mu as clogical |
|||
if not exist ctermcap.asm z80mu cc ctermcap |
|||
if not exist ctermcap.o z80mu as ctermcap |
|||
if not exist diagnose.o z80mu as diagnose |
|||
if not exist map.cmd z80mu ln map.o asmiface.o bioscall.o bdoscall.o clogical.o diagnose.o ctermcap.o c.lib |
|||
if not exist map.cmd rename map.com map.cmd |
|||
dir map.cmd |
|||
@ -1,62 +0,0 @@ |
|||
rem meta.bat 2/14/2013 dwg - build meta.cpm using native tools via z80mu |
|||
|
|||
if not exist asmiface.o erase meta.cpm |
|||
if not exist asmiface.o z80mu as asmiface |
|||
rem dir asmiface.* |
|||
rem pause |
|||
|
|||
if not exist bdoscall.o erase meta.cpm |
|||
if not exist bdoscall.o z80mu as bdoscall |
|||
rem dir bdoscall.* |
|||
rem pause |
|||
|
|||
if not exist bioscall.o erase meta.cpm |
|||
if not exist bioscall.o z80mu as bioscall |
|||
rem dir bioscall* |
|||
rem pause |
|||
|
|||
if not exist cbanner.asm erase meta.cpm |
|||
if not exist cbanner.asm erase cbanner.o |
|||
if not exist cbanner.asm z80mu cc cbanner |
|||
if not exist cbanner.o erase meta.cpm |
|||
if not exist cbanner.o z80mu as cbanner |
|||
rem dir cbanner.* |
|||
rem pause |
|||
|
|||
if not exist clogical.asm erase meta.cpm |
|||
if not exist clogical.asm erase clogical.o |
|||
if not exist clogical.asm z80mu cc clogical |
|||
if not exist clogical.o erase meta.cpm |
|||
if not exist clogical.o z80mu as clogical |
|||
rem dir clogical.* |
|||
rem pause |
|||
if not exist ctermcap.asm erase meta.cpm |
|||
if not exist ctermcap.asm erase ctermcap.o |
|||
if not exist ctermcap.asm z80mu cc ctermcap |
|||
if not exist ctermcap.o erase meta.cpm |
|||
if not exist ctermcap.o z80mu as ctermcap |
|||
rem dir ctermcap.* |
|||
rem pause |
|||
if not exist diagnose.o erase meta.cpm |
|||
if not exist diagnose.o z80mu as diagnose |
|||
rem dir diagnose.* |
|||
rem pause |
|||
if not exist sectorio.asm erase meta.cpm |
|||
if not exist sectorio.asm erase sectorio.o |
|||
if not exist sectorio.asm z80mu cc sectorio |
|||
if not exist sectorio.o erase meta.cpm |
|||
if not exist sectorio.o z80mu as sectorio |
|||
rem dir sectorio.* |
|||
rem pause |
|||
|
|||
if not exist meta.asm erase meta.cpm |
|||
if not exist meta.asm erase meta.o |
|||
if not exist meta.asm z80mu cc meta |
|||
if not exist meta.o erase meta.cpm |
|||
if not exist meta.o z80mu as meta |
|||
rem dir meta.* |
|||
rem pause |
|||
if not exist meta.cpm z80mu ln meta.o asmiface.o bioscall.o bdoscall.o cbanner.o clogical.o diagnose.o ctermcap.o sectorio.o c.lib |
|||
if not exist meta.cpm rename meta.com meta.cpm |
|||
rem dir meta.* |
|||
dir meta.cpm |
|||
Binary file not shown.
@ -0,0 +1,9 @@ |
|||
if not exist n8vidtst.asm z80mu cc n8vidtst |
|||
if not exist n8vidtst.o z80mu as n8vidtst |
|||
if not exist n8chars.asm z80mu cc n8chars |
|||
if not exist n8chars.o z80mu as n8chars |
|||
if not exist tms9918.asm z80mu cc tms9918 |
|||
if not exist tms9918.o z80mu as tms9918 |
|||
if not exist n8vidtst.cpm z80mu ln n8vidtst.o n8chars.o tms9918.o -lc |
|||
if not exist n8vidtst.cpm rename n8vidtst.com n8vidtst.cpm |
|||
dir n8vidtst.cpm |
|||
Loading…
Reference in new issue