From: Mikko Rasa Date: Tue, 5 Sep 2023 09:49:09 +0000 (+0300) Subject: Add some files to the source tarball X-Git-Url: https://git.tdb.fi/?a=commitdiff_plain;h=9b090430250a3767811699ae8ab83e70263d9772;p=libs%2Fgl.git Add some files to the source tarball This also includes them in the Visual Studio project, which is useful for development. --- diff --git a/Build b/Build index 19db08dc..ddd4170e 100644 --- a/Build +++ b/Build @@ -150,5 +150,10 @@ package "mspgl" { source "License.txt"; source "Changelog.txt"; + source "gl.xml"; + source "gl.fixes.xml"; + source "gl.msp.xml"; + source "scripts/builtin_funcs.py"; + source "scripts/extgen.py"; }; };