added tapi32.dll and wintrust.dll to ROS_BUILD_WINE

svn path=/trunk/; revision=2674
This commit is contained in:
Steven Edwards 2002-03-05 12:48:40 +00:00
parent 3783d01bf9
commit 3fd9aedce9
2 changed files with 3 additions and 1 deletions

View file

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

View file

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