diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-05-28 20:31:40 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-05-28 20:31:40 +0000 |
commit | 5635653422a4a6c0e81c5e31731c8a5f2986360f (patch) | |
tree | 85767dc068944ea8e1cc3ef6d81eb74c21ba8643 /plugins/Dbx_mmap_SA/Dbtool/dbtool_sa_10.vcxproj | |
parent | 4d529ece085c6057ff4e990a6cfc3f231ed592e0 (diff) |
make_ver.bat added to pre-build in SA projects
git-svn-id: http://svn.miranda-ng.org/main/trunk@224 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Dbx_mmap_SA/Dbtool/dbtool_sa_10.vcxproj')
-rw-r--r-- | plugins/Dbx_mmap_SA/Dbtool/dbtool_sa_10.vcxproj | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/plugins/Dbx_mmap_SA/Dbtool/dbtool_sa_10.vcxproj b/plugins/Dbx_mmap_SA/Dbtool/dbtool_sa_10.vcxproj index b05bdc280b..cdee1d24fc 100644 --- a/plugins/Dbx_mmap_SA/Dbtool/dbtool_sa_10.vcxproj +++ b/plugins/Dbx_mmap_SA/Dbtool/dbtool_sa_10.vcxproj @@ -152,6 +152,9 @@ <ImportLibrary>$(IntDir)$(TargetName).lib</ImportLibrary>
<SubSystem>Windows</SubSystem>
</Link>
+ <PreBuildEvent>
+ <Command>..\..\..\bin10\make_ver.bat</Command>
+ </PreBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<ClCompile>
@@ -186,6 +189,9 @@ <SubSystem>Windows</SubSystem>
<GenerateDebugInformation>true</GenerateDebugInformation>
</Link>
+ <PreBuildEvent>
+ <Command>..\..\..\bin10\make_ver.bat</Command>
+ </PreBuildEvent>
</ItemDefinitionGroup>
<ItemGroup>
<ClCompile Include="disk.cpp" />
|