From 95276a0b4ae8c4b6210ed29801b4d1e70ca29138 Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy <watcherhd@gmail.com> Date: Mon, 28 May 2012 19:59:48 +0000 Subject: make_ver.bat added to pre-build (x64) git-svn-id: http://svn.miranda-ng.org/main/trunk@222 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/SRMM/srmm_10.vcxproj | 3 +++ 1 file changed, 3 insertions(+) (limited to 'plugins/SRMM') diff --git a/plugins/SRMM/srmm_10.vcxproj b/plugins/SRMM/srmm_10.vcxproj index 686fd1cfa6..3f649810fd 100644 --- a/plugins/SRMM/srmm_10.vcxproj +++ b/plugins/SRMM/srmm_10.vcxproj @@ -191,6 +191,9 @@ <ImportLibrary>$(IntDir)$(TargetName).lib</ImportLibrary> <TargetMachine>MachineX64</TargetMachine> </Link> + <PreBuildEvent> + <Command>..\..\bin10\make_ver.bat</Command> + </PreBuildEvent> </ItemDefinitionGroup> <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> <Midl> -- cgit v1.2.3