]> git.tdb.fi Git - libs/gl.git/blob - Build
7d435789378c347037c54c55bde066a62eb374d7
[libs/gl.git] / Build
1 /* $Id$ */
2
3 package "mspgl"
4 {
5         version "0.9";
6         description "C++ wrappers for OpenGL";
7
8         tar_file "License.txt";
9
10         require "mspdatafile";
11         require "opengl";
12
13         library "mspgl"
14         {
15                 source "source";
16                 install true;
17                 install_headers "msp/gl";
18         };
19 };