From ab16d26e8f37eabe36146bf127a583fc68d9a82e Mon Sep 17 00:00:00 2001 From: Chun-wei Fan Date: Mon, 3 Mar 2014 13:52:45 +0800 Subject: [PATCH] MSVC 2008 Builds: Link Conformance Test to cogl-path We need to link the conformance test executable to cogl-path, so make that project depend on the cogl-path project, so that it will link to it as well. --- build/win32/vs9/cogl.sln | 1 + 1 file changed, 1 insertion(+) diff --git a/build/win32/vs9/cogl.sln b/build/win32/vs9/cogl.sln index f91b99f60..a730cef21 100644 --- a/build/win32/vs9/cogl.sln +++ b/build/win32/vs9/cogl.sln @@ -38,6 +38,7 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "test-conformance-cogl", "te ProjectSection(ProjectDependencies) = postProject {F3A80987-5411-43DB-A23B-06F2076E1206} = {F3A80987-5411-43DB-A23B-06F2076E1206} {FE5ABD0F-91E8-4AA5-9C1C-408427D5F768} = {FE5ABD0F-91E8-4AA5-9C1C-408427D5F768} + {F3A80987-5411-43DB-A23B-06F2076E1207} = {F3A80987-5411-43DB-A23B-06F2076E1207} EndProjectSection EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "install", "install.vcproj", "{35B2A4AC-7235-4FC7-995D-469D59195041}"