diff options
author | CrystalP <CrystalP@xbmc.org> | 2011-01-20 14:06:52 -0500 |
---|---|---|
committer | theuni <theuni-nospam-@xbmc.org> | 2011-01-24 17:06:13 -0500 |
commit | f170280edf685b55dbaabea3ce8a4daaeb3cc585 (patch) | |
tree | 35a3381dc41ad316d277ec97307a9eb641ef06f0 /lib | |
parent | c51b1189e3d5353e842991f5859ddcea0f73e426 (diff) |
[WIN32] fix build: paths in libass and visWaveForm projects
(cherry picked from commit 560fc16c1b684ada175346a3a055f0c802fc88d5)
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libass/xbmc/libass_win32/libass_win32_vs2010.vcxproj | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libass/xbmc/libass_win32/libass_win32_vs2010.vcxproj b/lib/libass/xbmc/libass_win32/libass_win32_vs2010.vcxproj index 1c28c6b730..9fb7824b34 100644 --- a/lib/libass/xbmc/libass_win32/libass_win32_vs2010.vcxproj +++ b/lib/libass/xbmc/libass_win32/libass_win32_vs2010.vcxproj @@ -157,11 +157,11 @@ <ClCompile Include="..\..\libass\ass_utils.c" /> </ItemGroup> <ItemGroup> - <ProjectReference Include="..\..\..\..\lib\enca\libenca_win32\libenca_win32.vcxproj"> + <ProjectReference Include="..\..\..\enca\libenca_win32\libenca_win32.vcxproj"> <Project>{22b25aec-7223-46fc-8356-4418327efde1}</Project> <ReferenceOutputAssembly>false</ReferenceOutputAssembly> </ProjectReference> - <ProjectReference Include="..\..\..\..\lib\win32\freetype\builds\win32\vs2010\freetype.vcxproj"> + <ProjectReference Include="..\..\..\freetype\builds\win32\vs2010\freetype.vcxproj"> <Project>{78b079bd-9fc7-4b9e-b4a6-96da0f00248b}</Project> <Private>true</Private> <ReferenceOutputAssembly>false</ReferenceOutputAssembly> @@ -169,7 +169,7 @@ <LinkLibraryDependencies>true</LinkLibraryDependencies> <UseLibraryDependencyInputs>false</UseLibraryDependencyInputs> </ProjectReference> - <ProjectReference Include="..\..\..\..\lib\win32\libiconv\libiconv_win32\libiconv_win32.vcxproj"> + <ProjectReference Include="..\..\..\win32\libiconv\libiconv_win32\libiconv_win32.vcxproj"> <Project>{7a74ed4b-2bf5-47d7-b43e-c80f714417fb}</Project> <ReferenceOutputAssembly>false</ReferenceOutputAssembly> </ProjectReference> |