X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=Build;h=a69a03da0906407452619ed64d8af0a0b8c60feb;hb=47341c72a70e6cf9d8e963705a50197bbc20a87d;hp=7f0fb86d4ff13aeb7dc605cf02c0303cca311236;hpb=de09cba1d12af38ff2e7e4312d67624fe63bf0e4;p=r2c2.git diff --git a/Build b/Build index 7f0fb86..a69a03d 100644 --- a/Build +++ b/Build @@ -13,6 +13,7 @@ package "märklin" { source "source/libmarklin"; require "mspdatafile"; + install true; }; library "marklin3d" @@ -23,31 +24,32 @@ package "märklin" { incpath "source"; library "marklin"; - libpath "."; }; + install true; }; - /*program "newconsole" + library "marklinnet" { - source "source/newconsole"; + source "source/network"; + require "mspnet"; build_info { - library "marklincontrol"; incpath "source"; - libpath "."; + library "marklin"; }; - };*/ + install true; + }; program "designer" { source "source/designer"; require "mspstrings"; + require "mspgltk"; require "mspgbase"; build_info { incpath "source"; library "marklin3d"; - libpath "."; }; }; @@ -61,7 +63,18 @@ package "märklin" { incpath "source"; library "marklin3d"; - libpath "."; + library "marklinnet"; + }; + }; + + program "remote" + { + source "source/remote"; + require "gtkmm-2.4"; + build_info + { + incpath "source"; + library "marklinnet"; }; }; };