diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-08-03 14:12:47 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-08-03 14:12:47 +0000 |
commit | 72aa72e9a28dcc669727aa648d6db8a3d14d52bd (patch) | |
tree | 209115d16e6314d33fa6cf841f658aaeea481b7d /src/mir_core | |
parent | 847f97bbdc3f9719bbc68bfb8f0e3e1c3e1c9667 (diff) |
pre-build event moved to mir_core project
git-svn-id: http://svn.miranda-ng.org/main/trunk@1339 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'src/mir_core')
-rw-r--r-- | src/mir_core/mir_core_10.vcxproj | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/mir_core/mir_core_10.vcxproj b/src/mir_core/mir_core_10.vcxproj index febc5ad553..58595b8a92 100644 --- a/src/mir_core/mir_core_10.vcxproj +++ b/src/mir_core/mir_core_10.vcxproj @@ -132,6 +132,9 @@ <Command>
</Command>
</PostBuildEvent>
+ <PreBuildEvent>
+ <Command>..\..\bin10\make_ver.bat</Command>
+ </PreBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<ClCompile>
@@ -161,6 +164,9 @@ <AdditionalOptions>/ignore:4197 %(AdditionalOptions)</AdditionalOptions>
<DelayLoadDLLs>miranda64.exe</DelayLoadDLLs>
</Link>
+ <PreBuildEvent>
+ <Command>..\..\bin10\make_ver.bat</Command>
+ </PreBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<ClCompile>
@@ -201,6 +207,9 @@ <Command>
</Command>
</PostBuildEvent>
+ <PreBuildEvent>
+ <Command>..\..\bin10\make_ver.bat</Command>
+ </PreBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<ClCompile>
@@ -234,6 +243,9 @@ <AdditionalOptions>/ignore:4197 %(AdditionalOptions)</AdditionalOptions>
<DelayLoadDLLs>miranda64.exe</DelayLoadDLLs>
</Link>
+ <PreBuildEvent>
+ <Command>..\..\bin10\make_ver.bat</Command>
+ </PreBuildEvent>
</ItemDefinitionGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
|