Skip to content
Snippets Groups Projects
Commit 57f4f7d6 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 cb20f0b0
No related branches found
No related tags found
1 merge request!455Update branch with changes from master
...@@ -142,6 +142,7 @@ symlinks: all ...@@ -142,6 +142,7 @@ symlinks: all
ln -sf `realpath */$(EXEODIR)/*` $(SBBSEXEC) ln -sf `realpath */$(EXEODIR)/*` $(SBBSEXEC)
endif endif
ifdef SBBS_OFFICIAL
ifdef SBBSCTRL ifdef SBBSCTRL
$(EXEODIR)/textgen: $(TEXTGEN_OBJS) $(EXEODIR)/textgen: $(TEXTGEN_OBJS)
$(CC) -o $@ $(TEXTGEN_OBJS) $(XPDEV_LIB) $(ENCODE_LIB) -lm $(CC) -o $@ $(TEXTGEN_OBJS) $(XPDEV_LIB) $(ENCODE_LIB) -lm
...@@ -149,6 +150,7 @@ $(EXEODIR)/textgen: $(TEXTGEN_OBJS) ...@@ -149,6 +150,7 @@ $(EXEODIR)/textgen: $(TEXTGEN_OBJS)
text.h: $(SBBSCTRL)/text.dat $(EXEODIR)/textgen text.h: $(SBBSCTRL)/text.dat $(EXEODIR)/textgen
$(EXEODIR)/textgen $(EXEODIR)/textgen
endif endif
endif
.PHONY: FORCE .PHONY: FORCE
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