added urlmon.dll to ROS_BUILD_WINE

svn path=/trunk/; revision=2669
This commit is contained in:
Steven Edwards 2002-03-04 12:42:30 +00:00
parent 2867dd6eab
commit ab94337372
2 changed files with 2 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 winspool
psapi richedit serialui urlmon winspool
WINE_PROGS = clock cmdlgtst control notepad osversioncheck \
progman uninstaller view wcmd winefile winemine \

View file

@ -32,6 +32,7 @@ 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\urlmon\urlmon.dll %WINE_INSTALL%
REM
echo Installing winelib programs to %ROS_INSTALL%\bin
REM