aboutsummaryrefslogtreecommitdiff
path: root/project/VS2010Express/XBMC.vcxproj
diff options
context:
space:
mode:
authorPär Björklund <per.bjorklund@gmail.com>2015-05-24 19:13:17 +0200
committerPär Björklund <per.bjorklund@gmail.com>2015-05-24 19:13:17 +0200
commitc4f14af16fd3ad3a8e9488422799e98bfc35c52a (patch)
tree4405421ef0920ff2094cbd992e45a88f9d95a249 /project/VS2010Express/XBMC.vcxproj
parent03f98904d790a1389a63745de80f0251ce26da14 (diff)
fixed gtest build that broke with kissfft
Diffstat (limited to 'project/VS2010Express/XBMC.vcxproj')
-rw-r--r--project/VS2010Express/XBMC.vcxproj2
1 files changed, 2 insertions, 0 deletions
diff --git a/project/VS2010Express/XBMC.vcxproj b/project/VS2010Express/XBMC.vcxproj
index fe85f462b1..2d37c575b2 100644
--- a/project/VS2010Express/XBMC.vcxproj
+++ b/project/VS2010Express/XBMC.vcxproj
@@ -203,10 +203,12 @@
<ClCompile Include="..\..\xbmc\contrib\kissfft\kiss_fft.c">
<CompileAs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CompileAsCpp</CompileAs>
<CompileAs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CompileAsCpp</CompileAs>
+ <CompileAs Condition="'$(Configuration)|$(Platform)'=='Debug Testsuite|Win32'">CompileAsCpp</CompileAs>
</ClCompile>
<ClCompile Include="..\..\xbmc\contrib\kissfft\kiss_fftr.c">
<CompileAs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CompileAsCpp</CompileAs>
<CompileAs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CompileAsCpp</CompileAs>
+ <CompileAs Condition="'$(Configuration)|$(Platform)'=='Debug Testsuite|Win32'">CompileAsCpp</CompileAs>
</ClCompile>
<ClCompile Include="..\..\xbmc\cores\AudioEngine\AEFactory.cpp" />
<ClCompile Include="..\..\xbmc\cores\AudioEngine\AEResampleFactory.cpp" />