From a4c11f9536640bffabd746c66010a652c81afd46 Mon Sep 17 00:00:00 2001 From: OBattler Date: Wed, 6 Feb 2019 03:42:59 +0100 Subject: [PATCH] Fixed the makefile. --- src/win/Makefile.mingw | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/src/win/Makefile.mingw b/src/win/Makefile.mingw index 9ecc4692c..6e0ed2781 100644 --- a/src/win/Makefile.mingw +++ b/src/win/Makefile.mingw @@ -47,9 +47,6 @@ ifeq ($(DEV_BUILD), y) ifndef D2D D2D := y endif - ifndef GUS_MAX - GUS_MAX := y - endif ifndef I686 I686 := y endif @@ -90,9 +87,6 @@ else ifndef D2D D2D := n endif - ifndef GUS_MAX - GUS_MAX := n - endif ifndef I686 I686 := n endif @@ -368,11 +362,6 @@ OPTS += -DUSE_CRASHDUMP DEVBROBJ += win_crashdump.o endif -ifeq ($(GUS_MAX), y) - OPTS += -DUSE_GUSMAX - DEVBROBJ += snd_cs423x.o -endif - ifeq ($(I686), y) OPTS += -DUSE_I686 endif