From ba7eca6cf1146eae50a9bfd7b4ad0b6f3f4e8088 Mon Sep 17 00:00:00 2001 From: Bob Polis Date: Mon, 20 Dec 2021 17:41:01 +0100 Subject: [PATCH] Added premake --- premake.make | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 premake.make diff --git a/premake.make b/premake.make new file mode 100644 index 0000000..a1b06b2 --- /dev/null +++ b/premake.make @@ -0,0 +1,5 @@ +LDLIBS := -lscerror -lunistring + +MAJOR := 1 +MINOR := 2 +PATCH := 0