build and install mapi32.dll as part of ROS_BUILD_WINE

svn path=/trunk/; revision=2662
This commit is contained in:
Steven Edwards 2002-03-03 10:51:51 +00:00
parent 4c0500171e
commit 3c460dc0c3
2 changed files with 3 additions and 2 deletions

View file

@ -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

View file

@ -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%