aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools
diff options
context:
space:
mode:
authorCalvin Rose <calsrose@gmail.com>2023-09-20 20:07:03 -0700
committerCalvin Rose <calsrose@gmail.com>2023-09-20 20:07:03 -0700
commit910b9cf1fdd202aa780a75285f84c87bbd3ca659 (patch)
tree0bb3f7ed58724e5d2db3d0f46f2503ad2ce9ebf4 /tools
parentWork on dllimport option for janet. (diff)
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.
Diffstat (limited to 'tools')
-rw-r--r--tools/msi/janet.wxs6
1 files changed, 6 insertions, 0 deletions
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 @@
<Component Directory="CDir">
<File Source="dist\libjanet.lib"/>
</Component>
+ <Component Directory="CDir">
+ <File Source="dist\dlljanet.dll"/>
+ </Component>
+ <Component Directory="CDir">
+ <File Source="dist\dlljanet.lib"/>
+ </Component>
<Component Id="LibraryComponent" Directory="LibraryDir" Guid="3860e981-5f94-4002-b5d5-2d9ec0d2792d" KeyPath="yes">
<RemoveFolder Id="RemoveLibraryDir" On="uninstall" />