Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/mpc-hc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@users.sourceforge.net>2013-01-07 22:55:34 +0400
committerXhmikosR <xhmikosr@users.sourceforge.net>2013-01-08 14:38:15 +0400
commitacad0a851870034968f8746cd0135a35d40f87b8 (patch)
tree9200537619c28e4f9a73c2dd3aae0e206f816c50 /src/thirdparty/VirtualDub
parent8848e8f9778a25b4669ccab200b86b888130abf6 (diff)
Add VS2012 support.
* We use the same project files as VS2010 which makes things easier to maintain. * We don't use any MFC hack to reduce the binaries' size. We use the _AFX_NO_MFC_CONTROLS_IN_DIALOGS define for the standalone filters which has the same effect and it's cleaner. MPC-HC itself is a little bigger uncompressed, but its compressed size is the same.
Diffstat (limited to 'src/thirdparty/VirtualDub')
-rw-r--r--src/thirdparty/VirtualDub/Kasumi/Kasumi.vcxproj2
-rw-r--r--src/thirdparty/VirtualDub/system/system.vcxproj2
2 files changed, 4 insertions, 0 deletions
diff --git a/src/thirdparty/VirtualDub/Kasumi/Kasumi.vcxproj b/src/thirdparty/VirtualDub/Kasumi/Kasumi.vcxproj
index 0c47951b6..85fb9db40 100644
--- a/src/thirdparty/VirtualDub/Kasumi/Kasumi.vcxproj
+++ b/src/thirdparty/VirtualDub/Kasumi/Kasumi.vcxproj
@@ -21,8 +21,10 @@
<PropertyGroup Label="Globals">
<ProjectGuid>{0D252872-7542-4232-8D02-53F9182AEE15}</ProjectGuid>
<RootNamespace>Kasumi</RootNamespace>
+ <ProjectName>Kasumi</ProjectName>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
+ <Import Project="..\..\..\platform.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
<ConfigurationType>StaticLibrary</ConfigurationType>
</PropertyGroup>
diff --git a/src/thirdparty/VirtualDub/system/system.vcxproj b/src/thirdparty/VirtualDub/system/system.vcxproj
index 5f55e1d15..693e2e814 100644
--- a/src/thirdparty/VirtualDub/system/system.vcxproj
+++ b/src/thirdparty/VirtualDub/system/system.vcxproj
@@ -21,8 +21,10 @@
<PropertyGroup Label="Globals">
<ProjectGuid>{C2082189-3ECB-4079-91FA-89D3C8A305C0}</ProjectGuid>
<RootNamespace>system</RootNamespace>
+ <ProjectName>system</ProjectName>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
+ <Import Project="..\..\..\platform.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
<ConfigurationType>StaticLibrary</ConfigurationType>
<CharacterSet>MultiByte</CharacterSet>