Moving SDL bindings to contrib/
parent
edfee7c3a3
commit
de8dde07f7
|
@ -0,0 +1,14 @@
|
|||
USING: parser sequences ;
|
||||
|
||||
{
|
||||
"/library/sdl/sdl.factor"
|
||||
"/library/sdl/sdl-video.factor"
|
||||
"/library/sdl/sdl-event.factor"
|
||||
"/library/sdl/sdl-keysym.factor"
|
||||
"/library/sdl/sdl-keyboard.factor"
|
||||
"/library/sdl/sdl-utils.factor"
|
||||
"/library/sdl/sdl.factor"
|
||||
"/library/sdl/sdl-video.factor"
|
||||
} [
|
||||
run-resource
|
||||
] each
|
|
@ -154,13 +154,6 @@ vectors words ;
|
|||
! This must be the last file of parsing words loaded
|
||||
"/library/syntax/parse-syntax.factor"
|
||||
|
||||
"/library/sdl/sdl.factor"
|
||||
"/library/sdl/sdl-video.factor"
|
||||
"/library/sdl/sdl-event.factor"
|
||||
"/library/sdl/sdl-keysym.factor"
|
||||
"/library/sdl/sdl-keyboard.factor"
|
||||
"/library/sdl/sdl-utils.factor"
|
||||
|
||||
"/library/opengl/gl.factor"
|
||||
"/library/opengl/glu.factor"
|
||||
"/library/opengl/opengl-utils.factor"
|
||||
|
|
Loading…
Reference in New Issue