X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=Build;h=6fd553a855e25b58786cfb2762968accdf55de47;hb=eab0e547df149ba6972ee2a2b3435e37a4fc0a0c;hp=e0d8537d261a7aae68ad569d05c709b00f543706;hpb=2be535f3b531fbda744b740da2150b25f0387173;p=libs%2Fdemoscene.git diff --git a/Build b/Build index e0d8537..6fd553a 100644 --- a/Build +++ b/Build @@ -10,9 +10,20 @@ package "mspdemoscene" require "mspgl"; require "mspal"; + generate "RES" + { + in_suffix ".glsl"; + out_suffix ".cpp"; + command "mspdatatool"; + arguments "-i" "-n" "Msp::DemoScene"; + out_argument "-o"; + processing_unit DIRECTORY; + }; + library "mspdemoscene" { source "source"; + source "data"; install true; install_map {