mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
Added winmm, comctl32, and ole32 to the build system since they now properly build
svn path=/trunk/; revision=6815
This commit is contained in:
parent
13154777a5
commit
4b9a27a78a
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
# $Id: Makefile,v 1.182 2003/11/24 20:36:49 ekohl Exp $
|
||||
# $Id: Makefile,v 1.183 2003/11/29 14:41:45 rcampbell Exp $
|
||||
#
|
||||
# Global makefile
|
||||
#
|
||||
|
@ -44,7 +44,7 @@ DLLS_KBD = kbdus kbdgr kbdfr
|
|||
DLLS = advapi32 cards crtdll fmifs freetype gdi32 kernel32 packet lzexpand msafd \
|
||||
msvcrt ntdll psapi richedit rpcrt4 secur32 syssetup twain user32 version winedbgc \
|
||||
winspool ws2help ws2_32 wsock32 wshirda iphlpapi msgina mswsock msimg32 d3d8thk \
|
||||
$(DLLS_KBD)
|
||||
winmm ole32 comctl32 $(DLLS_KBD)
|
||||
|
||||
SUBSYS = smss win32k csrss ntvdm
|
||||
|
||||
|
|
Loading…
Reference in a new issue