X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=Build;h=a9b5308fdab52e2ae038501f280afb0d3b2d2bc9;hb=d6ad508feda1aaa9b2ac2ca2d303c8d28d3094b9;hp=79f02e589286f9ab9c9d4340f21941fa555aaa6a;hpb=aead7f2da831199fbb8f6950b067656b2965c2fa;p=r2c2.git diff --git a/Build b/Build index 79f02e5..a9b5308 100644 --- a/Build +++ b/Build @@ -6,6 +6,11 @@ package "märklin" program "shoppinglist" { source "source/shoppinglist"; + build_info + { + incpath "source"; + library "marklin"; + }; require "mspdatafile"; }; @@ -13,6 +18,7 @@ package "märklin" { source "source/libmarklin"; require "mspdatafile"; + install true; }; library "marklin3d" @@ -23,31 +29,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 "."; }; }; @@ -61,7 +68,28 @@ 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"; + }; + }; + + program "serial" + { + source "source/serial"; + build_info + { + incpath "source"; + library "marklinnet"; }; }; };