mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-11 09:03:36 +02:00
Locate and position the current Audacity source code, and clear a variety of old junk out of the way into junk-branches
This commit is contained in:
1295
win/Projects/locale/locale.vcproj
Normal file
1295
win/Projects/locale/locale.vcproj
Normal file
File diff suppressed because it is too large
Load Diff
33
win/Projects/locale/po.rules
Normal file
33
win/Projects/locale/po.rules
Normal file
@@ -0,0 +1,33 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<VisualStudioToolFile
|
||||
Name="Message Compiler"
|
||||
Version="8.00"
|
||||
>
|
||||
<Rules>
|
||||
<CustomBuildRule
|
||||
Name="msgfmt"
|
||||
DisplayName="Compile Locale"
|
||||
CommandLine="msgfmt [AllOptions] [AdditionalOptions] [inputs]"
|
||||
Outputs="[$OutputName]"
|
||||
FileExtensions="*.po"
|
||||
ExecutionDescription="Compiling $(InputName) locale"
|
||||
>
|
||||
<Properties>
|
||||
<StringProperty
|
||||
Name="OutputName"
|
||||
DisplayName="Output File"
|
||||
Description="Specifies a name to override the default file name"
|
||||
Switch="-o "[value]""
|
||||
DefaultValue="$(OutDir)\Languages\$(InputName)\Audacity.mo"
|
||||
Delimited="true"
|
||||
/>
|
||||
<BooleanProperty
|
||||
Name="Verbose"
|
||||
DisplayName="Verbose"
|
||||
Description="Increase verbosity level"
|
||||
Switch="-v"
|
||||
/>
|
||||
</Properties>
|
||||
</CustomBuildRule>
|
||||
</Rules>
|
||||
</VisualStudioToolFile>
|
Reference in New Issue
Block a user