mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-12-11 18:42:46 +00:00
Flip HAVE_OPENMPT on by default for non-Windows makefile
This commit is contained in:
parent
deca1a14f6
commit
0efc1b968f
1 changed files with 1 additions and 8 deletions
|
|
@ -74,8 +74,7 @@
|
||||||
# Compile without BSD API, add 'NONET=1'
|
# Compile without BSD API, add 'NONET=1'
|
||||||
# Compile without IPX/SPX, add 'NOIPX=1'
|
# Compile without IPX/SPX, add 'NOIPX=1'
|
||||||
# Compile Mingw/SDL with S_DS3S, add 'DS3D=1'
|
# Compile Mingw/SDL with S_DS3S, add 'DS3D=1'
|
||||||
# Compile without libopenmpt on Windows, add 'NOOPENMPT=1'
|
# Compile without libopenmpt, add 'NOOPENMPT=1'
|
||||||
# Compile with libopenmpt on other platforms, add 'OPENMPT=1'
|
|
||||||
# Compile with S_FMOD3D, add 'FMOD=1' (WIP)
|
# Compile with S_FMOD3D, add 'FMOD=1' (WIP)
|
||||||
# Compile with S_OPENAL, add 'OPENAL=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
|
# 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
|
include djgppdos/Makefile.cfg
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifdef MINGW
|
|
||||||
ifndef NOOPENMPT
|
ifndef NOOPENMPT
|
||||||
HAVE_OPENMPT=1
|
HAVE_OPENMPT=1
|
||||||
endif
|
endif
|
||||||
else
|
|
||||||
ifdef OPENMPT
|
|
||||||
HAVE_OPENMPT=1
|
|
||||||
endif
|
|
||||||
endif
|
|
||||||
|
|
||||||
ifdef MINGW
|
ifdef MINGW
|
||||||
include win32/Makefile.cfg
|
include win32/Makefile.cfg
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue