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

Output file path changed to 'mod' from 'modules'.

This commit is contained in:
james.k.crook@gmail.com 2014-10-11 12:11:46 +00:00
parent 5b65647b3b
commit 15d7a1d765

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)\modules\$(ProjectName).dll"
OutputFile="$(OutDir)\mods\$(ProjectName).dll"
AdditionalLibraryDirectories="&quot;$(WXWIN)\lib\vc_dll&quot;"
GenerateDebugInformation="true"
RandomizedBaseAddress="1"