diff options
Diffstat (limited to 'protocols/MSN/msn_10.vcxproj')
-rw-r--r-- | protocols/MSN/msn_10.vcxproj | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/protocols/MSN/msn_10.vcxproj b/protocols/MSN/msn_10.vcxproj index 5107dbde06..bef4f70fda 100644 --- a/protocols/MSN/msn_10.vcxproj +++ b/protocols/MSN/msn_10.vcxproj @@ -253,6 +253,9 @@ <ImportLibrary>$(IntDir)$(TargetName).lib</ImportLibrary>
<TargetMachine>MachineX64</TargetMachine>
</Link>
+ <PreBuildEvent>
+ <Command>..\..\bin10\make_ver.bat</Command>
+ </PreBuildEvent>
</ItemDefinitionGroup>
<ItemGroup>
<ClCompile Include="des.c">
|