sciter-sdk/rust-sciter

How to staticaly link the sciter lib

albertoVieiraNeto opened this issue · 4 comments

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?

Is it always sciter.static.lib, on all platforms?

no, on windows by default is ".lib" and linux ".a", on mac i dont know.

On macOS it is '.dylib'.