mirror of
https://github.com/cookiengineer/audacity
synced 2025-04-30 15:49:41 +02:00
Disabling wasapi support for now. Somebody may like to look into getting this going for Vista/7 sometime.
This commit is contained in:
parent
fb7d90147c
commit
b293c65748
@ -92,7 +92,7 @@
|
||||
>
|
||||
<Tool
|
||||
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
|
||||
Name="VCCustomBuildTool"
|
||||
|
Loading…
x
Reference in New Issue
Block a user