From 2f4a6214a27d0eac040b9f6e23c4086e1588950a Mon Sep 17 00:00:00 2001 From: Calvin Rose Date: Sat, 23 Sep 2023 08:50:44 -0700 Subject: Make meson build work on windows. By default, use more traditional linking pattern with meson. The janet.exe will now link to janet-x.x.dll on windows (and similar for linux/posix) when built with meson. This is slightly less efficient and means that janet.exe built this way is no longer standalone (you would need to move the dll along with the exe), but plays better with most build systems. --- tools/msi/janet.wxs | 6 ------ 1 file changed, 6 deletions(-) (limited to 'tools') diff --git a/tools/msi/janet.wxs b/tools/msi/janet.wxs index 9cddd5a4..9ea2038d 100644 --- a/tools/msi/janet.wxs +++ b/tools/msi/janet.wxs @@ -132,12 +132,6 @@ - - - - - - -- cgit v1.2.3