X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=Build;h=9be8021817cb64ba9e1242a9a78a2389f616e908;hb=2e3ad91af312aaf20b10f1cbe6096cda7e8a97d1;hp=4d5196158eb925f51bc4705a104d91a9cb9b6ab6;hpb=52cbe8d99669f843f8f75c51128e2748584dd03a;p=r2c2.git diff --git a/Build b/Build index 4d51961..9be8021 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 "sdl"; + require "mspgltk"; + require "mspgbase"; build_info { incpath "source"; library "marklin3d"; - libpath "."; }; }; @@ -56,12 +58,33 @@ package "märklin" source "source/engineer"; require "mspstrings"; require "mspgltk"; - require "sdl"; + require "mspgbase"; build_info { incpath "source"; library "marklin3d"; - libpath "."; + library "marklinnet"; + }; + }; + + program "remote" + { + source "source/remote"; + require "gtkmm-2.4"; + build_info + { + incpath "source"; + library "marklinnet"; + }; + }; + + program "serial" + { + source "source/serial"; + build_info + { + incpath "source"; + library "marklinnet"; }; }; };