ref: 157935e9a0484d536788e312acae3847f2465255
parent: 7fba7a08bce4ade8845acbb7d9bdf97b04dd8a1f
author: Martin Storsjö <[email protected]>
date: Sun Jun 29 09:35:49 EDT 2014
Write map files to the default directory instead of a custom directory
--- a/codec/build/win32/dec/WelsDecPlus.vcproj
+++ b/codec/build/win32/dec/WelsDecPlus.vcproj
@@ -85,7 +85,7 @@
GenerateDebugInformation="true"
ProgramDatabaseFile="$(OutDir)\welsdec.pdb"
GenerateMapFile="true"
- MapFileName=".\..\..\..\maps\Release\welsdec.map"
+ MapFileName="$(OutDir)\welsdec.map"
RandomizedBaseAddress="1"
DataExecutionPrevention="2"
ImportLibrary="$(OutDir)\welsdec.lib"
@@ -181,7 +181,7 @@
GenerateDebugInformation="true"
ProgramDatabaseFile="$(OutDir)\welsdec.pdb"
GenerateMapFile="true"
- MapFileName=".\..\..\..\maps\Release\welsdec.map"
+ MapFileName="$(OutDir)\welsdec.map"
RandomizedBaseAddress="1"
DataExecutionPrevention="2"
ImportLibrary="$(OutDir)\welsdec.lib"