diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-06-01 20:46:56 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-06-01 20:46:56 +0000 |
commit | 5e52c4592330b5971a107da1bafd115fafb38f54 (patch) | |
tree | e5c52da54ae262bab2fb05023f7bf0d3569eb899 /plugins/SRMM | |
parent | de71d2b71d3a1ca532e7d53d26d7cdbc006ccb2d (diff) |
make_ver.bat added to pre-build also in Debug
git-svn-id: http://svn.miranda-ng.org/main/trunk@254 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/SRMM')
-rw-r--r-- | plugins/SRMM/srmm_10.vcxproj | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/plugins/SRMM/srmm_10.vcxproj b/plugins/SRMM/srmm_10.vcxproj index 3f649810fd..51ac2a2dcf 100644 --- a/plugins/SRMM/srmm_10.vcxproj +++ b/plugins/SRMM/srmm_10.vcxproj @@ -235,6 +235,9 @@ <ImportLibrary>$(IntDir)$(TargetName).lib</ImportLibrary>
<TargetMachine>MachineX86</TargetMachine>
</Link>
+ <PreBuildEvent>
+ <Command>..\..\bin10\make_ver.bat</Command>
+ </PreBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<Midl>
@@ -277,6 +280,9 @@ <ImportLibrary>$(IntDir)$(TargetName).lib</ImportLibrary>
<TargetMachine>MachineX64</TargetMachine>
</Link>
+ <PreBuildEvent>
+ <Command>..\..\bin10\make_ver.bat</Command>
+ </PreBuildEvent>
</ItemDefinitionGroup>
<ItemGroup>
<ClCompile Include="cmdlist.c" />
|