Skip to content
Snippets Groups Projects
Commit 6a3cfbd3 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Put the release build of fmsgdump in the right place.

parent a6d513e6
No related branches found
No related tags found
No related merge requests found
......@@ -53,6 +53,8 @@
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<LinkIncremental>false</LinkIncremental>
<OutDir>.\msvc.win32.exe.release\</OutDir>
<IntDir>.\msvc.win32.release\fmsgdump</IntDir>
</PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<ClCompile>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment