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

Changed mods back to modules again.

Review did not like 'mods'.  Was felt to be too non-standard.  Note that we gained a '?' on a question to the user, an internationalisation hint about the word 'modules' and the words 'the Audacity Manual' (note caps) in making and 'reverting' this change.
This commit is contained in:
james.k.crook@gmail.com
2014-10-12 20:15:24 +00:00
parent 3b13b78c02
commit 0ff355fb49
3 changed files with 21 additions and 25 deletions

View File

@@ -136,7 +136,7 @@
<Tool
Name="VCLinkerTool"
AdditionalDependencies="wxmsw28ud_core.lib wxbase28ud.lib odbc32.lib odbccp32.lib oldnames.lib comctl32.lib rpcrt4.lib wsock32.lib netapi32.lib"
OutputFile="$(OutDir)\mods\$(ProjectName).dll"
OutputFile="$(OutDir)\modules\$(ProjectName).dll"
AdditionalLibraryDirectories="&quot;$(WXWIN)\lib\vc_dll&quot;"
GenerateDebugInformation="true"
RandomizedBaseAddress="1"