Remove .lib dependencies from opengl.{shaders,framebuffers,capabilities} and move them to basis

db4
Slava Pestov 2008-12-13 07:14:11 -06:00
parent e7fc788d40
commit 42b580c80a
15 changed files with 2 additions and 2 deletions

View File

@ -2,8 +2,8 @@
! See http://factorcode.org/license.txt for BSD license.
USING: kernel opengl.gl alien.c-types continuations namespaces
assocs alien alien.strings libc opengl math sequences combinators
combinators.lib macros arrays io.encodings.ascii fry
specialized-arrays.uint destructors accessors ;
macros arrays io.encodings.ascii fry specialized-arrays.uint
destructors accessors ;
IN: opengl.shaders
: with-gl-shader-source-ptr ( string quot -- )