Don't need this any more :)

This commit is contained in:
Barry Harris 2017-08-07 19:08:36 +00:00
parent 4cdb32156d
commit 4dc47a265c
4 changed files with 0 additions and 15 deletions

View File

@ -39,9 +39,6 @@ INCLUDE_7Z_SUPPORT = 1
# Include AVI recording support (uses Video For Windows)
INCLUDE_AVI_RECORDING = 1
# Include Toaplan sound sample hacks for games without MCU dumps
TOAPLAN_SOUND_SAMPLES_HACK = 1
# Include Files that require C++11 (Killer Instinct, Midway Mortal Kombat style drivers, and associated files) - requires C++11 support
INCLUDE_CPLUSPLUS11_FILES = 1

View File

@ -223,10 +223,6 @@ ifdef INCLUDE_7Z_SUPPORT
DEF := $(DEF) -DINCLUDE_7Z_SUPPORT
endif
ifdef TOAPLAN_SOUND_SAMPLES_HACK
DEF := $(DEF) -DTOAPLAN_SOUND_SAMPLES_HACK
endif
ifdef LSB_FIRST
DEF := $(DEF) -DLSB_FIRST
endif

View File

@ -334,10 +334,6 @@ ifdef INCLUDE_AVI_RECORDING
DEF := $(DEF) -DINCLUDE_AVI_RECORDING
endif
ifdef TOAPLAN_SOUND_SAMPLES_HACK
DEF := $(DEF) -DTOAPLAN_SOUND_SAMPLES_HACK
endif
ifdef LSB_FIRST
DEF := $(DEF) -DLSB_FIRST
endif

View File

@ -209,10 +209,6 @@ ifdef INCLUDE_AVI_RECORDING
DEF := $(DEF) /DINCLUDE_AVI_RECORDING
endif
ifdef TOAPLAN_SOUND_SAMPLES_HACK
DEF := $(DEF) /DTOAPLAN_SOUND_SAMPLES_HACK
endif
ifdef LSB_FIRST
DEF := $(DEF) /DLSB_FIRST
endif