Skip to content

encounter/winedll

Repository files navigation

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
  • 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.

About

Wine CRT DLLs built as standalone Win32 DLLs

Resources

License

Unknown, LGPL-2.1 licenses found

Licenses found

Unknown
LICENSE
LGPL-2.1
COPYING.LIB

Stars

Watchers

Forks

Packages

 
 
 

Contributors