mirror of
https://github.com/reactos/reactos.git
synced 2025-04-05 21:21:33 +00:00
Fixed more of wine
svn path=/trunk/; revision=3190
This commit is contained in:
parent
ee5be2916e
commit
f562ef75b8
1 changed files with 15 additions and 13 deletions
|
@ -93,25 +93,27 @@ TEST_APPS = alive apc args atomtest bench consume count dump_shared_data \
|
||||||
UTIL_APPS = cat objdir partinfo stats
|
UTIL_APPS = cat objdir partinfo stats
|
||||||
|
|
||||||
#
|
#
|
||||||
# Wine userspace win32 subsystem plus other stuff. This will all be moved
|
# Win32 Subsystem support (Based on WINE)
|
||||||
# to helper makefile down the road and there will be peace on earth.
|
# FIXME: Move to this its own Makefile
|
||||||
#
|
#
|
||||||
|
|
||||||
WINE_OTHER = unicode
|
WINE_OTHER = unicode library
|
||||||
|
|
||||||
WINE_TOOLS = wrc winebuild
|
WINE_TOOLS = bin2res wrc winebuild
|
||||||
|
|
||||||
WINE_DLLS = mapi32 ole32 oleaut32 oledlg olepro32 olecli olesvr \
|
WINE_DLLS = comcat crtdll dsound dplayx richedit shlwapi twain
|
||||||
shell32 shlwapi comctl32 shfolder shdocvw commdlg \
|
|
||||||
ddraw dinput dplay dplayx \
|
|
||||||
psapi richedit serialui tapi32 urlmon winspool wintrust
|
|
||||||
#lzexpand (missing imports)
|
|
||||||
#dsound (missing winmm.dll)
|
|
||||||
|
|
||||||
|
#mapi32 ole32 oleaut32 oledlg olepro32 olecli olesvr \
|
||||||
|
#shell32 comctl32 shfolder shdocvw commdlg winmm
|
||||||
|
#ddraw dinput dplay serialui tapi32 urlmon winspool wintrust
|
||||||
|
#winspool msinfo comcat
|
||||||
|
#lzexpand (missing imports)
|
||||||
|
|
||||||
|
WINE_PROGS = control expand osversioncheck regedit regsvr32 winver
|
||||||
|
# (waiting on wrc fix for the rest of these)
|
||||||
|
# clock cmdlgtst notepad progman wcmd
|
||||||
|
# uninstaller winefile winemine winetest
|
||||||
|
|
||||||
WINE_PROGS = clock cmdlgtst control notepad osversioncheck \
|
|
||||||
progman uninstaller view wcmd winefile winemine \
|
|
||||||
winver
|
|
||||||
|
|
||||||
ifeq ($(ROS_BUILD_WINE),yes)
|
ifeq ($(ROS_BUILD_WINE),yes)
|
||||||
WINE_MODULES = $(WINE_OTHER) $(WINE_TOOLS) $(WINE_DLLS) $(WINE_PROGS)
|
WINE_MODULES = $(WINE_OTHER) $(WINE_TOOLS) $(WINE_DLLS) $(WINE_PROGS)
|
||||||
|
|
Loading…
Reference in a new issue