msvcp110: Add VS2012 C/C++ runtime

Piotr Caban piotr.caban at gmail.com
Fri Mar 29 08:10:32 CDT 2013


On 03/28/13 23:22, Stefan Leichter wrote:
> ---
>   configure.ac                |    1 +
>   dlls/msvcp110/Makefile.in   |    5 +
>   dlls/msvcp110/msvcp110.c    |   37 +
>   dlls/msvcp110/msvcp110.spec | 3900
> +++++++++++++++++++++++++++++++++++++++++++
>   4 files changed, 3943 insertions(+), 0 deletions(-)
>   create mode 100644 dlls/msvcp110/Makefile.in
>   create mode 100644 dlls/msvcp110/msvcp110.c
>   create mode 100644 dlls/msvcp110/msvcp110.spec

You can use tools/make_specfiles script to generate forwards to other 
msvcpXX dlls. The script will generate big parts of the spec file 
differently (because it prefers to forward to msvcp90, not to msvcp100).



More information about the wine-devel mailing list