From 47ddd2e856f3674991e19302e883e14faee4cf4c Mon Sep 17 00:00:00 2001 From: Vadim Lopatin Date: Wed, 11 Jun 2014 14:09:20 +0400 Subject: [PATCH 1/2] fixes --- examples/example1/dub.json | 3 +-- src/dlangui/platforms/sdl/sdlapp.d | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/examples/example1/dub.json b/examples/example1/dub.json index fde705ec..8b63adaf 100644 --- a/examples/example1/dub.json +++ b/examples/example1/dub.json @@ -74,8 +74,7 @@ "copyFiles-windows": [ "../../lib/SDL2.dll", - "../../lib/FreeImage.dll", - "../../lib/libfreetype-6.dll" + "../../lib/FreeImage.dll" ], "mainSourceFile": "src/main.d", diff --git a/src/dlangui/platforms/sdl/sdlapp.d b/src/dlangui/platforms/sdl/sdlapp.d index 970ae110..729e13a0 100644 --- a/src/dlangui/platforms/sdl/sdlapp.d +++ b/src/dlangui/platforms/sdl/sdlapp.d @@ -15,7 +15,7 @@ Copyright: Vadim Lopatin, 2014 License: Boost License 1.0 Authors: Vadim Lopatin, coolreader.org@gmail.com */ -module src.dlangui.platforms.sdl.sdlapp; +module dlangui.platforms.sdl.sdlapp; version(USE_SDL) { import core.runtime; From 0082fa51347096dcaced07004fd10180d1393b61 Mon Sep 17 00:00:00 2001 From: Vadim Lopatin Date: Wed, 11 Jun 2014 14:13:02 +0400 Subject: [PATCH 2/2] dub json fixes --- examples/example1/dub.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/examples/example1/dub.json b/examples/example1/dub.json index fde705ec..8b63adaf 100644 --- a/examples/example1/dub.json +++ b/examples/example1/dub.json @@ -74,8 +74,7 @@ "copyFiles-windows": [ "../../lib/SDL2.dll", - "../../lib/FreeImage.dll", - "../../lib/libfreetype-6.dll" + "../../lib/FreeImage.dll" ], "mainSourceFile": "src/main.d",