X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=Build;h=a69a03da0906407452619ed64d8af0a0b8c60feb;hb=e179208d1c8370f87ce6ec87f649e5e99eb5724f;hp=df11fe0df6c3c7a2119b0c4c744e75bee1f6243b;hpb=6c61179fe09af2f5366d50f10aadbf5f83438087;p=r2c2.git diff --git a/Build b/Build index df11fe0..a69a03d 100644 --- a/Build +++ b/Build @@ -6,13 +6,14 @@ package "märklin" program "shoppinglist" { source "source/shoppinglist"; - require "mspparser"; + require "mspdatafile"; }; library "marklin" { source "source/libmarklin"; - require "mspparser"; + 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,23 @@ 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"; }; }; };