diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-06-29 21:35:34 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-06-29 21:35:34 +0000 |
commit | b0632a264c7ce0120af88e915a455c3167f1d5c5 (patch) | |
tree | cb3ef516afe18c362b6001330042da3471cfdfd7 | |
parent | 17c4d64be17d0943aad82a406820ad9fefaddaae (diff) |
mir_core.lib copy to bin10\lib removed
git-svn-id: http://svn.miranda-ng.org/main/trunk@691 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
-rw-r--r-- | plugins/Mir_core/mir_core_10.vcxproj | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/plugins/Mir_core/mir_core_10.vcxproj b/plugins/Mir_core/mir_core_10.vcxproj index 6600013e1a..52717bfdd2 100644 --- a/plugins/Mir_core/mir_core_10.vcxproj +++ b/plugins/Mir_core/mir_core_10.vcxproj @@ -130,7 +130,8 @@ </Command>
</CustomBuildStep>
<PostBuildEvent>
- <Command>copy /Y $(IntDir)$(TargetName).lib $(SolutionDir)\lib</Command>
+ <Command>
+ </Command>
</PostBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
@@ -198,7 +199,8 @@ </Command>
</CustomBuildStep>
<PostBuildEvent>
- <Command>copy /Y $(IntDir)$(TargetName).lib $(SolutionDir)\lib</Command>
+ <Command>
+ </Command>
</PostBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|