From b3ad0b38b0bb4147685243b0842482d0359bb711 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Minisini?= Date: Sat, 14 Jun 2014 15:04:59 +0000 Subject: [PATCH] [DEVELOPMENT ENVIRONMENT] * BUG: Creating a new SDL project correctly checks all needed components. git-svn-id: svn://localhost/gambas/trunk@6317 867c0c6c-44f3-4631-809d-bfa615b0a4ec --- app/src/gambas3/template/_project | 2 ++ gb.sdl/src/gb.sdl.component | 4 ---- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/app/src/gambas3/template/_project b/app/src/gambas3/template/_project index 921abe14d..05f4b7019 100644 --- a/app/src/gambas3/template/_project +++ b/app/src/gambas3/template/_project @@ -84,6 +84,8 @@ Component=gb.image.effect @ENDIF @ @IF GAME +Component=gb.image +Component=gb.image.io Component=gb.sdl Component=gb.sdl.sound @ENDIF diff --git a/gb.sdl/src/gb.sdl.component b/gb.sdl/src/gb.sdl.component index d8914c18d..03c306938 100644 --- a/gb.sdl/src/gb.sdl.component +++ b/gb.sdl/src/gb.sdl.component @@ -1,9 +1,5 @@ [Component] Key=gb.sdl -Name=Library based on SDL -Name[fr]=Bibliothèque basée sur SDL -Name[pl]=Biblioteka dźwięku na SDL -Name[tr]=SDL tabanlı kitaplık Author=Laurent Carlier Implements=EventLoop,OpenGLViewer Requires=gb.image,gb.image.io