diff options
Diffstat (limited to 'plugins/FreeImage')
-rw-r--r-- | plugins/FreeImage/FreeImage_10.vcxproj | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/plugins/FreeImage/FreeImage_10.vcxproj b/plugins/FreeImage/FreeImage_10.vcxproj index a38224f816..d3e1c7b367 100644 --- a/plugins/FreeImage/FreeImage_10.vcxproj +++ b/plugins/FreeImage/FreeImage_10.vcxproj @@ -161,6 +161,9 @@ <SubSystem>Windows</SubSystem>
<BaseAddress>0x5130000</BaseAddress>
</Link>
+ <PreBuildEvent>
+ <Command>..\..\bin10\make_ver.bat</Command>
+ </PreBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<ClCompile>
@@ -188,6 +191,9 @@ <BaseAddress>0x5130000</BaseAddress>
<SubSystem>Windows</SubSystem>
</Link>
+ <PreBuildEvent>
+ <Command>..\..\bin10\make_ver.bat</Command>
+ </PreBuildEvent>
</ItemDefinitionGroup>
<ItemGroup>
<ProjectReference Include="..\zlib\zlib_10.vcxproj">
|