First of all, thank you for the new version!
I try to build the static libs myself with the config mentioned above using the sfml.workspace.
I get a warning during compilation for each .inl file: "linker input file unused because linking not done".
During linking, I get an error that the object-file corresponding to the .inl file is not found.
As the .inl files are included from the .hpp files, I thought I might as well unselect the .inl files from the build targets. Then it compiles fine. However, the resulting lib I get for e.g. the system package, Debug static_Win32 is just 425 kB, whereas the one from the download is 2.3 MB. So this makes me doubt about my 'solution'.
Could you please indicate if I am doing something wrong?
Cheers, Theo.