Skip to content
Snippets Groups Projects
Commit 0eb08fee authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Disable the broken textgen running rule by default

Should only be run on official sbbs builds anyway
parent a64ec5d5
No related branches found
No related tags found
No related merge requests found
Pipeline #6065 passed
......@@ -142,6 +142,7 @@ symlinks: all
ln -sf `realpath */$(EXEODIR)/*` $(SBBSEXEC)
endif
ifdef SBBS_OFFICIAL
ifdef SBBSCTRL
$(EXEODIR)/textgen: $(TEXTGEN_OBJS)
$(CC) -o $@ $(TEXTGEN_OBJS) $(XPDEV_LIB) $(ENCODE_LIB) -lm
......@@ -149,6 +150,7 @@ $(EXEODIR)/textgen: $(TEXTGEN_OBJS)
text.h: $(SBBSCTRL)/text.dat $(EXEODIR)/textgen
$(EXEODIR)/textgen
endif
endif
.PHONY: FORCE
FORCE:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment