mirror of https://github.com/buggins/dlangui.git
Linux/MonoD solution fix
This commit is contained in:
parent
b076ed5859
commit
a06ca86820
|
@ -0,0 +1,67 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<PropertyGroup>
|
||||
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
||||
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
||||
<ProductVersion>10.0.0</ProductVersion>
|
||||
<SchemaVersion>2.0</SchemaVersion>
|
||||
<ProjectGuid>{ED644EF9-A446-4987-873F-B7F3CC28E3B7}</ProjectGuid>
|
||||
<UseDefaultCompiler>true</UseDefaultCompiler>
|
||||
<PreferOneStepBuild>true</PreferOneStepBuild>
|
||||
<Compiler>DMD2</Compiler>
|
||||
<IncrementalLinking>true</IncrementalLinking>
|
||||
<DependentProjectIds>
|
||||
<DependentProjectIds>
|
||||
<String>{0B737AB4-0C3B-4250-A133-3AD793E2D322}</String>
|
||||
</DependentProjectIds>
|
||||
</DependentProjectIds>
|
||||
<Includes>
|
||||
<Includes>
|
||||
<Path>../../../DerelictUtil/source</Path>
|
||||
</Includes>
|
||||
</Includes>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
||||
<DebugSymbols>true</DebugSymbols>
|
||||
<OutputPath>bin\Debug</OutputPath>
|
||||
<ObjectsDirectory>obj/Debug</ObjectsDirectory>
|
||||
<LinkinThirdPartyLibraries>false</LinkinThirdPartyLibraries>
|
||||
<UnittestMode>false</UnittestMode>
|
||||
<OutputName>DerelictFI</OutputName>
|
||||
<Target>StaticLibrary</Target>
|
||||
<Externalconsole>true</Externalconsole>
|
||||
<DebugLevel>0</DebugLevel>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
||||
<OutputPath>bin\Release</OutputPath>
|
||||
<ObjectsDirectory>obj/Release</ObjectsDirectory>
|
||||
<LinkinThirdPartyLibraries>false</LinkinThirdPartyLibraries>
|
||||
<UnittestMode>false</UnittestMode>
|
||||
<OutputName>DerelictFI</OutputName>
|
||||
<Target>Executable</Target>
|
||||
<Externalconsole>true</Externalconsole>
|
||||
<DebugLevel>0</DebugLevel>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Unittest|AnyCPU' ">
|
||||
<DebugSymbols>true</DebugSymbols>
|
||||
<OutputPath>bin\Unittest</OutputPath>
|
||||
<ObjectsDirectory>obj/Unittest</ObjectsDirectory>
|
||||
<LinkinThirdPartyLibraries>false</LinkinThirdPartyLibraries>
|
||||
<UnittestMode>true</UnittestMode>
|
||||
<OutputName>DerelictFI</OutputName>
|
||||
<Target>Executable</Target>
|
||||
<Externalconsole>true</Externalconsole>
|
||||
<DebugLevel>0</DebugLevel>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="..\..\..\DerelictFI\source\derelict\freeimage\freeimage.d">
|
||||
<Link>freeimage.d</Link>
|
||||
</Compile>
|
||||
<Compile Include="..\..\..\DerelictFI\source\derelict\freeimage\functions.d">
|
||||
<Link>functions.d</Link>
|
||||
</Compile>
|
||||
<Compile Include="..\..\..\DerelictFI\source\derelict\freeimage\types.d">
|
||||
<Link>types.d</Link>
|
||||
</Compile>
|
||||
</ItemGroup>
|
||||
</Project>
|
|
@ -0,0 +1,67 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<PropertyGroup>
|
||||
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
||||
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
||||
<ProductVersion>10.0.0</ProductVersion>
|
||||
<SchemaVersion>2.0</SchemaVersion>
|
||||
<ProjectGuid>{2B088613-C536-4E5C-8B74-7913267D75DA}</ProjectGuid>
|
||||
<UseDefaultCompiler>true</UseDefaultCompiler>
|
||||
<PreferOneStepBuild>true</PreferOneStepBuild>
|
||||
<Compiler>DMD2</Compiler>
|
||||
<IncrementalLinking>true</IncrementalLinking>
|
||||
<DependentProjectIds>
|
||||
<DependentProjectIds>
|
||||
<String>{0B737AB4-0C3B-4250-A133-3AD793E2D322}</String>
|
||||
</DependentProjectIds>
|
||||
</DependentProjectIds>
|
||||
<Includes>
|
||||
<Includes>
|
||||
<Path>../../../DerelictUtil/source</Path>
|
||||
</Includes>
|
||||
</Includes>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
||||
<DebugSymbols>true</DebugSymbols>
|
||||
<OutputPath>bin\Debug</OutputPath>
|
||||
<ObjectsDirectory>obj/Debug</ObjectsDirectory>
|
||||
<LinkinThirdPartyLibraries>false</LinkinThirdPartyLibraries>
|
||||
<UnittestMode>false</UnittestMode>
|
||||
<OutputName>DerelictFT</OutputName>
|
||||
<Target>StaticLibrary</Target>
|
||||
<Externalconsole>true</Externalconsole>
|
||||
<DebugLevel>0</DebugLevel>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
||||
<OutputPath>bin\Release</OutputPath>
|
||||
<ObjectsDirectory>obj/Release</ObjectsDirectory>
|
||||
<LinkinThirdPartyLibraries>false</LinkinThirdPartyLibraries>
|
||||
<UnittestMode>false</UnittestMode>
|
||||
<OutputName>DerelictFT</OutputName>
|
||||
<Target>Executable</Target>
|
||||
<Externalconsole>true</Externalconsole>
|
||||
<DebugLevel>0</DebugLevel>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Unittest|AnyCPU' ">
|
||||
<DebugSymbols>true</DebugSymbols>
|
||||
<OutputPath>bin\Unittest</OutputPath>
|
||||
<ObjectsDirectory>obj/Unittest</ObjectsDirectory>
|
||||
<LinkinThirdPartyLibraries>false</LinkinThirdPartyLibraries>
|
||||
<UnittestMode>true</UnittestMode>
|
||||
<OutputName>DerelictFT</OutputName>
|
||||
<Target>Executable</Target>
|
||||
<Externalconsole>true</Externalconsole>
|
||||
<DebugLevel>0</DebugLevel>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="..\..\..\DerelictFT\source\derelict\freetype\ft.d">
|
||||
<Link>ft.d</Link>
|
||||
</Compile>
|
||||
<Compile Include="..\..\..\DerelictFT\source\derelict\freetype\functions.d">
|
||||
<Link>functions.d</Link>
|
||||
</Compile>
|
||||
<Compile Include="..\..\..\DerelictFT\source\derelict\freetype\types.d">
|
||||
<Link>types.d</Link>
|
||||
</Compile>
|
||||
</ItemGroup>
|
||||
</Project>
|
|
@ -0,0 +1,103 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<PropertyGroup>
|
||||
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
||||
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
||||
<ProductVersion>10.0.0</ProductVersion>
|
||||
<SchemaVersion>2.0</SchemaVersion>
|
||||
<ProjectGuid>{5355CB25-5AA9-4738-9A0F-C0673DBBCB07}</ProjectGuid>
|
||||
<UseDefaultCompiler>true</UseDefaultCompiler>
|
||||
<PreferOneStepBuild>true</PreferOneStepBuild>
|
||||
<Compiler>DMD2</Compiler>
|
||||
<IncrementalLinking>true</IncrementalLinking>
|
||||
<DependentProjectIds>
|
||||
<DependentProjectIds>
|
||||
<String>{0B737AB4-0C3B-4250-A133-3AD793E2D322}</String>
|
||||
</DependentProjectIds>
|
||||
</DependentProjectIds>
|
||||
<Includes>
|
||||
<Includes>
|
||||
<Path>../../../DerelictUtil/source</Path>
|
||||
</Includes>
|
||||
</Includes>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
||||
<DebugSymbols>true</DebugSymbols>
|
||||
<OutputPath>bin\Debug</OutputPath>
|
||||
<ObjectsDirectory>obj/Debug</ObjectsDirectory>
|
||||
<LinkinThirdPartyLibraries>false</LinkinThirdPartyLibraries>
|
||||
<UnittestMode>false</UnittestMode>
|
||||
<OutputName>DerelictGL3</OutputName>
|
||||
<Target>StaticLibrary</Target>
|
||||
<Externalconsole>true</Externalconsole>
|
||||
<DebugLevel>0</DebugLevel>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
||||
<OutputPath>bin\Release</OutputPath>
|
||||
<ObjectsDirectory>obj/Release</ObjectsDirectory>
|
||||
<LinkinThirdPartyLibraries>false</LinkinThirdPartyLibraries>
|
||||
<UnittestMode>false</UnittestMode>
|
||||
<OutputName>DerelictGL3</OutputName>
|
||||
<Target>Executable</Target>
|
||||
<Externalconsole>true</Externalconsole>
|
||||
<DebugLevel>0</DebugLevel>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Unittest|AnyCPU' ">
|
||||
<DebugSymbols>true</DebugSymbols>
|
||||
<OutputPath>bin\Unittest</OutputPath>
|
||||
<ObjectsDirectory>obj/Unittest</ObjectsDirectory>
|
||||
<LinkinThirdPartyLibraries>false</LinkinThirdPartyLibraries>
|
||||
<UnittestMode>true</UnittestMode>
|
||||
<OutputName>DerelictGL3</OutputName>
|
||||
<Target>Executable</Target>
|
||||
<Externalconsole>true</Externalconsole>
|
||||
<DebugLevel>0</DebugLevel>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="..\..\..\DerelictGL3\source\derelict\opengl3\arb.d">
|
||||
<Link>arb.d</Link>
|
||||
</Compile>
|
||||
<Compile Include="..\..\..\DerelictGL3\source\derelict\opengl3\cgl.d">
|
||||
<Link>cgl.d</Link>
|
||||
</Compile>
|
||||
<Compile Include="..\..\..\DerelictGL3\source\derelict\opengl3\constants.d">
|
||||
<Link>constants.d</Link>
|
||||
</Compile>
|
||||
<Compile Include="..\..\..\DerelictGL3\source\derelict\opengl3\deprecatedConstants.d">
|
||||
<Link>deprecatedConstants.d</Link>
|
||||
</Compile>
|
||||
<Compile Include="..\..\..\DerelictGL3\source\derelict\opengl3\deprecatedFunctions.d">
|
||||
<Link>deprecatedFunctions.d</Link>
|
||||
</Compile>
|
||||
<Compile Include="..\..\..\DerelictGL3\source\derelict\opengl3\ext.d">
|
||||
<Link>ext.d</Link>
|
||||
</Compile>
|
||||
<Compile Include="..\..\..\DerelictGL3\source\derelict\opengl3\functions.d">
|
||||
<Link>functions.d</Link>
|
||||
</Compile>
|
||||
<Compile Include="..\..\..\DerelictGL3\source\derelict\opengl3\gl.d">
|
||||
<Link>gl.d</Link>
|
||||
</Compile>
|
||||
<Compile Include="..\..\..\DerelictGL3\source\derelict\opengl3\gl3.d">
|
||||
<Link>gl3.d</Link>
|
||||
</Compile>
|
||||
<Compile Include="..\..\..\DerelictGL3\source\derelict\opengl3\glx.d">
|
||||
<Link>glx.d</Link>
|
||||
</Compile>
|
||||
<Compile Include="..\..\..\DerelictGL3\source\derelict\opengl3\glxext.d">
|
||||
<Link>glxext.d</Link>
|
||||
</Compile>
|
||||
<Compile Include="..\..\..\DerelictGL3\source\derelict\opengl3\internal.d">
|
||||
<Link>internal.d</Link>
|
||||
</Compile>
|
||||
<Compile Include="..\..\..\DerelictGL3\source\derelict\opengl3\types.d">
|
||||
<Link>types.d</Link>
|
||||
</Compile>
|
||||
<Compile Include="..\..\..\DerelictGL3\source\derelict\opengl3\wgl.d">
|
||||
<Link>wgl.d</Link>
|
||||
</Compile>
|
||||
<Compile Include="..\..\..\DerelictGL3\source\derelict\opengl3\wglext.d">
|
||||
<Link>wglext.d</Link>
|
||||
</Compile>
|
||||
</ItemGroup>
|
||||
</Project>
|
|
@ -0,0 +1,79 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<PropertyGroup>
|
||||
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
||||
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
||||
<ProductVersion>10.0.0</ProductVersion>
|
||||
<SchemaVersion>2.0</SchemaVersion>
|
||||
<ProjectGuid>{87EE4E19-2409-4441-A0C0-2E6D08C555D9}</ProjectGuid>
|
||||
<UseDefaultCompiler>true</UseDefaultCompiler>
|
||||
<PreferOneStepBuild>true</PreferOneStepBuild>
|
||||
<Compiler>DMD2</Compiler>
|
||||
<IncrementalLinking>true</IncrementalLinking>
|
||||
<DependentProjectIds>
|
||||
<DependentProjectIds>
|
||||
<String>{0B737AB4-0C3B-4250-A133-3AD793E2D322}</String>
|
||||
</DependentProjectIds>
|
||||
</DependentProjectIds>
|
||||
<Includes>
|
||||
<Includes>
|
||||
<Path>../../../DerelictUtil/source</Path>
|
||||
</Includes>
|
||||
</Includes>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
||||
<DebugSymbols>true</DebugSymbols>
|
||||
<OutputPath>bin\Debug</OutputPath>
|
||||
<ObjectsDirectory>obj/Debug</ObjectsDirectory>
|
||||
<LinkinThirdPartyLibraries>false</LinkinThirdPartyLibraries>
|
||||
<UnittestMode>false</UnittestMode>
|
||||
<OutputName>DerelictSDL2</OutputName>
|
||||
<Target>StaticLibrary</Target>
|
||||
<Externalconsole>true</Externalconsole>
|
||||
<DebugLevel>0</DebugLevel>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
||||
<OutputPath>bin\Release</OutputPath>
|
||||
<ObjectsDirectory>obj/Release</ObjectsDirectory>
|
||||
<LinkinThirdPartyLibraries>false</LinkinThirdPartyLibraries>
|
||||
<UnittestMode>false</UnittestMode>
|
||||
<OutputName>DerelictSDL2</OutputName>
|
||||
<Target>Executable</Target>
|
||||
<Externalconsole>true</Externalconsole>
|
||||
<DebugLevel>0</DebugLevel>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Unittest|AnyCPU' ">
|
||||
<DebugSymbols>true</DebugSymbols>
|
||||
<OutputPath>bin\Unittest</OutputPath>
|
||||
<ObjectsDirectory>obj/Unittest</ObjectsDirectory>
|
||||
<LinkinThirdPartyLibraries>false</LinkinThirdPartyLibraries>
|
||||
<UnittestMode>true</UnittestMode>
|
||||
<OutputName>DerelictSDL2</OutputName>
|
||||
<Target>Executable</Target>
|
||||
<Externalconsole>true</Externalconsole>
|
||||
<DebugLevel>0</DebugLevel>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="..\..\..\DerelictSDL2\source\derelict\sdl2\functions.d">
|
||||
<Link>functions.d</Link>
|
||||
</Compile>
|
||||
<Compile Include="..\..\..\DerelictSDL2\source\derelict\sdl2\image.d">
|
||||
<Link>image.d</Link>
|
||||
</Compile>
|
||||
<Compile Include="..\..\..\DerelictSDL2\source\derelict\sdl2\mixer.d">
|
||||
<Link>mixer.d</Link>
|
||||
</Compile>
|
||||
<Compile Include="..\..\..\DerelictSDL2\source\derelict\sdl2\net.d">
|
||||
<Link>net.d</Link>
|
||||
</Compile>
|
||||
<Compile Include="..\..\..\DerelictSDL2\source\derelict\sdl2\sdl.d">
|
||||
<Link>sdl.d</Link>
|
||||
</Compile>
|
||||
<Compile Include="..\..\..\DerelictSDL2\source\derelict\sdl2\ttf.d">
|
||||
<Link>ttf.d</Link>
|
||||
</Compile>
|
||||
<Compile Include="..\..\..\DerelictSDL2\source\derelict\sdl2\types.d">
|
||||
<Link>types.d</Link>
|
||||
</Compile>
|
||||
</ItemGroup>
|
||||
</Project>
|
|
@ -0,0 +1,71 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<PropertyGroup>
|
||||
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
||||
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
||||
<ProductVersion>10.0.0</ProductVersion>
|
||||
<SchemaVersion>2.0</SchemaVersion>
|
||||
<ProjectGuid>{0B737AB4-0C3B-4250-A133-3AD793E2D322}</ProjectGuid>
|
||||
<UseDefaultCompiler>true</UseDefaultCompiler>
|
||||
<PreferOneStepBuild>true</PreferOneStepBuild>
|
||||
<Compiler>DMD2</Compiler>
|
||||
<IncrementalLinking>true</IncrementalLinking>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
||||
<DebugSymbols>true</DebugSymbols>
|
||||
<OutputPath>bin\Debug</OutputPath>
|
||||
<ObjectsDirectory>obj/Debug</ObjectsDirectory>
|
||||
<LinkinThirdPartyLibraries>false</LinkinThirdPartyLibraries>
|
||||
<UnittestMode>false</UnittestMode>
|
||||
<OutputName>DerelictUtil</OutputName>
|
||||
<Target>StaticLibrary</Target>
|
||||
<Externalconsole>true</Externalconsole>
|
||||
<DebugLevel>0</DebugLevel>
|
||||
<Libs>
|
||||
<Libs>
|
||||
<Lib>dl</Lib>
|
||||
</Libs>
|
||||
</Libs>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
||||
<OutputPath>bin\Release</OutputPath>
|
||||
<ObjectsDirectory>obj/Release</ObjectsDirectory>
|
||||
<LinkinThirdPartyLibraries>false</LinkinThirdPartyLibraries>
|
||||
<UnittestMode>false</UnittestMode>
|
||||
<OutputName>DerelictUtil</OutputName>
|
||||
<Target>Executable</Target>
|
||||
<Externalconsole>true</Externalconsole>
|
||||
<DebugLevel>0</DebugLevel>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Unittest|AnyCPU' ">
|
||||
<DebugSymbols>true</DebugSymbols>
|
||||
<OutputPath>bin\Unittest</OutputPath>
|
||||
<ObjectsDirectory>obj/Unittest</ObjectsDirectory>
|
||||
<LinkinThirdPartyLibraries>false</LinkinThirdPartyLibraries>
|
||||
<UnittestMode>true</UnittestMode>
|
||||
<OutputName>DerelictUtil</OutputName>
|
||||
<Target>Executable</Target>
|
||||
<Externalconsole>true</Externalconsole>
|
||||
<DebugLevel>0</DebugLevel>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="..\..\..\DerelictUtil\source\derelict\util\exception.d">
|
||||
<Link>exception.d</Link>
|
||||
</Compile>
|
||||
<Compile Include="..\..\..\DerelictUtil\source\derelict\util\loader.d">
|
||||
<Link>loader.d</Link>
|
||||
</Compile>
|
||||
<Compile Include="..\..\..\DerelictUtil\source\derelict\util\sharedlib.d">
|
||||
<Link>sharedlib.d</Link>
|
||||
</Compile>
|
||||
<Compile Include="..\..\..\DerelictUtil\source\derelict\util\system.d">
|
||||
<Link>system.d</Link>
|
||||
</Compile>
|
||||
<Compile Include="..\..\..\DerelictUtil\source\derelict\util\wintypes.d">
|
||||
<Link>wintypes.d</Link>
|
||||
</Compile>
|
||||
<Compile Include="..\..\..\DerelictUtil\source\derelict\util\xtypes.d">
|
||||
<Link>xtypes.d</Link>
|
||||
</Compile>
|
||||
</ItemGroup>
|
||||
</Project>
|
11
README.md
11
README.md
|
@ -138,14 +138,23 @@ Linux builds
|
|||
* TODO: entering of unicode characters not implemented
|
||||
|
||||
|
||||
To build dlangui apps, development packages for following libraries required:
|
||||
To build dlangui apps, development packages for following libraries required for XCB backend build:
|
||||
|
||||
xcb, xcb-util, xcb-shm, xcb-image, xcb-keysyms, X11-xcb, X11
|
||||
|
||||
For SDL2 backend build:
|
||||
|
||||
libsdl2
|
||||
|
||||
E.g. in Ubuntu, you can use:
|
||||
|
||||
sudo apt-get install libxcb-image0-dev libxcb-shm0-dev libxcb-keysyms1-dev libfreeimage-dev
|
||||
|
||||
or
|
||||
|
||||
sudo apt-get install libsdl2-dev
|
||||
|
||||
|
||||
In runtime, .so for following libraries are being loaded (binary packages required):
|
||||
|
||||
freetype, opengl, freeimage
|
||||
|
|
|
@ -0,0 +1,98 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<PropertyGroup>
|
||||
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
||||
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
||||
<ProductVersion>10.0.0</ProductVersion>
|
||||
<SchemaVersion>2.0</SchemaVersion>
|
||||
<ProjectGuid>{84FCA922-7BD9-4B9E-A192-A52F0A830AF5}</ProjectGuid>
|
||||
<UseDefaultCompiler>true</UseDefaultCompiler>
|
||||
<PreferOneStepBuild>true</PreferOneStepBuild>
|
||||
<Compiler>DMD2</Compiler>
|
||||
<IncrementalLinking>true</IncrementalLinking>
|
||||
<DependentProjectIds>
|
||||
<DependentProjectIds>
|
||||
<String>{ED644EF9-A446-4987-873F-B7F3CC28E3B7}</String>
|
||||
<String>{2B088613-C536-4E5C-8B74-7913267D75DA}</String>
|
||||
<String>{5355CB25-5AA9-4738-9A0F-C0673DBBCB07}</String>
|
||||
<String>{0B737AB4-0C3B-4250-A133-3AD793E2D322}</String>
|
||||
<String>{87EE4E19-2409-4441-A0C0-2E6D08C555D9}</String>
|
||||
</DependentProjectIds>
|
||||
</DependentProjectIds>
|
||||
<Includes>
|
||||
<Includes>
|
||||
<Path>../DerelictUtil/source</Path>
|
||||
<Path>../DerelictFI/source</Path>
|
||||
<Path>../DerelictFT/source</Path>
|
||||
<Path>../DerelictSDL2/source</Path>
|
||||
<Path>../DerelictGL3/source</Path>
|
||||
</Includes>
|
||||
</Includes>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
||||
<DebugSymbols>true</DebugSymbols>
|
||||
<OutputPath>bin\Debug</OutputPath>
|
||||
<ObjectsDirectory>obj/Debug</ObjectsDirectory>
|
||||
<LinkinThirdPartyLibraries>false</LinkinThirdPartyLibraries>
|
||||
<UnittestMode>false</UnittestMode>
|
||||
<OutputName>dlangui-monod-lib</OutputName>
|
||||
<Target>StaticLibrary</Target>
|
||||
<Externalconsole>true</Externalconsole>
|
||||
<DebugLevel>0</DebugLevel>
|
||||
<VersionIds>
|
||||
<VersionIds>
|
||||
<String>USE_SDL</String>
|
||||
<String>USE_OPENGL</String>
|
||||
</VersionIds>
|
||||
</VersionIds>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
||||
<OutputPath>bin\Release</OutputPath>
|
||||
<ObjectsDirectory>obj/Release</ObjectsDirectory>
|
||||
<LinkinThirdPartyLibraries>false</LinkinThirdPartyLibraries>
|
||||
<UnittestMode>false</UnittestMode>
|
||||
<OutputName>dlangui-monod-lib</OutputName>
|
||||
<Target>Executable</Target>
|
||||
<Externalconsole>true</Externalconsole>
|
||||
<DebugLevel>0</DebugLevel>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Unittest|AnyCPU' ">
|
||||
<DebugSymbols>true</DebugSymbols>
|
||||
<OutputPath>bin\Unittest</OutputPath>
|
||||
<ObjectsDirectory>obj/Unittest</ObjectsDirectory>
|
||||
<LinkinThirdPartyLibraries>false</LinkinThirdPartyLibraries>
|
||||
<UnittestMode>true</UnittestMode>
|
||||
<OutputName>dlangui-monod-lib</OutputName>
|
||||
<Target>Executable</Target>
|
||||
<Externalconsole>true</Externalconsole>
|
||||
<DebugLevel>0</DebugLevel>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="src\dlangui\core\collections.d" />
|
||||
<Compile Include="src\dlangui\core\events.d" />
|
||||
<Compile Include="src\dlangui\core\i18n.d" />
|
||||
<Compile Include="src\dlangui\core\linestream.d" />
|
||||
<Compile Include="src\dlangui\core\logger.d" />
|
||||
<Compile Include="src\dlangui\core\signals.d" />
|
||||
<Compile Include="src\dlangui\core\types.d" />
|
||||
<Compile Include="src\dlangui\graphics\drawbuf.d" />
|
||||
<Compile Include="src\dlangui\graphics\fonts.d" />
|
||||
<Compile Include="src\dlangui\graphics\ftfonts.d" />
|
||||
<Compile Include="src\dlangui\graphics\gldrawbuf.d" />
|
||||
<Compile Include="src\dlangui\graphics\glsupport.d" />
|
||||
<Compile Include="src\dlangui\graphics\images.d" />
|
||||
<Compile Include="src\dlangui\graphics\resources.d" />
|
||||
<Compile Include="src\dlangui\platforms\common\platform.d" />
|
||||
<Compile Include="src\dlangui\widgets\controls.d" />
|
||||
<Compile Include="src\dlangui\widgets\editors.d" />
|
||||
<Compile Include="src\dlangui\widgets\layouts.d" />
|
||||
<Compile Include="src\dlangui\widgets\lists.d" />
|
||||
<Compile Include="src\dlangui\widgets\menu.d" />
|
||||
<Compile Include="src\dlangui\widgets\popup.d" />
|
||||
<Compile Include="src\dlangui\widgets\styles.d" />
|
||||
<Compile Include="src\dlangui\widgets\tabs.d" />
|
||||
<Compile Include="src\dlangui\widgets\widget.d" />
|
||||
<Compile Include="src\dlangui\all.d" />
|
||||
<Compile Include="src\dlangui\platforms\sdl\sdlapp.d" />
|
||||
</ItemGroup>
|
||||
</Project>
|
|
@ -0,0 +1,71 @@
|
|||
|
||||
Microsoft Visual Studio Solution File, Format Version 11.00
|
||||
# Visual Studio 2010
|
||||
Project("{3947E667-4C90-4C3A-BEB9-7148D6FE0D7C}") = "dlangui-monod-lib", "dlangui-monod-lib.dproj", "{84FCA922-7BD9-4B9E-A192-A52F0A830AF5}"
|
||||
EndProject
|
||||
Project("{3947E667-4C90-4C3A-BEB9-7148D6FE0D7C}") = "DerelictFI", "3rdparty\DerelictFI\DerelictFI.dproj", "{ED644EF9-A446-4987-873F-B7F3CC28E3B7}"
|
||||
EndProject
|
||||
Project("{3947E667-4C90-4C3A-BEB9-7148D6FE0D7C}") = "DerelictFT", "3rdparty\DerelictFT\DerelictFT.dproj", "{2B088613-C536-4E5C-8B74-7913267D75DA}"
|
||||
EndProject
|
||||
Project("{3947E667-4C90-4C3A-BEB9-7148D6FE0D7C}") = "DerelictGL3", "3rdparty\DerelictGL3\DerelictGL3.dproj", "{5355CB25-5AA9-4738-9A0F-C0673DBBCB07}"
|
||||
EndProject
|
||||
Project("{3947E667-4C90-4C3A-BEB9-7148D6FE0D7C}") = "DerelictUtil", "3rdparty\DerelictUtil\DerelictUtil.dproj", "{0B737AB4-0C3B-4250-A133-3AD793E2D322}"
|
||||
EndProject
|
||||
Project("{3947E667-4C90-4C3A-BEB9-7148D6FE0D7C}") = "DerelictSDL2", "3rdparty\DerelictSDL2\DerelictSDL2.dproj", "{87EE4E19-2409-4441-A0C0-2E6D08C555D9}"
|
||||
EndProject
|
||||
Project("{3947E667-4C90-4C3A-BEB9-7148D6FE0D7C}") = "example1", "examples\example1\example1.dproj", "{11EEFA98-AAC1-45BD-8972-C97571D2D196}"
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
Debug|Any CPU = Debug|Any CPU
|
||||
Release|Any CPU = Release|Any CPU
|
||||
Unittest|Any CPU = Unittest|Any CPU
|
||||
EndGlobalSection
|
||||
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
||||
{0B737AB4-0C3B-4250-A133-3AD793E2D322}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{0B737AB4-0C3B-4250-A133-3AD793E2D322}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{0B737AB4-0C3B-4250-A133-3AD793E2D322}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{0B737AB4-0C3B-4250-A133-3AD793E2D322}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{0B737AB4-0C3B-4250-A133-3AD793E2D322}.Unittest|Any CPU.ActiveCfg = Unittest|Any CPU
|
||||
{0B737AB4-0C3B-4250-A133-3AD793E2D322}.Unittest|Any CPU.Build.0 = Unittest|Any CPU
|
||||
{11EEFA98-AAC1-45BD-8972-C97571D2D196}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{11EEFA98-AAC1-45BD-8972-C97571D2D196}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{11EEFA98-AAC1-45BD-8972-C97571D2D196}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{11EEFA98-AAC1-45BD-8972-C97571D2D196}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{11EEFA98-AAC1-45BD-8972-C97571D2D196}.Unittest|Any CPU.ActiveCfg = Unittest|Any CPU
|
||||
{11EEFA98-AAC1-45BD-8972-C97571D2D196}.Unittest|Any CPU.Build.0 = Unittest|Any CPU
|
||||
{2B088613-C536-4E5C-8B74-7913267D75DA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{2B088613-C536-4E5C-8B74-7913267D75DA}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{2B088613-C536-4E5C-8B74-7913267D75DA}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{2B088613-C536-4E5C-8B74-7913267D75DA}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{2B088613-C536-4E5C-8B74-7913267D75DA}.Unittest|Any CPU.ActiveCfg = Unittest|Any CPU
|
||||
{2B088613-C536-4E5C-8B74-7913267D75DA}.Unittest|Any CPU.Build.0 = Unittest|Any CPU
|
||||
{5355CB25-5AA9-4738-9A0F-C0673DBBCB07}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{5355CB25-5AA9-4738-9A0F-C0673DBBCB07}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{5355CB25-5AA9-4738-9A0F-C0673DBBCB07}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{5355CB25-5AA9-4738-9A0F-C0673DBBCB07}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{5355CB25-5AA9-4738-9A0F-C0673DBBCB07}.Unittest|Any CPU.ActiveCfg = Unittest|Any CPU
|
||||
{5355CB25-5AA9-4738-9A0F-C0673DBBCB07}.Unittest|Any CPU.Build.0 = Unittest|Any CPU
|
||||
{84FCA922-7BD9-4B9E-A192-A52F0A830AF5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{84FCA922-7BD9-4B9E-A192-A52F0A830AF5}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{84FCA922-7BD9-4B9E-A192-A52F0A830AF5}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{84FCA922-7BD9-4B9E-A192-A52F0A830AF5}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{84FCA922-7BD9-4B9E-A192-A52F0A830AF5}.Unittest|Any CPU.ActiveCfg = Unittest|Any CPU
|
||||
{84FCA922-7BD9-4B9E-A192-A52F0A830AF5}.Unittest|Any CPU.Build.0 = Unittest|Any CPU
|
||||
{87EE4E19-2409-4441-A0C0-2E6D08C555D9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{87EE4E19-2409-4441-A0C0-2E6D08C555D9}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{87EE4E19-2409-4441-A0C0-2E6D08C555D9}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{87EE4E19-2409-4441-A0C0-2E6D08C555D9}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{87EE4E19-2409-4441-A0C0-2E6D08C555D9}.Unittest|Any CPU.ActiveCfg = Unittest|Any CPU
|
||||
{87EE4E19-2409-4441-A0C0-2E6D08C555D9}.Unittest|Any CPU.Build.0 = Unittest|Any CPU
|
||||
{ED644EF9-A446-4987-873F-B7F3CC28E3B7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{ED644EF9-A446-4987-873F-B7F3CC28E3B7}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{ED644EF9-A446-4987-873F-B7F3CC28E3B7}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{ED644EF9-A446-4987-873F-B7F3CC28E3B7}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{ED644EF9-A446-4987-873F-B7F3CC28E3B7}.Unittest|Any CPU.ActiveCfg = Unittest|Any CPU
|
||||
{ED644EF9-A446-4987-873F-B7F3CC28E3B7}.Unittest|Any CPU.Build.0 = Unittest|Any CPU
|
||||
EndGlobalSection
|
||||
GlobalSection(MonoDevelopProperties) = preSolution
|
||||
StartupItem = examples\example1\example1.dproj
|
||||
EndGlobalSection
|
||||
EndGlobal
|
|
@ -84,8 +84,6 @@
|
|||
|
||||
"libs-windows": ["dlanguilib", "phobos", "ole32", "kernel32", "user32", "comctl32", "comdlg32"],
|
||||
|
||||
"libs-posix": ["xcb", "xcb-util", "xcb-shm", "xcb-image", "xcb-keysyms", "X11-xcb", "X11"],
|
||||
|
||||
"versions-windows": ["USE_OPENGL", "Unicode"],
|
||||
"versions-posix": ["USE_OPENGL", "USE_SDL", "Unicode"],
|
||||
|
||||
|
|
|
@ -5,58 +5,57 @@
|
|||
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
||||
<ProductVersion>10.0.0</ProductVersion>
|
||||
<SchemaVersion>2.0</SchemaVersion>
|
||||
<ProjectGuid>{440816C8-DBD6-454C-A0D7-B6E59CA1ED87}</ProjectGuid>
|
||||
<ProjectGuid>{11EEFA98-AAC1-45BD-8972-C97571D2D196}</ProjectGuid>
|
||||
<UseDefaultCompiler>true</UseDefaultCompiler>
|
||||
<IncrementalLinking>true</IncrementalLinking>
|
||||
<PreferOneStepBuild>true</PreferOneStepBuild>
|
||||
<Compiler>DMD2</Compiler>
|
||||
<IncrementalLinking>true</IncrementalLinking>
|
||||
<DependentProjectIds>
|
||||
<DependentProjectIds>
|
||||
<String>{440816C8-DBD6-454C-A0D7-B6E59CA1ED86}</String>
|
||||
<String>{84FCA922-7BD9-4B9E-A192-A52F0A830AF5}</String>
|
||||
<String>{ED644EF9-A446-4987-873F-B7F3CC28E3B7}</String>
|
||||
<String>{2B088613-C536-4E5C-8B74-7913267D75DA}</String>
|
||||
<String>{5355CB25-5AA9-4738-9A0F-C0673DBBCB07}</String>
|
||||
<String>{0B737AB4-0C3B-4250-A133-3AD793E2D322}</String>
|
||||
<String>{87EE4E19-2409-4441-A0C0-2E6D08C555D9}</String>
|
||||
</DependentProjectIds>
|
||||
</DependentProjectIds>
|
||||
<Compiler>DMD2</Compiler>
|
||||
<Includes>
|
||||
<Includes>
|
||||
<Path>/home/lve/src/d/dlangui/src</Path>
|
||||
<Path>/home/lve/src/d/DerelictGL3/source</Path>
|
||||
<Path>/home/lve/src/d/DerelictUtil/source</Path>
|
||||
<Path>/home/lve/src/d/DerelictFT/source</Path>
|
||||
<Path>/home/lve/src/d/dlangui/3rdparty/libpng/source</Path>
|
||||
<Path>/home/lve/src/d/dlangui/3rdparty/libpng/lib</Path>
|
||||
<Path>../../src</Path>
|
||||
</Includes>
|
||||
</Includes>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
||||
<DebugSymbols>true</DebugSymbols>
|
||||
<OutputPath>bin\Debug</OutputPath>
|
||||
<OutputName>example1</OutputName>
|
||||
<ObjectsDirectory>obj/Debug</ObjectsDirectory>
|
||||
<Externalconsole>true</Externalconsole>
|
||||
<Target>Executable</Target>
|
||||
<UnittestMode>false</UnittestMode>
|
||||
<LinkinThirdPartyLibraries>false</LinkinThirdPartyLibraries>
|
||||
<UnittestMode>false</UnittestMode>
|
||||
<OutputName>example1</OutputName>
|
||||
<Target>Executable</Target>
|
||||
<Externalconsole>true</Externalconsole>
|
||||
<DebugLevel>0</DebugLevel>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
||||
<OutputPath>bin\Release</OutputPath>
|
||||
<OutputName>dlanguilib</OutputName>
|
||||
<ObjectsDirectory>obj/Release</ObjectsDirectory>
|
||||
<Externalconsole>true</Externalconsole>
|
||||
<Target>Executable</Target>
|
||||
<UnittestMode>false</UnittestMode>
|
||||
<LinkinThirdPartyLibraries>false</LinkinThirdPartyLibraries>
|
||||
<UnittestMode>false</UnittestMode>
|
||||
<OutputName>example1</OutputName>
|
||||
<Target>Executable</Target>
|
||||
<Externalconsole>true</Externalconsole>
|
||||
<DebugLevel>0</DebugLevel>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Unittest|AnyCPU' ">
|
||||
<DebugSymbols>true</DebugSymbols>
|
||||
<OutputPath>bin\Unittest</OutputPath>
|
||||
<ExtraCompilerArguments>-unittest </ExtraCompilerArguments>
|
||||
<ObjectsDirectory>obj/Unittest</ObjectsDirectory>
|
||||
<OutputName>dlanguilib</OutputName>
|
||||
<Externalconsole>true</Externalconsole>
|
||||
<Target>Executable</Target>
|
||||
<UnittestMode>false</UnittestMode>
|
||||
<LinkinThirdPartyLibraries>false</LinkinThirdPartyLibraries>
|
||||
<UnittestMode>true</UnittestMode>
|
||||
<OutputName>example1</OutputName>
|
||||
<Target>Executable</Target>
|
||||
<Externalconsole>true</Externalconsole>
|
||||
<DebugLevel>0</DebugLevel>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
|
|
Loading…
Reference in New Issue