mirror of
https://github.com/reactos/reactos.git
synced 2024-11-02 12:53:33 +00:00
Added DLLs user32 and fmifs.
svn path=/trunk/; revision=460
This commit is contained in:
parent
2eb223d16f
commit
2711eadf8a
|
@ -15,7 +15,7 @@ include rules.mak
|
||||||
# Required to run the system
|
# Required to run the system
|
||||||
#
|
#
|
||||||
COMPONENTS = iface_native ntoskrnl
|
COMPONENTS = iface_native ntoskrnl
|
||||||
DLLS = ntdll kernel32 crtdll
|
DLLS = ntdll kernel32 crtdll user32 fmifs
|
||||||
#DLLS = crtdll mingw32
|
#DLLS = crtdll mingw32
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|
|
@ -15,7 +15,7 @@ include rules.mak
|
||||||
# Required to run the system
|
# Required to run the system
|
||||||
#
|
#
|
||||||
COMPONENTS = iface_native ntoskrnl
|
COMPONENTS = iface_native ntoskrnl
|
||||||
DLLS = ntdll kernel32 crtdll
|
DLLS = ntdll kernel32 crtdll user32 fmifs
|
||||||
#DLLS = crtdll mingw32
|
#DLLS = crtdll mingw32
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in a new issue