mirror of https://github.com/wwarthen/RomWBW.git
34 changed files with 68 additions and 136 deletions
@ -1,10 +1,8 @@ |
|||
OBJECTS = FDU.COM |
|||
DOCS = FDU.TXT |
|||
OBJECTS = FDU.com |
|||
DOCS = FDU.txt |
|||
DEST = ../../../Binary/Apps |
|||
DOCDEST = ../../../Doc |
|||
TOOLS = ../../../Tools |
|||
include $(TOOLS)/Makefile.inc |
|||
|
|||
%.COM: %.asm |
|||
$(TASM) $< $@ |
|||
|
|||
%.com: USETASM=1 |
|||
|
|||
@ -1,27 +1,17 @@ |
|||
# |
|||
# Add RomWBW utilities |
|||
# |
|||
../../Binary/Apps/assign.com 0: |
|||
../../Binary/Apps/fat.com 0: |
|||
../../Binary/Apps/fdu.com 0: |
|||
../../Binary/Apps/format.com 0: |
|||
../../Binary/Apps/mode.com 0: |
|||
../../Binary/Apps/osldr.com 0: |
|||
../../Binary/Apps/rtc.com 0: |
|||
../../Binary/Apps/survey.com 0: |
|||
../../Binary/Apps/syscopy.com 0: |
|||
../../Binary/Apps/sysgen.com 0: |
|||
../../Binary/Apps/talk.com 0: |
|||
../../Binary/Apps/timer.com 0: |
|||
../../Binary/Apps/xm.com 0: |
|||
../../Binary/Apps/inttest.com 0: |
|||
# |
|||
# Add Tune application and sample files |
|||
# |
|||
../../Binary/Apps/tune.com 3: |
|||
../../Binary/Apps/*.com 0: |
|||
# |
|||
# Add Tune sample files |
|||
# |
|||
../../Binary/Apps/Tunes/*.pt? 3: |
|||
../../Binary/Apps/Tunes/*.mym 3: |
|||
# |
|||
# Add OS image |
|||
# |
|||
../CPM22/cpm_wbw.sys 0:cpm.sys |
|||
# |
|||
# Add Common Applications |
|||
# |
|||
Common/*.* 0: |
|||
|
|||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1,27 +1,17 @@ |
|||
# |
|||
# Add RomWBW utilities |
|||
# |
|||
../../Binary/Apps/assign.com 0: |
|||
../../Binary/Apps/fat.com 0: |
|||
../../Binary/Apps/fdu.com 0: |
|||
../../Binary/Apps/format.com 0: |
|||
../../Binary/Apps/mode.com 0: |
|||
../../Binary/Apps/osldr.com 0: |
|||
../../Binary/Apps/rtc.com 0: |
|||
../../Binary/Apps/survey.com 0: |
|||
../../Binary/Apps/syscopy.com 0: |
|||
../../Binary/Apps/sysgen.com 0: |
|||
../../Binary/Apps/talk.com 0: |
|||
../../Binary/Apps/timer.com 0: |
|||
../../Binary/Apps/xm.com 0: |
|||
../../Binary/Apps/inttest.com 0: |
|||
# |
|||
# Add Tune application and sample files |
|||
# |
|||
../../Binary/Apps/tune.com 3: |
|||
../../Binary/Apps/*.com 0: |
|||
# |
|||
# Add Tune sample files |
|||
# |
|||
../../Binary/Apps/Tunes/*.pt? 3: |
|||
../../Binary/Apps/Tunes/*.mym 3: |
|||
# |
|||
# Add OS image |
|||
# |
|||
../ZSDOS/zsys_wbw.sys 0:zsys.sys |
|||
# |
|||
# Add Common Applications |
|||
# |
|||
Common/*.* 0: |
|||
|
|||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in new issue