diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-05-28 19:59:48 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-05-28 19:59:48 +0000 |
commit | 95276a0b4ae8c4b6210ed29801b4d1e70ca29138 (patch) | |
tree | 0d828076dbcde3f6722d4df1de6626fba2504485 /src | |
parent | 332024e8a64957214744588e2885649efa548861 (diff) |
make_ver.bat added to pre-build (x64)
git-svn-id: http://svn.miranda-ng.org/main/trunk@222 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'src')
-rw-r--r-- | src/miranda32_10.vcxproj | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/miranda32_10.vcxproj b/src/miranda32_10.vcxproj index a6cfe251a6..db23d16ea0 100644 --- a/src/miranda32_10.vcxproj +++ b/src/miranda32_10.vcxproj @@ -142,6 +142,9 @@ <RandomizedBaseAddress>false</RandomizedBaseAddress>
<ImportLibrary>$(IntDir)$(TargetName).lib</ImportLibrary>
</Link>
+ <PreBuildEvent>
+ <Command>..\..\bin10\make_ver.bat</Command>
+ </PreBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<ClCompile>
|