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:
@@ -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" />
|
||||
|
Reference in New Issue
Block a user