From 51fbd50e50a8ac9f468629bcb644a240f0cd3d09 Mon Sep 17 00:00:00 2001 From: Steven Edwards Date: Tue, 9 Jul 2002 03:15:41 +0000 Subject: [PATCH] More wine dlls/programs svn path=/trunk/; revision=3193 --- reactos/Makefile | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/reactos/Makefile b/reactos/Makefile index 8ce49056c6a..15226292c8d 100644 --- a/reactos/Makefile +++ b/reactos/Makefile @@ -101,18 +101,18 @@ WINE_OTHER = unicode library WINE_TOOLS = bin2res wrc winebuild -WINE_DLLS = comcat crtdll comctl32 commdlg dsound dplayx richedit shlwapi twain \ -ole32 shell32 winspool \ +WINE_DLLS = comcat crtdll comctl32 commdlg dsound dplayx imagehlp ole32 richedit \ +shlwapi shell32 shdocvw twain urlmon winspool \ rpcrt4 # needed to make rcprt4 implib -# mapi32 oleaut32 oledlg olepro32 olecli olesvr shfolder shdocvw -# winmm ddraw dinput dplay serialui tapi32 urlmon winspool wintrust +# mapi32 oleaut32 oledlg olepro32 olecli olesvr shfolder +# winmm ddraw dinput dplay serialui tapi32 urlmon wintrust # 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) # clock cmdlgtst notepad progman wcmd -# uninstaller winefile winemine winetest +# winefile winemine winetest uninstaller ifeq ($(ROS_BUILD_WINE),yes)