From 9b090430250a3767811699ae8ab83e70263d9772 Mon Sep 17 00:00:00 2001 From: Mikko Rasa Date: Tue, 5 Sep 2023 12:49:09 +0300 Subject: [PATCH] Add some files to the source tarball This also includes them in the Visual Studio project, which is useful for development. --- Build | 5 +++++ 1 file changed, 5 insertions(+) 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"; }; }; -- 2.45.2