diff options
Diffstat (limited to 'plugins/Db3x/db3x_10.vcxproj')
-rw-r--r-- | plugins/Db3x/db3x_10.vcxproj | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/Db3x/db3x_10.vcxproj b/plugins/Db3x/db3x_10.vcxproj index 8bf924c3dc..4bf61d60c7 100644 --- a/plugins/Db3x/db3x_10.vcxproj +++ b/plugins/Db3x/db3x_10.vcxproj @@ -199,6 +199,9 @@ <AdditionalDependencies>comctl32.lib;%(AdditionalDependencies)</AdditionalDependencies>
<SubSystem>Windows</SubSystem>
</Link>
+ <PreBuildEvent>
+ <Command>..\..\bin10\make_ver.bat</Command>
+ </PreBuildEvent>
</ItemDefinitionGroup>
<ItemGroup>
<ClCompile Include="commonheaders.c">
|