From c5c518390a0c3b1af80acad809f106e304888079 Mon Sep 17 00:00:00 2001 From: Nik Henson Date: Wed, 20 Jul 2011 21:57:54 +0000 Subject: [PATCH] - Removed disabling of sound for 64-bit build --- Makefiles/Makefile.SDL.Win32.MSVC | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Makefiles/Makefile.SDL.Win32.MSVC b/Makefiles/Makefile.SDL.Win32.MSVC index 63b48ec..afe4961 100644 --- a/Makefiles/Makefile.SDL.Win32.MSVC +++ b/Makefiles/Makefile.SDL.Win32.MSVC @@ -137,12 +137,6 @@ TURBO68K_FLAGS = -singleaddr # 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 ifeq ($(strip $(ENABLE_DEBUGGER)),yes) COMPILER_FLAGS += /D "SUPERMODEL_DEBUGGER"