Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabrizio-Caruso committed Oct 10, 2019
1 parent 865510e commit 9ce3ab9
Showing 1 changed file with 0 additions and 30 deletions.
30 changes: 0 additions & 30 deletions src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -1519,36 +1519,6 @@ zx81_16k_wrx:
$(CROSS_LIB_PATH)/display/alt_print/memory_mapped_alt_print.c
rm $(BUILD_PATH)/LIGHT_zx81_16k_wrx.prg

# zx81_16k_wrx_turn_based:
# $(Z88DK_PATH)$(MYZ88DK) +zx81 -subtype=wrx -clib=wrx \
# $(SCCZ80_OPTS) -O3 \
# -pragma-include:$(CFG_PATH)/z88dk/zpragma_clib_no_printf.inc \
# -DANIMATE_PLAYER \
# -DFORCE_GHOSTS_NUMBER=7 \
# -DFORCE_XSIZE=36 \
# -DFORCE_YSIZE=35 \
# -vn \
# -D__ZX81__ \
# -DZ88DK_SPRITES \
# -DNO_BLINKING \
# -DTURN_BASED \
# -DALT_MOVE \
# -DLESS_PRINT \
# -lndos \
# -DANIMATE_PLAYER \
# -DLESS_TEXT \
# -DNO_COLOR \
# -DSIMPLE_STRATEGY \
# -DALT_MOVE \
# -DNO_SET_SCREEN_COLORS \
# -DALT_PRINT \
# -DFEWER_SPRITES \
# -DNO_SMALL_LETTERS \
# -create-app -o $(BUILD_PATH)/LIGHT_zx81_16k_wrx_turn_based.prg \
# $(LIGHT_FILES) \
# $(CROSS_LIB_PATH)/display/init_graphics/z88dk/zx81/zx81_init_graphics.c \
# $(CROSS_LIB_PATH)/display/alt_print/memory_mapped_alt_print.c
# rm $(BUILD_PATH)/LIGHT_zx81_16k_wrx_turn_based.prg

zx81_32k_wrx:
$(Z88DK_PATH)$(MYZ88DK) +zx81 -subtype=wrx -clib=wrx \
Expand Down

0 comments on commit 9ce3ab9

Please sign in to comment.