diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-05-29 05:50:56 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-05-29 05:50:56 +0000 |
commit | 9a3527c617eb851732e4dc097696bb5557a2e479 (patch) | |
tree | 78f1b52f7ff3540d0f18e49d607704c2b2e10aa2 /src | |
parent | 70533fdeb8a48166bda0c7aebbb6f7808c31e2b8 (diff) |
git-svn-id: http://svn.miranda-ng.org/main/trunk@226 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'src')
-rw-r--r-- | src/miranda32_10.vcxproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/miranda32_10.vcxproj b/src/miranda32_10.vcxproj index db23d16ea0..d43671f6e8 100644 --- a/src/miranda32_10.vcxproj +++ b/src/miranda32_10.vcxproj @@ -143,7 +143,7 @@ <ImportLibrary>$(IntDir)$(TargetName).lib</ImportLibrary>
</Link>
<PreBuildEvent>
- <Command>..\..\bin10\make_ver.bat</Command>
+ <Command>..\bin10\make_ver.bat</Command>
</PreBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|