forked from MirrorRepos/RomWBW
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
693 B
32 lines
693 B
|
|
TOOLS = ../../../Tools
|
|
PATH = %TOOLS%/tasm32;%TOOLS%/zxcc;%PATH%
|
|
TASMTABS = %TOOLS%/tasm32
|
|
CPMDIR80 = %TOOLS%/cpm/
|
|
|
|
# OBJECTS = bbcbasic.com
|
|
# DOCS = bbcbasic.txt
|
|
# DEST = ../../../Binary/Apps
|
|
# DOCDEST = ../../../Binary/Apps
|
|
# OTHERS = *.rel
|
|
|
|
include $(TOOLS)/Makefile.inc
|
|
|
|
WBWCLK:
|
|
$(ZXCC) ZMAC -WBWCLK -/P
|
|
|
|
|
|
#set TOOLS=../../../Tools
|
|
#set PATH=%TOOLS%\tasm32;%TOOLS%\zxcc;%PATH%
|
|
#set TASMTABS=%TOOLS%\tasm32
|
|
#set CPMDIR80=%TOOLS%/cpm/
|
|
#zxcc ZMAC -WBWCLK -/P || exit /b
|
|
|
|
#OBJECTS = zmd.com
|
|
#DEST = ../../../Binary/Apps
|
|
#TOOLS = ../../../Tools
|
|
#OTHERS = *.hex zmd.rel
|
|
#include $(TOOLS)/Makefile.inc
|
|
#zmd.com: zmd.rel zmdhb.hex
|
|
# $(ZXCC) L80 -zmd,zmd/n/e
|
|
# $(ZXCC) MLOAD25 -zmd=zmd.com,zmdhb
|
|
|