mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 09:34:43 +00:00
More wine dlls/programs
svn path=/trunk/; revision=3193
This commit is contained in:
parent
6270465595
commit
51fbd50e50
1 changed files with 6 additions and 6 deletions
|
@ -101,18 +101,18 @@ WINE_OTHER = unicode library
|
||||||
|
|
||||||
WINE_TOOLS = bin2res wrc winebuild
|
WINE_TOOLS = bin2res wrc winebuild
|
||||||
|
|
||||||
WINE_DLLS = comcat crtdll comctl32 commdlg dsound dplayx richedit shlwapi twain \
|
WINE_DLLS = comcat crtdll comctl32 commdlg dsound dplayx imagehlp ole32 richedit \
|
||||||
ole32 shell32 winspool \
|
shlwapi shell32 shdocvw twain urlmon winspool \
|
||||||
rpcrt4 # needed to make rcprt4 implib
|
rpcrt4 # needed to make rcprt4 implib
|
||||||
|
|
||||||
# mapi32 oleaut32 oledlg olepro32 olecli olesvr shfolder shdocvw
|
# mapi32 oleaut32 oledlg olepro32 olecli olesvr shfolder
|
||||||
# winmm ddraw dinput dplay serialui tapi32 urlmon winspool wintrust
|
# winmm ddraw dinput dplay serialui tapi32 urlmon wintrust
|
||||||
# msinfo lzexpand (missing imports)
|
# msinfo lzexpand (missing imports)
|
||||||
|
|
||||||
WINE_PROGS = control expand osversioncheck regedit regsrv32 winver
|
WINE_PROGS = control expand osversioncheck regedit regsrv32 winver uninstaller
|
||||||
# (waiting on wrc fix for the rest of these)
|
# (waiting on wrc fix for the rest of these)
|
||||||
# clock cmdlgtst notepad progman wcmd
|
# clock cmdlgtst notepad progman wcmd
|
||||||
# uninstaller winefile winemine winetest
|
# winefile winemine winetest uninstaller
|
||||||
|
|
||||||
|
|
||||||
ifeq ($(ROS_BUILD_WINE),yes)
|
ifeq ($(ROS_BUILD_WINE),yes)
|
||||||
|
|
Loading…
Reference in a new issue