updated wine target section.
[reactos.git] / reactos / Makefile
index 4ec0ca0..17756fc 100644 (file)
@@ -31,7 +31,7 @@ BUS = acpi isapnp pci
 # advapi32 crtdll fmifs gdi32 kernel32 libpcap packet msafd msvcrt ntdll ole32
 # oleaut32 psapi rpcrt4 secur32 shell32 user32 version ws2help ws2_32 wsock32 wshirda
 DLLS = advapi32 crtdll fmifs gdi32 kernel32 packet msafd msvcrt ntdll \
-       secur32 user32 version ws2help ws2_32 wshirda
+       secur32 user32 version winmm ws2help ws2_32 wshirda
 SUBSYS = smss win32k csrss
 
 #
@@ -49,8 +49,8 @@ LOADERS = dos
 DRIVERS_LIB = bzip2 zlib
 
 # Kernel mode device drivers
-# beep blue floppy ide keyboard mouse null parallel ramdrv serial vga vidport
-DEVICE_DRIVERS = beep blue floppy ide null vga vidport
+# beep blue floppy ide keyboard mouse null parallel ramdrv serenum serial vga vidport
+DEVICE_DRIVERS = beep blue floppy ide null serial vga vidport
 
 # Kernel mode input drivers
 # keyboard mouclass psaux sermouse
@@ -74,7 +74,7 @@ STORAGE_DRIVERS = atapi cdrom class2 disk scsiport
 
 # System applications
 # autochk lsass services shell winlogon
-SYS_APPS = autochk services shell winlogon gstart
+SYS_APPS = autochk services shell winlogon gstart usetup
 
 # System services
 # rpcss eventlog
@@ -86,7 +86,7 @@ SYS_SVC = rpcss eventlog
 # pteb regtest sectest shm simple thread vmtest winhello
 TEST_APPS = alive apc args atomtest bench consume count dump_shared_data \
             event file gditest hello isotest lpc mstest mutex nptest \
-            pteb regtest sectest shm simple thread tokentest vmtest winhello
+            pteb regtest sectest shm simple thread tokentest vmtest winhello dibtest
 
 # Test applications
 # cabman cat net objdir partinfo pice ps stats
@@ -102,14 +102,15 @@ WINE_OTHER = unicode library
 WINE_TOOLS = bin2res wrc winebuild
 
 WINE_DLLS = comcat crtdll comctl32 commdlg dsound dplayx imagehlp ole32 richedit \
-shlwapi shell32 shdocvw twain urlmon winspool \
-rpcrt4 # needed to make rcprt4 implib 
+shlwapi shell32 shdocvw twain wininet urlmon winspool \
+rpcrt4 mapi32 # needed to make rcprt4 implib 
 
-# mapi32 oleaut32 oledlg olepro32 olecli olesvr shfolder
-# winmm ddraw dinput dplay serialui tapi32 urlmon wintrust 
+# oleaut32 oledlg olepro32 olecli olesvr shfolder
+# winmm ddraw dinput dplay serialui tapi32 wintrust 
 # msinfo lzexpand (missing imports)
 
-WINE_PROGS = control expand osversioncheck regedit regsvr32 winver uninstaller
+WINE_PROGS = control expand osversioncheck regedit regsvr32 winver
+# uninstaller
 # (waiting on wrc fix for the rest of these)
 # clock cmdlgtst  notepad  progman wcmd  
 # winefile winemine winetest uninstaller
@@ -785,3 +786,4 @@ etags:
        find . -name "*.[ch]" -print | etags --language=c -
 
 # EOF
+