sciter-sdk / rust-sciter

Rust bindings for Sciter

Home Page:https://sciter.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to staticaly link the sciter lib

albertoVieiraNeto opened this issue · 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'.