From 910b9cf1fdd202aa780a75285f84c87bbd3ca659 Mon Sep 17 00:00:00 2001 From: Calvin Rose Date: Wed, 20 Sep 2023 20:07:03 -0700 Subject: Distinguish between JANET_API and JANET_EXPORT One is a way to export symbols, the other a way to reference API functions. Also include prebuilt dlljanet.dll and dlljanet.lib for windows to save people the trouble of compiling janet.c themselves. --- tools/msi/janet.wxs | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'tools') diff --git a/tools/msi/janet.wxs b/tools/msi/janet.wxs index 9ea2038d..9cddd5a4 100644 --- a/tools/msi/janet.wxs +++ b/tools/msi/janet.wxs @@ -132,6 +132,12 @@ + + + + + + -- cgit v1.2.3