mirror of https://github.com/buggins/dlangui.git
fix for DlangIDE hacking
This commit is contained in:
parent
bcf76405cb
commit
8d5d04d1cb
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue