diff options
author | Arnavion <arnavion@gmail.com> | 2015-03-08 12:47:03 -0700 |
---|---|---|
committer | Arnavion <arnavion@gmail.com> | 2015-03-08 12:47:03 -0700 |
commit | fb422732f2077f9e293589149adfd423166092a9 (patch) | |
tree | 83c72179ae9a86a7f4a27cf6c54afe80e856d87d | |
parent | 36a8ba126c6fe5612a4450560f62b20736723095 (diff) |
libenchant_win8 needs to depend on common to be able to use config.h
-rw-r--r-- | win32/hexchat.sln | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/win32/hexchat.sln b/win32/hexchat.sln index 635c7d4c..272c96df 100644 --- a/win32/hexchat.sln +++ b/win32/hexchat.sln @@ -127,6 +127,9 @@ EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "external", "external", "{021EC1D0-FF67-4700-9AB2-EAABF1159C09}" EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libenchant_win8", "..\src\libenchant_win8\libenchant_win8.vcxproj", "{BF0EBC16-68AD-4CD1-864C-5B56836EBE2A}" + ProjectSection(ProjectDependencies) = postProject + {87554B59-006C-4D94-9714-897B27067BA3} = {87554B59-006C-4D94-9714-897B27067BA3} + EndProjectSection EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution |