[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
This commit is contained in:
Benoît Minisini 2014-06-14 15:04:59 +00:00
parent 38e6cb900d
commit b3ad0b38b0
2 changed files with 2 additions and 4 deletions

View file

@ -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

View file

@ -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