1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-11 17:13:37 +02:00

Bug 368: No longer look at plugins.cfg to decide whether to rescan. Just use the rescan preference.

This commit is contained in:
james.k.crook@gmail.com
2013-08-31 14:24:55 +00:00
parent 507bc713a7
commit ba187bbafc
4 changed files with 28 additions and 18 deletions

View File

@@ -93,6 +93,7 @@
<Tool
Name="VCPreBuildEventTool"
CommandLine="echo // Automatically generated file &gt;&quot;$(InputDir)/$(ConfigurationName)/config.h&quot;&#x0D;&#x0A;IF NOT &quot;%DXSDK_DIR%&quot; == &quot;&quot; echo #define PX_USE_WIN_DSOUND 1 &gt;&gt;&quot;$(InputDir)/$(ConfigurationName)/config.h&quot;&#x0D;&#x0A;"
ExcludedFromBuild="true"
/>
<Tool
Name="VCCustomBuildTool"
@@ -149,6 +150,7 @@
<Tool
Name="VCPostBuildEventTool"
CommandLine="set BASE=&quot;../../../lib-src/portmixer&quot;&#x0D;&#x0A;set CFLAGS=/Od /I &quot;%BASE%/../portaudio-v19/include&quot; /I &quot;%BASE%/include&quot; /D &quot;WIN32&quot; /D &quot;_DEBUG&quot; /D &quot;_LIB&quot; /D &quot;PX_USE_WIN_MME&quot; /D &quot;_MBCS&quot; /GF /FD /EHsc /RTC1 /MDd /Gy /Fo&quot;$(IntDir)/&quot; /Fd&quot;$(IntDir)/&quot; /W3 /nologo /c /ZI /wd4996 /FI &quot;$(InputDir)/$(ConfigurationName)/config.h&quot; /errorReport:prompt&#x0D;&#x0A;set LIBS=&#x0D;&#x0A;&#x0D;&#x0A;if &quot;%DXSDK_DIR%&quot;==&quot;&quot; goto NoDX&#x0D;&#x0A;&#x0D;&#x0A;cl %CFLAGS% /I &quot;%DXSDK_DIR%/include&quot; &quot;%BASE%/src/px_win_ds.c&quot;&#x0D;&#x0A;&#x0D;&#x0A;set LIBS=&quot;%DXSDK_DIR%/lib/x86/dxguid.lib&quot;&#x0D;&#x0A;&#x0D;&#x0A;:NoDX&#x0D;&#x0A;&#x0D;&#x0A;lib /OUT:&quot;$(TargetPath)&quot; &quot;$(IntDir)/*.obj&quot; %LIBS%&#x0D;&#x0A;"
ExcludedFromBuild="true"
/>
</Configuration>
<Configuration