From: Mikko Rasa Date: Tue, 18 Jun 2013 14:52:52 +0000 (+0300) Subject: Some fixes to the Build file X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=commitdiff_plain;h=95743b7460a42cb21056a1a2c24897f01487c2b4 Some fixes to the Build file --- diff --git a/Build b/Build index cb03fd37..21937532 100644 --- 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