From 0efc1b968f7f02ec29207e68131d9fd3516890d4 Mon Sep 17 00:00:00 2001 From: mazmazz Date: Fri, 4 Jan 2019 01:48:04 -0500 Subject: [PATCH] Flip HAVE_OPENMPT on by default for non-Windows makefile --- src/Makefile | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/src/Makefile b/src/Makefile index d5bb9c7c1..734895cad 100644 --- a/src/Makefile +++ b/src/Makefile @@ -74,8 +74,7 @@ # Compile without BSD API, add 'NONET=1' # Compile without IPX/SPX, add 'NOIPX=1' # Compile Mingw/SDL with S_DS3S, add 'DS3D=1' -# Compile without libopenmpt on Windows, add 'NOOPENMPT=1' -# Compile with libopenmpt on other platforms, add 'OPENMPT=1' +# Compile without libopenmpt, add 'NOOPENMPT=1' # Compile with S_FMOD3D, add 'FMOD=1' (WIP) # Compile with S_OPENAL, add 'OPENAL=1' (WIP) # To link with the whole SDL_Image lib to load Icons, add 'SDL_IMAGE=1' but it isn't not realy needed @@ -184,15 +183,9 @@ ifdef DJGPPDOS include djgppdos/Makefile.cfg endif -ifdef MINGW ifndef NOOPENMPT HAVE_OPENMPT=1 endif -else -ifdef OPENMPT -HAVE_OPENMPT=1 -endif -endif ifdef MINGW include win32/Makefile.cfg