- Removed disabling of sound for 64-bit build

This commit is contained in:
Nik Henson 2011-07-20 21:57:54 +00:00
parent b94537341d
commit c5c518390a

View file

@ -137,12 +137,6 @@ TURBO68K_FLAGS = -singleaddr
# Build options... # Build options...
# #
# Ensure options are consistent
# (ie build type must be 32 bits for sound to be included)
ifneq ($(strip $(BITS)),32)
ENABLE_SOUND = no
endif
# Add compiler flags for various options # Add compiler flags for various options
ifeq ($(strip $(ENABLE_DEBUGGER)),yes) ifeq ($(strip $(ENABLE_DEBUGGER)),yes)
COMPILER_FLAGS += /D "SUPERMODEL_DEBUGGER" COMPILER_FLAGS += /D "SUPERMODEL_DEBUGGER"