]> git.tdb.fi Git - libs/gl.git/commitdiff
Some fixes to the Build file
authorMikko Rasa <tdb@tdb.fi>
Tue, 18 Jun 2013 14:52:52 +0000 (17:52 +0300)
committerMikko Rasa <tdb@tdb.fi>
Tue, 18 Jun 2013 14:52:52 +0000 (17:52 +0300)
Build

diff --git a/Build b/Build
index cb03fd379b5e393296fb9b46cea9411ce5fa2acb..21937532d56ba66bc07017f09cd9ceea34c2038e 100644 (file)
--- a/Build
+++ b/Build
@@ -22,55 +22,39 @@ package "mspgl"
        program "mesh2c"
        {
                source "tools/mesh2c.cpp";
-               build_info
-               {
-                       library "mspgl";
-               };
+               use "mspgl";
        };
 
        program "viewer"
        {
                source "tools/viewer.cpp";
-               build_info
-               {
-                       library "mspgl";
-               };
+               require "sigc++-2.0";
+               use "mspgl";
        };
 
        program "shaders"
        {
                source "demos/shaders.cpp";
-               build_info
-               {
-                       library "mspgl";
-               };
+               use "mspgl";
        };
 
        program "texturing"
        {
                source "demos/texturing.cpp";
-               build_info
-               {
-                       library "mspgl";
-               };
+               use "mspgl";
        };
 
        program "cubemap"
        {
                source "demos/cubemap.cpp";
-               build_info
-               {
-                       library "mspgl";
-               };
+               use "mspgl";
        };
 
        program "desertpillars"
        {
                source "demos/desertpillars.cpp";
-               build_info
-               {
-                       library "mspgl";
-               };
+               require "sigc++-2.0";
+               use "mspgl";
        };
 
        source_tarball