From 23d88ab99118270e4d6fc08ea7a9d21e318c86d2 Mon Sep 17 00:00:00 2001 From: CrystalPT Date: Sun, 16 May 2010 17:12:53 +0000 Subject: [VS2010] updated cpluff and libass to make the copied dll a dependency and make "Clean Project" work. git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@30226 568bbfeb-2a22-0410-94d2-cc84cf5bfa90 --- lib/cpluff/libcpluff/win32/cpluff.vcxproj | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) (limited to 'lib/cpluff/libcpluff/win32/cpluff.vcxproj') diff --git a/lib/cpluff/libcpluff/win32/cpluff.vcxproj b/lib/cpluff/libcpluff/win32/cpluff.vcxproj index ba55af9d0a..4bdfa80803 100644 --- a/lib/cpluff/libcpluff/win32/cpluff.vcxproj +++ b/lib/cpluff/libcpluff/win32/cpluff.vcxproj @@ -45,6 +45,8 @@ $(Configuration)\vs2010\ $(Configuration)\vs2010\ false + Build + Build @@ -69,9 +71,11 @@ $(OutDir)$(TargetName).lib MachineX86 - + copy "$(TargetPath)" "$(SolutionDir)..\..\system\$(TargetFileName)" - + Copy Output + $(SolutionDir)..\..\system\$(TargetFileName) + @@ -97,9 +101,11 @@ $(OutDir)$(TargetName).lib MachineX86 - + copy "$(TargetPath)" "$(SolutionDir)..\..\system\$(TargetFileName)" - + Copy Output + $(SolutionDir)..\..\system\$(TargetFileName) + -- cgit v1.2.3