mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
Added comdlg32.dll and imm32.dll to the build.
svn path=/trunk/; revision=7595
This commit is contained in:
parent
d429625fea
commit
5dbcaef65b
1 changed files with 5 additions and 5 deletions
|
@ -1,4 +1,4 @@
|
|||
# $Id: Makefile,v 1.201 2004/01/10 14:39:20 navaraf Exp $
|
||||
# $Id: Makefile,v 1.202 2004/01/12 23:47:51 sedwards Exp $
|
||||
#
|
||||
# Global makefile
|
||||
#
|
||||
|
@ -38,13 +38,13 @@ LIB_STATIC = string rosrtl epsapi uuid zlib
|
|||
DLLS_KBD = kbdus kbdgr kbdfr kbduk
|
||||
|
||||
# User mode libraries
|
||||
# advapi32 cards crtdll fmifs gdi32 imagehlp kernel32 libpcap packet msafd msvcrt ntdll
|
||||
# advapi32 cards crtdll comdlg32 fmifs gdi32 imagehlp kernel32 libpcap packet msafd msvcrt ntdll
|
||||
# epsapi psapi richedit rpcrt4 secur32 user32 version ws2help ws2_32 wsock32 wshirda mswsock
|
||||
# imagehlp
|
||||
DLLS = libwine advapi32 cards crtdll fmifs freetype gdi32 kernel32 packet lzexpand \
|
||||
# imagehlp imm32
|
||||
DLLS = libwine advapi32 cards crtdll comdlg32 fmifs freetype gdi32 kernel32 packet lzexpand \
|
||||
msafd msvcrt msvcrt20 ntdll ole32 psapi richedit rpcrt4 secur32 shell32 shlwapi \
|
||||
syssetup twain unicode user32 userenv version winspool ws2help ws2_32 wsock32 \
|
||||
wshirda iphlpapi msgina mswsock msimg32 d3d8thk winmm comctl32 $(DLLS_KBD)
|
||||
wshirda imm32 iphlpapi msgina mswsock msimg32 d3d8thk winmm comctl32 $(DLLS_KBD)
|
||||
|
||||
SUBSYS = smss win32k csrss ntvdm
|
||||
|
||||
|
|
Loading…
Reference in a new issue