1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-15 07:40:23 +02:00

Remove warning about deprecated /Wp64 for MSVC++.

This commit is contained in:
v.audacity 2011-03-15 01:02:09 +00:00
parent 9b79a37e42
commit 588ee05965

View File

@ -47,7 +47,6 @@
RuntimeLibrary="2"
EnableFunctionLevelLinking="true"
WarningLevel="3"
Detect64BitPortabilityProblems="true"
CompileAs="0"
/>
<Tool
@ -122,7 +121,6 @@
RuntimeLibrary="3"
EnableFunctionLevelLinking="true"
WarningLevel="3"
Detect64BitPortabilityProblems="true"
DebugInformationFormat="4"
CompileAs="0"
/>