How to staticaly link the sciter lib
albertoVieiraNeto opened this issue · 4 comments
albertoVieiraNeto commented
hi, i have a license for sciter and already generated the sciter.static.lib, how should i proceed to embed the static library to my final executable? can you just give me a direction?
pravic commented
I need to add this to rust-sciter: https://github.com/c-smile/sciter-js-sdk/blob/main/include/sciter-x-api.h#L306-L324
pravic commented
Is it always sciter.static.lib
, on all platforms?
albertoVieiraNeto commented
no, on windows by default is ".lib" and linux ".a", on mac i dont know.
Yatekii commented
On macOS it is '.dylib'.