Skip to content

Commit 205e98c

Browse files
committed
Add a Makefile option to build the ports 1 and 4 version
1 parent ca1711c commit 205e98c

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

projects/unix/Makefile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,9 @@ endif
211211
ifeq ($(PLUGINDBG), 1)
212212
CFLAGS += -D_DEBUG
213213
endif
214+
ifeq ($(PORTS_1_AND_4), 1)
215+
CFLAGS += -DPORTS_1_AND_4
216+
endif
214217

215218
# set installation options
216219
ifeq ($(PREFIX),)
@@ -276,6 +279,8 @@ targets:
276279
@echo " DEBUG=1 == add debugging symbols"
277280
@echo " PLUGINDBG=1 == print extra debugging information while running"
278281
@echo " V=1 == show verbose compiler output"
282+
@echo " Build Options, tweaks:"
283+
@echo " PORTS_1_AND_4 == N64 port 4 -> Adapter port 2"
279284

280285
all: $(TARGET)
281286

0 commit comments

Comments
 (0)