mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-17 22:21:17 +01:00
Disable WASAPI support in new PortAudio snapshot. Has build problems and doesn't work on XP, anyway.
(Martyn's commit didn't add the #define for all configurations.)
This commit is contained in:
@@ -25,7 +25,7 @@
|
|||||||
>
|
>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPreBuildEventTool"
|
Name="VCPreBuildEventTool"
|
||||||
CommandLine="echo // Automatically generated file >"$(InputDir)/$(ConfigurationName)/config.h"
IF "%DXSDK_DIR%" == "" echo #define PA_NO_DS >>"$(InputDir)/$(ConfigurationName)/config.h"
IF "%ASIOSDK_DIR%" == "" echo #define PA_NO_ASIO >>"$(InputDir)/$(ConfigurationName)/config.h"
"
|
CommandLine="echo // Automatically generated file >"$(InputDir)/$(ConfigurationName)/config.h"
IF "%DXSDK_DIR%" == "" echo #define PA_NO_DS >>"$(InputDir)/$(ConfigurationName)/config.h"
IF "%ASIOSDK_DIR%" == "" echo #define PA_NO_ASIO >>"$(InputDir)/$(ConfigurationName)/config.h"
echo #define PA_NO_WASAPI >>"$(InputDir)/$(ConfigurationName)/config.h"
"
|
||||||
/>
|
/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCustomBuildTool"
|
Name="VCCustomBuildTool"
|
||||||
@@ -161,7 +161,7 @@
|
|||||||
>
|
>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPreBuildEventTool"
|
Name="VCPreBuildEventTool"
|
||||||
CommandLine="echo // Automatically generated file >"$(InputDir)/$(ConfigurationName)/config.h"
IF "%DXSDK_DIR%" == "" echo #define PA_NO_DS >>"$(InputDir)/$(ConfigurationName)/config.h"
IF "%ASIOSDK_DIR%" == "" echo #define PA_NO_ASIO >>"$(InputDir)/$(ConfigurationName)/config.h"
"
|
CommandLine="echo // Automatically generated file >"$(InputDir)/$(ConfigurationName)/config.h"
IF "%DXSDK_DIR%" == "" echo #define PA_NO_DS >>"$(InputDir)/$(ConfigurationName)/config.h"
IF "%ASIOSDK_DIR%" == "" echo #define PA_NO_ASIO >>"$(InputDir)/$(ConfigurationName)/config.h"
echo #define PA_NO_WASAPI >>"$(InputDir)/$(ConfigurationName)/config.h"
"
|
||||||
/>
|
/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCustomBuildTool"
|
Name="VCCustomBuildTool"
|
||||||
@@ -230,7 +230,7 @@
|
|||||||
>
|
>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPreBuildEventTool"
|
Name="VCPreBuildEventTool"
|
||||||
CommandLine="echo // Automatically generated file >"$(InputDir)/$(ConfigurationName)/config.h"
IF "%DXSDK_DIR%" == "" echo #define PA_NO_DS >>"$(InputDir)/$(ConfigurationName)/config.h"
IF "%ASIOSDK_DIR%" == "" echo #define PA_NO_ASIO >>"$(InputDir)/$(ConfigurationName)/config.h"
"
|
CommandLine="echo // Automatically generated file >"$(InputDir)/$(ConfigurationName)/config.h"
IF "%DXSDK_DIR%" == "" echo #define PA_NO_DS >>"$(InputDir)/$(ConfigurationName)/config.h"
IF "%ASIOSDK_DIR%" == "" echo #define PA_NO_ASIO >>"$(InputDir)/$(ConfigurationName)/config.h"
echo #define PA_NO_WASAPI >>"$(InputDir)/$(ConfigurationName)/config.h"
"
|
||||||
/>
|
/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCustomBuildTool"
|
Name="VCCustomBuildTool"
|
||||||
|
|||||||
Reference in New Issue
Block a user