1
0
mirror of https://github.com/janet-lang/janet synced 2025-09-05 12:28:04 +00:00

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.
This commit is contained in:
Calvin Rose
2023-09-20 20:07:03 -07:00
parent b10aaceab0
commit 910b9cf1fd
3 changed files with 24 additions and 2 deletions

View File

@@ -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" />