We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca1711c commit 205e98cCopy full SHA for 205e98c
1 file changed
projects/unix/Makefile
@@ -211,6 +211,9 @@ endif
211
ifeq ($(PLUGINDBG), 1)
212
CFLAGS += -D_DEBUG
213
endif
214
+ifeq ($(PORTS_1_AND_4), 1)
215
+ CFLAGS += -DPORTS_1_AND_4
216
+endif
217
218
# set installation options
219
ifeq ($(PREFIX),)
@@ -276,6 +279,8 @@ targets:
276
279
@echo " DEBUG=1 == add debugging symbols"
277
280
@echo " PLUGINDBG=1 == print extra debugging information while running"
278
281
@echo " V=1 == show verbose compiler output"
282
+ @echo " Build Options, tweaks:"
283
+ @echo " PORTS_1_AND_4 == N64 port 4 -> Adapter port 2"
284
285
all: $(TARGET)
286
0 commit comments