Added a bunch of parameters (including one to specify custom ROM path), fixed a warnings, removed excess commented out code from video/vid_voodoo.c, and made Makefile.mingw quiet again.

This commit is contained in:
OBattler
2021-09-02 20:15:46 +02:00
parent 6c26a99841
commit 84f4b8cac7
6 changed files with 114 additions and 38 deletions

View File

@@ -838,7 +838,7 @@ LIBS += -static
ifeq ($(AUTODEP), y)
%.o: %.c
@echo $<
$(CC) $(CFLAGS) $(DEPS) -c $<
@$(CC) $(CFLAGS) $(DEPS) -c $<
%.o: %.cc
@echo $<