2026-07-10 21:58:56 -06:00
2026-07-10 21:58:56 -06:00
2026-03-04 12:09:26 -07:00
2025-11-05 21:55:12 -07:00
2026-03-04 12:09:26 -07:00
2025-11-07 19:05:00 -07:00
2026-07-10 21:58:56 -06:00
2025-11-07 19:11:13 -07:00
2026-07-10 21:58:56 -06:00

winedll

This repository builds standalone versions of Wine's msvcrt/ucrtbase DLLs using Clang.

The following Microsoft Visual C++ runtime libraries are built:

  • msvcrt.dll
  • msvcirt.dll
  • msvcrt20.dll
  • msvcrt40.dll
  • msvcr70.dll
  • msvcr71.dll
  • msvcr80.dll
  • msvcr90.dll
  • msvcr100.dll
  • msvcr110.dll
  • msvcr120.dll
  • ucrtbase.dll

Building

cmake --preset debug
cmake --build --preset debug

The built DLLs will be located at build/debug/dlls/*/*.dll.

Use --preset release to build a release binary to build/release/dlls/*/*.dll.

License

The code in this repository is derived from Wine sources, which are licensed under LGPLv2.1+.

See LICENSE and COPYING.LIB for details.

S
Description
No description provided
Readme 1.6 MiB
Languages
C 81.6%
Ruby 11.3%
Python 5.7%
C++ 0.7%
CMake 0.6%