X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=Build;h=cb03fd379b5e393296fb9b46cea9411ce5fa2acb;hb=2b779717e42b514210f7128cf9aee2276650e003;hp=4ea0aa793964f6e0141c196db46337b871e49f5b;hpb=6c2b7c80d806cb46284f66ff55bbcb8fe7bdce05;p=libs%2Fgl.git diff --git a/Build b/Build index 4ea0aa79..cb03fd37 100644 --- a/Build +++ b/Build @@ -1,10 +1,11 @@ package "mspgl" { - version "1.1"; + version "2.0"; description "Lightweight C++/OpenGL graphics engine"; require "mspcore"; require "mspdatafile"; + require "mspmath"; require "mspgui"; require "opengl"; @@ -63,6 +64,15 @@ package "mspgl" }; }; + program "desertpillars" + { + source "demos/desertpillars.cpp"; + build_info + { + library "mspgl"; + }; + }; + source_tarball { source "License.txt";