mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-28 19:26:16 +00:00
build and install mapi32.dll as part of ROS_BUILD_WINE
svn path=/trunk/; revision=2662
This commit is contained in:
+2
-2
@@ -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
|
||||
|
||||
@@ -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%
|
||||
|
||||
Reference in New Issue
Block a user