mirror of
				https://github.com/cookiengineer/audacity
				synced 2025-10-26 15:23:48 +01:00 
			
		
		
		
	Fix VS2012 Windows build
This commit is contained in:
		| @@ -206,6 +206,7 @@ | ||||
|     <ClCompile Include="..\..\..\src\VoiceKey.cpp" /> | ||||
|     <ClCompile Include="..\..\..\src\WaveClip.cpp" /> | ||||
|     <ClCompile Include="..\..\..\src\WaveTrack.cpp" /> | ||||
|     <ClCompile Include="..\..\..\src\widgets\HelpSystem.cpp" /> | ||||
|     <ClCompile Include="..\..\..\src\WrappedType.cpp" /> | ||||
|     <ClCompile Include="..\..\..\src\effects\Amplify.cpp" /> | ||||
|     <ClCompile Include="..\..\..\src\effects\AutoDuck.cpp" /> | ||||
| @@ -395,6 +396,7 @@ | ||||
|     <ClInclude Include="..\..\..\src\commands\OpenSaveCommands.h" /> | ||||
|     <ClInclude Include="..\..\..\src\import\ImportGStreamer.h" /> | ||||
|     <ClInclude Include="..\..\..\src\SseMathFuncs.h" /> | ||||
|     <ClInclude Include="..\..\..\src\widgets\HelpSystem.h" /> | ||||
|     <ClInclude Include="..\..\configwin.h" /> | ||||
|     <ClInclude Include="..\..\..\src\Dependencies.h" /> | ||||
|     <ClInclude Include="..\..\..\src\DeviceManager.h" /> | ||||
|   | ||||
| @@ -810,6 +810,9 @@ | ||||
|     <ClCompile Include="..\..\..\src\import\ImportGStreamer.cpp"> | ||||
|       <Filter>src/import</Filter> | ||||
|     </ClCompile> | ||||
|     <ClCompile Include="..\..\..\src\widgets\HelpSystem.cpp"> | ||||
|       <Filter>src/widgets</Filter> | ||||
|     </ClCompile> | ||||
|   </ItemGroup> | ||||
|   <ItemGroup> | ||||
|     <ClInclude Include="..\..\..\src\AboutDialog.h"> | ||||
| @@ -1592,6 +1595,9 @@ | ||||
|     <ClInclude Include="..\..\..\src\import\ImportGStreamer.h"> | ||||
|       <Filter>src/import</Filter> | ||||
|     </ClInclude> | ||||
|     <ClInclude Include="..\..\..\src\widgets\HelpSystem.h"> | ||||
|       <Filter>src/widgets</Filter> | ||||
|     </ClInclude> | ||||
|   </ItemGroup> | ||||
|   <ItemGroup> | ||||
|     <Image Include="..\..\audacity.ico"> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user