From 8dd16b1fdbc790bd75f845671162a9e0f166d36a Mon Sep 17 00:00:00 2001 From: Jonathan Li Date: Sat, 4 Jun 2016 21:35:55 +0100 Subject: [PATCH] zerospu2: Remove unneeded preprocessor macros and properties --- plugins/zerospu2/Windows/ZeroSPU2.vcxproj | 28 ++--------------------- 1 file changed, 2 insertions(+), 26 deletions(-) diff --git a/plugins/zerospu2/Windows/ZeroSPU2.vcxproj b/plugins/zerospu2/Windows/ZeroSPU2.vcxproj index 6b891d32a1..6747927729 100644 --- a/plugins/zerospu2/Windows/ZeroSPU2.vcxproj +++ b/plugins/zerospu2/Windows/ZeroSPU2.vcxproj @@ -71,19 +71,9 @@ $(ProjectName)-dev - - - - - - _USRDLL;ZEROSPU2_EXPORTS;%(PreprocessorDefinitions) - - - dsound.lib;winmm.lib;soundtouch-dbg.lib;%(AdditionalDependencies) $(OutDir)$(TargetName)$(TargetExt) - %(IgnoreSpecificDefaultLibraries) ZeroSPU2.def Windows false @@ -91,18 +81,11 @@ - - - - - FLOAT_SAMPLES;NDEBUG;_USRDLL;ZEROSPU2_EXPORTS;%(PreprocessorDefinitions) - - + NDEBUG;%(PreprocessorDefinitions) dsound.lib;winmm.lib;soundtouch.lib;%(AdditionalDependencies) - %(IgnoreSpecificDefaultLibraries) ZeroSPU2.def Windows false @@ -110,21 +93,14 @@ - - - - - FLOAT_SAMPLES;NDEBUG;_USRDLL;ZEROSPU2_EXPORTS;%(PreprocessorDefinitions) + NDEBUG;%(PreprocessorDefinitions) true false - - dsound.lib;winmm.lib;soundtouch-dev.lib;%(AdditionalDependencies) $(OutDir)$(TargetName)$(TargetExt) - %(IgnoreSpecificDefaultLibraries) ZeroSPU2.def Windows false