diff options
Diffstat (limited to 'protocols')
-rw-r--r-- | protocols/AimOscar/aim_10.vcxproj | 3 | ||||
-rw-r--r-- | protocols/Gadu-Gadu/Gadu-Gadu_10.vcxproj | 3 | ||||
-rw-r--r-- | protocols/IcqOscarJ/icqoscar8_10.vcxproj | 3 | ||||
-rw-r--r-- | protocols/JabberG/jabber_10.vcxproj | 3 | ||||
-rw-r--r-- | protocols/MSN/msn_10.vcxproj | 3 | ||||
-rw-r--r-- | protocols/Yahoo/Yahoo_10.vcxproj | 3 |
6 files changed, 18 insertions, 0 deletions
diff --git a/protocols/AimOscar/aim_10.vcxproj b/protocols/AimOscar/aim_10.vcxproj index a090bd1d26..91d2f6d028 100644 --- a/protocols/AimOscar/aim_10.vcxproj +++ b/protocols/AimOscar/aim_10.vcxproj @@ -189,6 +189,9 @@ <ImportLibrary>$(IntDir)$(TargetName).lib</ImportLibrary>
<SubSystem>Windows</SubSystem>
</Link>
+ <PreBuildEvent>
+ <Command>..\..\bin10\make_ver.bat</Command>
+ </PreBuildEvent>
</ItemDefinitionGroup>
<ItemGroup>
<ClCompile Include="aim.cpp">
diff --git a/protocols/Gadu-Gadu/Gadu-Gadu_10.vcxproj b/protocols/Gadu-Gadu/Gadu-Gadu_10.vcxproj index 8431573e48..89fc378a3a 100644 --- a/protocols/Gadu-Gadu/Gadu-Gadu_10.vcxproj +++ b/protocols/Gadu-Gadu/Gadu-Gadu_10.vcxproj @@ -197,6 +197,9 @@ <ImportLibrary>$(IntDir)$(TargetName).lib</ImportLibrary>
<SubSystem>Windows</SubSystem>
</Link>
+ <PreBuildEvent>
+ <Command>..\..\bin10\make_ver.bat</Command>
+ </PreBuildEvent>
</ItemDefinitionGroup>
<ItemGroup>
<ClCompile Include="avatar.c" />
diff --git a/protocols/IcqOscarJ/icqoscar8_10.vcxproj b/protocols/IcqOscarJ/icqoscar8_10.vcxproj index 2dc51f4757..81ce3e1bc5 100644 --- a/protocols/IcqOscarJ/icqoscar8_10.vcxproj +++ b/protocols/IcqOscarJ/icqoscar8_10.vcxproj @@ -201,6 +201,9 @@ <SubSystem>Windows</SubSystem>
<BaseAddress>0x25000000</BaseAddress>
</Link>
+ <PreBuildEvent>
+ <Command>..\..\bin10\make_ver.bat</Command>
+ </PreBuildEvent>
</ItemDefinitionGroup>
<ItemGroup>
<ClInclude Include="UI\askauthentication.h" />
diff --git a/protocols/JabberG/jabber_10.vcxproj b/protocols/JabberG/jabber_10.vcxproj index a9c19f98f1..a0dbb874f5 100644 --- a/protocols/JabberG/jabber_10.vcxproj +++ b/protocols/JabberG/jabber_10.vcxproj @@ -146,6 +146,9 @@ <ImportLibrary>$(IntDir)$(TargetName).lib</ImportLibrary>
<SubSystem>Windows</SubSystem>
</Link>
+ <PreBuildEvent>
+ <Command>..\..\bin10\make_ver.bat</Command>
+ </PreBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<ClCompile>
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">
diff --git a/protocols/Yahoo/Yahoo_10.vcxproj b/protocols/Yahoo/Yahoo_10.vcxproj index fe40e26233..b6635c55a9 100644 --- a/protocols/Yahoo/Yahoo_10.vcxproj +++ b/protocols/Yahoo/Yahoo_10.vcxproj @@ -280,6 +280,9 @@ <ImportLibrary>$(IntDir)$(TargetName).lib</ImportLibrary>
<TargetMachine>MachineX64</TargetMachine>
</Link>
+ <PreBuildEvent>
+ <Command>..\..\bin10\make_ver.bat</Command>
+ </PreBuildEvent>
</ItemDefinitionGroup>
<ItemGroup>
<ClCompile Include="avatar.cpp" />
|