File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ OBJS := $(SRCS:%=$(BUILD_DIR)/%.o)
1010DEPS := $(OBJS:.o=.d)
1111
1212CFLAGS=+zx -D__SPECTRUM__ -D__RS232__
13- LDFLAGS=-lndos -lm -lrs232if1 -create-app #normal tap - Product TAP
13+ LDFLAGS=-lndos -lm -lrs232if1 -create-app -Cz--screen -Czsrc\\ptzx-loading-splash-1.scr #normal tap - Product TAP
1414#LDFLAGS=-lndos -lm -lrs232if1 -create-app -subtype=turbo -audio #TURBO WAV only - DEV compiler
1515
1616INC_DIRS := $(shell find $(SRC_DIRS) -type d)
Original file line number Diff line number Diff line change @@ -10,10 +10,9 @@ OBJS := $(SRCS:%=$(BUILD_DIR)/%.o)
1010DEPS := $(OBJS:.o=.d)
1111
1212CFLAGS=+zx -D__SPECTRUM__ -D__RS232__
13- LDFLAGS=-lndos -lm -lrs232plus -create-app #normal tap - Product TAP
13+ LDFLAGS=-lndos -lm -lrs232plus -create-app -Cz--screen -Czsrc\\ptzx-loading-splash-1.scr #normal tap - Product TAP
1414#LDFLAGS=-lndos -lm -lrs232plus -create-app -subtype=turbo -audio #TURBO WAV only - DEV compiler
1515
16-
1716INC_DIRS := $(shell find $(SRC_DIRS) -type d)
1817INC_FLAGS := $(addprefix -I,$(INC_DIRS))
1918
You can’t perform that action at this time.
0 commit comments