From 0b96d15315d38a979d9f897b92b49bdee7afaa12 Mon Sep 17 00:00:00 2001 From: Chun-wei Fan Date: Tue, 4 Mar 2014 15:28:52 +0800 Subject: [PATCH] Visual C++ 2008 Builds: Fix Installation of Binaries The *.dll, *.exe and *.lib files weren't being copied in the *_SDL configs as the project looked for them in the wrong place. Correct that problem. --- build/win32/vs9/cogl-install.vsprops | 40 +++++++++++++++++++++------- 1 file changed, 30 insertions(+), 10 deletions(-) diff --git a/build/win32/vs9/cogl-install.vsprops b/build/win32/vs9/cogl-install.vsprops index ef0d01ead..292eb9b35 100644 --- a/build/win32/vs9/cogl-install.vsprops +++ b/build/win32/vs9/cogl-install.vsprops @@ -5,23 +5,43 @@ Name="coglinstallprops" InheritedPropertySheets=".\cogl-build-defines.vsprops" > +