mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-26 15:20:21 +01:00
Removes ANSI Debug and Release targets
And renames Unicode Debug and Unicode Release targets to Debug and Release Removes old allegro project (replaced with portsmf ages ago)
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
</ToolFiles>
|
||||
<Configurations>
|
||||
<Configuration
|
||||
Name="Unicode Release|Win32"
|
||||
Name="Release|Win32"
|
||||
OutputDirectory="$(SolutionDir)$(ConfigurationName)"
|
||||
IntermediateDirectory="$(ConfigurationName)"
|
||||
ConfigurationType="10"
|
||||
@@ -38,30 +38,7 @@
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
CommandLine="for %%I in ("%WXWIN%\locale\*.po") do call :fmt %%~nI
goto :EOF

:fmt
if not exist "$(OutDir)\Languages\%1" mkdir "$(OutDir)\Languages\%1"
msgfmt -o "$(OutDir)\Languages\%1\wxstd.mo" "%WXWIN%\locale\%1.po" 
goto :EOF
"
|
||||
/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="Unicode Debug|Win32"
|
||||
OutputDirectory="$(SolutionDir)$(ConfigurationName)"
|
||||
IntermediateDirectory="$(ConfigurationName)"
|
||||
ConfigurationType="10"
|
||||
>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="msgfmt"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
CommandLine="for %%I in ("%WXWIN%\locale\*.po") do call :fmt %%~nI
goto :EOF

:fmt
if not exist "$(OutDir)\Languages\%1" mkdir "$(OutDir)\Languages\%1"
msgfmt -o "$(OutDir)\Languages\%1\wxstd.mo" "%WXWIN%\locale\%1.po" 
goto :EOF
"
|
||||
CommandLine="for %%I in ("%WXWIN%\locale\*.po") do call :fmt %%~nI
goto :EOF

:fmt
if not exist "$(OutDir)\Languages\%1" mkdir "$(OutDir)\Languages\%1"
msgfmt -o "$(OutDir)\Languages\%1\wxstd.mo" "%WXWIN%\locale\%1.po"
goto :EOF
"
|
||||
/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
@@ -84,30 +61,7 @@
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
CommandLine="for %%I in ("%WXWIN%\locale\*.po") do call :fmt %%~nI
goto :EOF

:fmt
if not exist "$(OutDir)\Languages\%1" mkdir "$(OutDir)\Languages\%1"
msgfmt -o "$(OutDir)\Languages\%1\wxstd.mo" "%WXWIN%\locale\%1.po" 
goto :EOF
"
|
||||
/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="Release|Win32"
|
||||
OutputDirectory="$(SolutionDir)$(ConfigurationName)"
|
||||
IntermediateDirectory="$(ConfigurationName)"
|
||||
ConfigurationType="10"
|
||||
>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="msgfmt"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
CommandLine="for %%I in ("%WXWIN%\locale\*.po") do call :fmt %%~nI
goto :EOF

:fmt
if not exist "$(OutDir)\Languages\%1" mkdir "$(OutDir)\Languages\%1"
msgfmt -o "$(OutDir)\Languages\%1\wxstd.mo" "%WXWIN%\locale\%1.po" 
goto :EOF
"
|
||||
CommandLine="for %%I in ("%WXWIN%\locale\*.po") do call :fmt %%~nI
goto :EOF

:fmt
if not exist "$(OutDir)\Languages\%1" mkdir "$(OutDir)\Languages\%1"
msgfmt -o "$(OutDir)\Languages\%1\wxstd.mo" "%WXWIN%\locale\%1.po"
goto :EOF
"
|
||||
/>
|
||||
</Configuration>
|
||||
</Configurations>
|
||||
@@ -205,7 +159,7 @@
|
||||
RelativePath="..\..\..\locale\hi.po"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
<File
|
||||
RelativePath="..\..\..\locale\hr.po"
|
||||
>
|
||||
</File>
|
||||
|
||||
Reference in New Issue
Block a user