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>2010-09-13 15:26:54 +0400
committerXhmikosR <xhmikosr@users.sourceforge.net>2010-09-13 15:26:54 +0400
commit42d9aefcdc965ca1a181331c6c6932073246449b (patch)
tree9c500ec19d90ba062eaaaa33322b2cab8f51c0af /src/thirdparty/ZenLib
parent124ed2b3df8016abea04b5b92fdef362f1762896 (diff)
Fixed non-existent headers in some project files. This actually fixes the problem with VS2010 where some projects were being rebuilt even if you just had built them.
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@2538 10f7b99b-c216-0410-bff0-8a66a9350fd8
Diffstat (limited to 'src/thirdparty/ZenLib')
-rw-r--r--src/thirdparty/ZenLib/ZenLib.vcproj4
-rw-r--r--src/thirdparty/ZenLib/ZenLib.vcxproj1
-rw-r--r--src/thirdparty/ZenLib/ZenLib.vcxproj.filters3
3 files changed, 0 insertions, 8 deletions
diff --git a/src/thirdparty/ZenLib/ZenLib.vcproj b/src/thirdparty/ZenLib/ZenLib.vcproj
index fcc8a8948..f7164ef6a 100644
--- a/src/thirdparty/ZenLib/ZenLib.vcproj
+++ b/src/thirdparty/ZenLib/ZenLib.vcproj
@@ -473,10 +473,6 @@
>
</File>
<File
- RelativePath=".\ConvertUTF.h"
- >
- </File>
- <File
RelativePath=".\CriticalSection.h"
>
</File>
diff --git a/src/thirdparty/ZenLib/ZenLib.vcxproj b/src/thirdparty/ZenLib/ZenLib.vcxproj
index 76b3fa5c4..b1fa3f62e 100644
--- a/src/thirdparty/ZenLib/ZenLib.vcxproj
+++ b/src/thirdparty/ZenLib/ZenLib.vcxproj
@@ -177,7 +177,6 @@
<ClInclude Include="BitStream.h" />
<ClInclude Include="BitStream_LE.h" />
<ClInclude Include="Conf.h" />
- <ClInclude Include="ConvertUTF.h" />
<ClInclude Include="CriticalSection.h" />
<ClInclude Include="Dir.h" />
<ClInclude Include="File.h" />
diff --git a/src/thirdparty/ZenLib/ZenLib.vcxproj.filters b/src/thirdparty/ZenLib/ZenLib.vcxproj.filters
index a23900972..1aa3b8988 100644
--- a/src/thirdparty/ZenLib/ZenLib.vcxproj.filters
+++ b/src/thirdparty/ZenLib/ZenLib.vcxproj.filters
@@ -131,9 +131,6 @@
<ClInclude Include="Conf.h">
<Filter>Header Files</Filter>
</ClInclude>
- <ClInclude Include="ConvertUTF.h">
- <Filter>Header Files</Filter>
- </ClInclude>
<ClInclude Include="CriticalSection.h">
<Filter>Header Files</Filter>
</ClInclude>