From: Mikko Rasa Date: Sun, 16 Jun 2013 20:25:30 +0000 (+0300) Subject: Some fixes to the Build file X-Git-Url: http://git.tdb.fi/?p=libs%2Fgltk.git;a=commitdiff_plain;h=12e112954dc44bc739644381e2859894dc49a683 Some fixes to the Build file --- diff --git a/Build b/Build index 307ebbf..ea9ef31 100644 --- a/Build +++ b/Build @@ -21,10 +21,8 @@ package "mspgltk" program "helloworld" { source "helloworld.cpp"; - build_info - { - library "mspgltk"; - }; + require "sigc++-2.0"; + use "mspgltk"; }; source_tarball