Skip to content
Snippets Groups Projects
Commit 100bf244 authored by Brian Carrier's avatar Brian Carrier
Browse files

Generate map file for jnidll file every time

parent 164164e8
Branches
No related tags found
No related merge requests found
......@@ -132,6 +132,7 @@
<GenerateDebugInformation>true</GenerateDebugInformation>
<SubSystem>Windows</SubSystem>
<TargetMachine>MachineX86</TargetMachine>
<GenerateMapFile>true</GenerateMapFile>
</Link>
<PostBuildEvent>
<Command>
......@@ -158,6 +159,7 @@
<AdditionalLibraryDirectories>$(LIBEWF_HOME)\msvscpp\x64\release;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
<GenerateDebugInformation>true</GenerateDebugInformation>
<SubSystem>Windows</SubSystem>
<GenerateMapFile>true</GenerateMapFile>
</Link>
<PostBuildEvent>
<Command>
......@@ -186,6 +188,7 @@
<OptimizeReferences>true</OptimizeReferences>
<EnableCOMDATFolding>true</EnableCOMDATFolding>
<TargetMachine>MachineX86</TargetMachine>
<GenerateMapFile>true</GenerateMapFile>
</Link>
<PostBuildEvent>
<Command>
......@@ -213,6 +216,8 @@
<SubSystem>Windows</SubSystem>
<OptimizeReferences>true</OptimizeReferences>
<EnableCOMDATFolding>true</EnableCOMDATFolding>
<GenerateMapFile>true</GenerateMapFile>
<MapFileName>$(TargetDir)$(TargetName).map</MapFileName>
</Link>
<PostBuildEvent>
<Command>
......@@ -240,6 +245,7 @@
<GenerateDebugInformation>true</GenerateDebugInformation>
<SubSystem>Windows</SubSystem>
<TargetMachine>MachineX86</TargetMachine>
<GenerateMapFile>true</GenerateMapFile>
</Link>
<PostBuildEvent>
<Command>
......@@ -265,6 +271,7 @@
<AdditionalLibraryDirectories>%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
<GenerateDebugInformation>true</GenerateDebugInformation>
<SubSystem>Windows</SubSystem>
<GenerateMapFile>true</GenerateMapFile>
</Link>
<PostBuildEvent>
<Command>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment