X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=Build;fp=Build;h=df11fe0df6c3c7a2119b0c4c744e75bee1f6243b;hb=6c61179fe09af2f5366d50f10aadbf5f83438087;hp=0000000000000000000000000000000000000000;hpb=6028010256e4ce2c4fdd355e91e0cfef1573de64;p=r2c2.git diff --git a/Build b/Build new file mode 100644 index 0000000..df11fe0 --- /dev/null +++ b/Build @@ -0,0 +1,67 @@ +package "märklin" +{ + require "mspcore"; + require "sigc++-2.0"; + + program "shoppinglist" + { + source "source/shoppinglist"; + require "mspparser"; + }; + + library "marklin" + { + source "source/libmarklin"; + require "mspparser"; + }; + + library "marklin3d" + { + source "source/3d"; + require "mspgl"; + build_info + { + incpath "source"; + library "marklin"; + libpath "."; + }; + }; + + /*program "newconsole" + { + source "source/newconsole"; + build_info + { + library "marklincontrol"; + incpath "source"; + libpath "."; + }; + };*/ + + program "designer" + { + source "source/designer"; + require "mspstrings"; + require "sdl"; + build_info + { + incpath "source"; + library "marklin3d"; + libpath "."; + }; + }; + + program "engineer" + { + source "source/engineer"; + require "mspstrings"; + require "mspgltk"; + require "sdl"; + build_info + { + incpath "source"; + library "marklin3d"; + libpath "."; + }; + }; +};