From 3c460dc0c3c9ffee04f70866bdbb970ffec3aa0e Mon Sep 17 00:00:00 2001 From: Steven Edwards Date: Sun, 3 Mar 2002 10:51:51 +0000 Subject: [PATCH] build and install mapi32.dll as part of ROS_BUILD_WINE svn path=/trunk/; revision=2662 --- reactos/Makefile | 4 ++-- reactos/installwine.bat | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/reactos/Makefile b/reactos/Makefile index 95b918f2574..59a398fcdf2 100644 --- a/reactos/Makefile +++ b/reactos/Makefile @@ -72,9 +72,9 @@ APPS = args hello test cat bench apc shm lpc thread event file gditest \ objdir atomtest winhello partinfo mutex stats pice -#lzexpand mapi32 (missing imports) +#lzexpand (missing imports) #dsound (missing winmm.dll) -WINE_DLLS = rpcrt4 ole32 oleaut32 oledlg olepro32 olecli olesvr \ +WINE_DLLS = rpcrt4 mapi32 ole32 oleaut32 oledlg olepro32 olecli olesvr \ shell32 shlwapi comctl32 shfolder shdocvw commdlg \ ddraw dinput dplay dplayx \ psapi richedit serialui winspool diff --git a/reactos/installwine.bat b/reactos/installwine.bat index 2cb762eedec..f12f3e8fd3e 100644 --- a/reactos/installwine.bat +++ b/reactos/installwine.bat @@ -17,6 +17,7 @@ copy ..\wine\dlls\ddraw\ddraw.dll %WINE_INSTALL% copy ..\wine\dlls\dinput\dinput.dll %WINE_INSTALL% copy ..\wine\dlls\dplay\dplay.dll %WINE_INSTALL% copy ..\wine\dlls\dplayx\dplayx.dll %WINE_INSTALL% +copy ..\wine\dlls\mapi32\mapi32.dll %WINE_INSTALL% copy ..\wine\dlls\ole32\ole32.dll %WINE_INSTALL% copy ..\wine\dlls\oleaut32\oleaut32.dll %WINE_INSTALL% copy ..\wine\dlls\olecli\olecli32.dll %WINE_INSTALL%