From 69ed7c4e3e05f4e77ef9d1dbb3002f6817db362f Mon Sep 17 00:00:00 2001 From: Niels Martin Hansen Date: Wed, 17 Jun 2009 18:24:15 +0000 Subject: [PATCH] Add iconv project to Windows tinderbox solution file, and make the Aegisub project dependent on it, in preparation of iconv patch. Originally committed to SVN as r3079. --- aegisub/tinderbox/windows/aegisub_vs2008.sln | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/aegisub/tinderbox/windows/aegisub_vs2008.sln b/aegisub/tinderbox/windows/aegisub_vs2008.sln index 373cd1930..5b9cbf6cd 100644 --- a/aegisub/tinderbox/windows/aegisub_vs2008.sln +++ b/aegisub/tinderbox/windows/aegisub_vs2008.sln @@ -4,6 +4,7 @@ Microsoft Visual Studio Solution File, Format Version 10.00 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "aegisub_vs2008", "..\..\build\aegisub_vs2008\aegisub_vs2008.vcproj", "{65C67A5D-D31C-4DB6-965B-69AF7EFA4B5A}" ProjectSection(ProjectDependencies) = postProject {4294BC27-91AC-4642-B5E1-042288478C2A} = {4294BC27-91AC-4642-B5E1-042288478C2A} + {C2010153-4F34-476F-A903-DD7CE28EDFF8} = {C2010153-4F34-476F-A903-DD7CE28EDFF8} {F57D079E-3022-40FA-9BC9-C149D89D9EC9} = {F57D079E-3022-40FA-9BC9-C149D89D9EC9} {1809269E-6E14-47E8-A9D0-147877EBCDBC} = {1809269E-6E14-47E8-A9D0-147877EBCDBC} {53609BB3-D874-465C-AF7B-DF626DB0D89B} = {53609BB3-D874-465C-AF7B-DF626DB0D89B} @@ -25,6 +26,8 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "auto3_vc9", "..\..\src\liba {9E046FFE-42C5-4FFA-991A-EA4A7F0E1E1E} = {9E046FFE-42C5-4FFA-991A-EA4A7F0E1E1E} EndProjectSection EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "iconv_2008", "..\..\..\contrib\iconv\iconv.vcproj", "{C2010153-4F34-476F-A903-DD7CE28EDFF8}" +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Win32 = Debug|Win32 @@ -89,6 +92,14 @@ Global {F57D079E-3022-40FA-9BC9-C149D89D9EC9}.Release|Win32.Build.0 = Release|Win32 {F57D079E-3022-40FA-9BC9-C149D89D9EC9}.Release|x64.ActiveCfg = Release|x64 {F57D079E-3022-40FA-9BC9-C149D89D9EC9}.Release|x64.Build.0 = Release|x64 + {C2010153-4F34-476F-A903-DD7CE28EDFF8}.Debug|Win32.ActiveCfg = Debug|Win32 + {C2010153-4F34-476F-A903-DD7CE28EDFF8}.Debug|Win32.Build.0 = Debug|Win32 + {C2010153-4F34-476F-A903-DD7CE28EDFF8}.Debug|x64.ActiveCfg = Debug|x64 + {C2010153-4F34-476F-A903-DD7CE28EDFF8}.Debug|x64.Build.0 = Debug|x64 + {C2010153-4F34-476F-A903-DD7CE28EDFF8}.Release|Win32.ActiveCfg = Release|Win32 + {C2010153-4F34-476F-A903-DD7CE28EDFF8}.Release|Win32.Build.0 = Release|Win32 + {C2010153-4F34-476F-A903-DD7CE28EDFF8}.Release|x64.ActiveCfg = Release|x64 + {C2010153-4F34-476F-A903-DD7CE28EDFF8}.Release|x64.Build.0 = Release|x64 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE