]> git.tdb.fi Git - r2c2.git/blobdiff - Build
Emit signals from loco status command only when all data has been gathered
[r2c2.git] / Build
diff --git a/Build b/Build
index df11fe0df6c3c7a2119b0c4c744e75bee1f6243b..fbced14d1a328d9adf005514935c0489997c9828 100644 (file)
--- a/Build
+++ b/Build
@@ -1,4 +1,4 @@
-package "märklin"
+package "r2c2"
 {
        require "mspcore";
        require "sigc++-2.0";
@@ -6,48 +6,56 @@ package "märklin"
        program "shoppinglist"
        {
                source "source/shoppinglist";
-               require "mspparser";
+               build_info
+               {
+                       incpath "source";
+                       library "r2c2";
+               };
+               require "mspdatafile";
        };
 
-       library "marklin"
+       library "r2c2"
        {
-               source "source/libmarklin";
-               require "mspparser";
+               source "source/libr2c2";
+               require "mspdatafile";
+               install true;
        };
 
-       library "marklin3d"
+       library "r2c2_3d"
        {
                source "source/3d";
                require "mspgl";
                build_info
                {
                        incpath "source";
-                       library "marklin";
-                       libpath ".";
+                       library "r2c2";
                };
+               install true;
        };
 
-       /*program "newconsole"
+       library "r2c2_net"
        {
-               source "source/newconsole";
+               source "source/network";
+               require "mspnet";
                build_info
                {
-                       library "marklincontrol";
                        incpath "source";
-                       libpath ".";
+                       library "r2c2";
                };
-       };*/
+               install true;
+       };
 
        program "designer"
        {
                source "source/designer";
                require "mspstrings";
-               require "sdl";
+               require "mspgltk";
+               require "mspgbase";
+               require "libxml++-2.6";
                build_info
                {
                        incpath "source";
-                       library "marklin3d";
-                       libpath ".";
+                       library "r2c2_3d";
                };
        };
 
@@ -56,12 +64,33 @@ package "märklin"
                source "source/engineer";
                require "mspstrings";
                require "mspgltk";
-               require "sdl";
+               require "mspgbase";
+               build_info
+               {
+                       incpath "source";
+                       library "r2c2_3d";
+                       library "r2c2_net";
+               };
+       };
+
+       program "remote"
+       {
+               source "source/remote";
+               require "gtkmm-2.4";
+               build_info
+               {
+                       incpath "source";
+                       library "r2c2_net";
+               };
+       };
+
+       program "serial"
+       {
+               source "source/serial";
                build_info
                {
                        incpath "source";
-                       library "marklin3d";
-                       libpath ".";
+                       library "r2c2_net";
                };
        };
 };