Skip to content
Snippets Groups Projects
Commit bb30b879 authored by deuce's avatar deuce
Browse files

Add dpoker to install makefile.

parent 81284a82
No related branches found
No related tags found
No related merge requests found
......@@ -94,7 +94,7 @@ all: binaries baja externals
binaries: sbbs3 scfg umonitor uedit
externals: sbj sbl
externals: sbj sbl dpoker
sbbs3: src $(SBBSDIR)/lib/mozilla/js/$(machine).$(SUFFIX) $(SBBSDIR)/lib/mozilla/nspr/$(machine).$(SUFFIX)
$(MAKE) -C $(SBBSDIR)/src/sbbs3 $(MKFLAGS)
......@@ -117,6 +117,9 @@ sbj: run
sbl: run
$(MAKE) -C $(SBBSDIR)/xtrn/sbl $(MKFLAGS) SBBS_SRC=$(SBBSDIR)/src/sbbs3/ XPDEV=$(SBBSDIR)/src/xpdev/
dpoker: run
$(MAKE) -C $(SBBSDIR)/xtrn/dpoker $(MKFLAGS) SBBS_SRC=$(SBBSDIR)/src/sbbs3/ XPDEV=$(SBBSDIR)/src/xpdev/
install: all
ifeq ($(INSTALL),UNIX)
@echo ERROR: UNIX Install type not yet supported.
......
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