]> git.tdb.fi Git - r2c2.git/blobdiff - Build
Add an SVG exporter to Designer
[r2c2.git] / Build
diff --git a/Build b/Build
index 7f0fb86d4ff13aeb7dc605cf02c0303cca311236..6c6687d2c6d23c1caa6a934261c2d7be67c53f02 100644 (file)
--- 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,33 @@ 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 "mspgltk";
                require "mspgbase";
+               require "libxml++-2.6";
                build_info
                {
                        incpath "source";
                        library "marklin3d";
-                       libpath ".";
                };
        };
 
@@ -61,7 +69,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";
                };
        };
 };