From 8d5d04d1cb9fa0238f4c9878aa6644705571858f Mon Sep 17 00:00:00 2001 From: Vadim Lopatin Date: Mon, 11 Jan 2016 09:11:05 +0300 Subject: [PATCH] fix for DlangIDE hacking --- README.md | 6 ++++++ dlangui-msvc.sln | 12 ++++++++++++ 2 files changed, 18 insertions(+) diff --git a/README.md b/README.md index 52a16ebc..e76ba1ce 100644 --- a/README.md +++ b/README.md @@ -377,6 +377,12 @@ For DlangIDE development, close dlangide project on the same directory level as cd ../.. git clone https://github.com/buggins/dlangide.git + git clone https://github.com/keywan-ghadami/DCD.git + git clone https://github.com/keywan-ghadami/dsymbol.git + git clone https://github.com/keywan-ghadami/libdparse.git + git clone https://github.com/keywan-ghadami/experimental_allocator.git + git clone https://github.com/keywan-ghadami/containers.git + Open solution file with Visual-D diff --git a/dlangui-msvc.sln b/dlangui-msvc.sln index 9d7fba3b..bb7d5c35 100644 --- a/dlangui-msvc.sln +++ b/dlangui-msvc.sln @@ -45,6 +45,8 @@ Project("{002A2DE9-8BB6-484D-9802-7E4AD4084715}") = "opengl", "examples\opengl\o {52A2ABB9-2CF7-4D5F-AE8C-75B21F8585A5} = {52A2ABB9-2CF7-4D5F-AE8C-75B21F8585A5} EndProjectSection EndProject +Project("{002A2DE9-8BB6-484D-9802-7E4AD4084715}") = "dwindow_visuald", "..\dwindow\dwindow-visuald.visualdproj", "{6EF05FEE-F632-4B33-805C-5B219269A511}" +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Win32 = Debug|Win32 @@ -158,6 +160,16 @@ Global {29CF2CAC-2C0C-4F17-9292-E1706AC7EBBF}.Unittest|Win32.Build.0 = Release|Win32 {29CF2CAC-2C0C-4F17-9292-E1706AC7EBBF}.Unittest|x64.ActiveCfg = Release|x64 {29CF2CAC-2C0C-4F17-9292-E1706AC7EBBF}.Unittest|x64.Build.0 = Release|x64 + {6EF05FEE-F632-4B33-805C-5B219269A511}.Debug|Win32.ActiveCfg = Debug|Win32 + {6EF05FEE-F632-4B33-805C-5B219269A511}.Debug|Win32.Build.0 = Debug|Win32 + {6EF05FEE-F632-4B33-805C-5B219269A511}.Debug|x64.ActiveCfg = Debug|Win32 + {6EF05FEE-F632-4B33-805C-5B219269A511}.Release|Win32.ActiveCfg = Release|Win32 + {6EF05FEE-F632-4B33-805C-5B219269A511}.Release|Win32.Build.0 = Release|Win32 + {6EF05FEE-F632-4B33-805C-5B219269A511}.Release|x64.ActiveCfg = Release|Win32 + {6EF05FEE-F632-4B33-805C-5B219269A511}.Unittest|Win32.ActiveCfg = Release|Win32 + {6EF05FEE-F632-4B33-805C-5B219269A511}.Unittest|Win32.Build.0 = Release|Win32 + {6EF05FEE-F632-4B33-805C-5B219269A511}.Unittest|x64.ActiveCfg = Release|Win32 + {6EF05FEE-F632-4B33-805C-5B219269A511}.Unittest|x64.Build.0 = Release|Win32 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE