$ xwin --version
xwin 0.6.7
I run xwin splat with --include-debug-libs since I compile the debug build of my application with -MTd. This correctly generates the libcmtd.lib needed for the linker, but it doesn't create the required symlink, resulting in a linker error. This is done correctly for LIBCMT.lib -> libcmt.lib, but not for LIBCMTD.lib -> libcmtd.lib. It's a quick fix locally, but it would be nice to have fixed! Thanks for the great project!