Skip to content
Snippets Groups Projects
Commit f6ffda09 authored by Rob Swindell's avatar Rob Swindell
Browse files

Build the native doors (sbj, dpoker, tbd) in the sbbs/xtrn dir

Just in case the sysop chose not to specify SYMLINK=1.
As reported by Dan_C via IRC, thanks.
parent 9964d8c0
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
Pipeline #466 canceled
......@@ -160,13 +160,13 @@ baja: run sbbs3
$(MAKE) -C $(SBBSDIR)/exec $(MKFLAGS) BAJAPATH=$(REPODIR)/src/sbbs3/$(CCPRE).$(machine).exe.$(BUILDPATH)/baja
sbj: run
$(MAKE) -C $(REPODIR)/xtrn/sbj $(MKFLAGS)
$(MAKE) -C $(SBBSDIR)/xtrn/sbj $(MKFLAGS)
dpoker: run
$(MAKE) -C $(REPODIR)/xtrn/dpoker $(MKFLAGS) SBBS_SRC=$(REPODIR)/src/sbbs3/ XPDEV=$(REPODIR)/src/xpdev/
$(MAKE) -C $(SBBSDIR)/xtrn/dpoker $(MKFLAGS) SBBS_SRC=$(REPODIR)/src/sbbs3/ XPDEV=$(REPODIR)/src/xpdev/
tbd: run
$(MAKE) -C $(REPODIR)/xtrn/tbd $(MKFLAGS) SBBS_SRC=$(REPODIR)/src/sbbs3/ XPDEV=$(REPODIR)/src/xpdev/
$(MAKE) -C $(SBBSDIR)/xtrn/tbd $(MKFLAGS) SBBS_SRC=$(REPODIR)/src/sbbs3/ XPDEV=$(REPODIR)/src/xpdev/
gtkuseredit: src
ifdef USE_GLADE
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment