Last night i compiled sfml 2.1 on vs2013.
Except some minor problems with cmake on the static compilation it went very well.
i ended up with release and debug versions of both static and dynamic libs.
All the libs had correct names( -d for debug and -s for static) except for sfml-main.lib had the same name for both static and dynamic builds. I checked and both files have different sizes.
Is there a reason for this inconsistency?