X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=Build;fp=Build;h=a69a03da0906407452619ed64d8af0a0b8c60feb;hb=010d8321e982d1684fcbff5bf6fc2bdec7cb7bae;hp=817d757f9c6dc2485429fc2e498cbd515885c7b6;hpb=6109a2122226e1c71e9cc71e4c21036e99e43601;p=r2c2.git diff --git a/Build b/Build index 817d757..a69a03d 100644 --- a/Build +++ b/Build @@ -13,6 +13,7 @@ package "märklin" { source "source/libmarklin"; require "mspdatafile"; + install true; }; library "marklin3d" @@ -23,20 +24,21 @@ 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" { @@ -48,7 +50,6 @@ package "märklin" { incpath "source"; library "marklin3d"; - libpath "."; }; }; @@ -62,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"; }; }; };