mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 09:34:43 +00:00
added tapi32.dll and wintrust.dll to ROS_BUILD_WINE
svn path=/trunk/; revision=2674
This commit is contained in:
parent
3783d01bf9
commit
3fd9aedce9
2 changed files with 3 additions and 1 deletions
|
@ -77,7 +77,7 @@ APPS = args hello test cat bench apc shm lpc thread event file gditest \
|
|||
WINE_DLLS = rpcrt4 mapi32 ole32 oleaut32 oledlg olepro32 olecli olesvr \
|
||||
shell32 shlwapi comctl32 shfolder shdocvw commdlg \
|
||||
ddraw dinput dplay dplayx \
|
||||
psapi richedit serialui urlmon winspool
|
||||
psapi richedit serialui tapi32 urlmon winspool wintrust
|
||||
|
||||
WINE_PROGS = clock cmdlgtst control notepad osversioncheck \
|
||||
progman uninstaller view wcmd winefile winemine \
|
||||
|
|
|
@ -32,7 +32,9 @@ copy ..\wine\dlls\shdocvw\shdocvw.dll %WINE_INSTALL%
|
|||
copy ..\wine\dlls\shell32\shell32.dll %WINE_INSTALL%
|
||||
copy ..\wine\dlls\shfolder\shfolder.dll %WINE_INSTALL%
|
||||
copy ..\wine\dlls\shlwapi\shlwapi.dll %WINE_INSTALL%
|
||||
copy ..\wine\dlls\tapi32\tapi32.dll %WINE_INSTALL%
|
||||
copy ..\wine\dlls\urlmon\urlmon.dll %WINE_INSTALL%
|
||||
copy ..\wine\dlls\wintrust\wintrust.dll %WINE_INSTALL%
|
||||
REM
|
||||
echo Installing winelib programs to %ROS_INSTALL%\bin
|
||||
REM
|
||||
|
|
Loading…
Reference in a new issue