mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 09:50:02 +00:00
Fixed dll build order
svn path=/trunk/; revision=2084
This commit is contained in:
parent
97aa97fdd0
commit
6429b16f0a
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ include rules.mak
|
||||||
#
|
#
|
||||||
COMPONENTS = iface_native iface_additional ntoskrnl
|
COMPONENTS = iface_native iface_additional ntoskrnl
|
||||||
BUS = acpi isapnp
|
BUS = acpi isapnp
|
||||||
DLLS = advapi32 crtdll fmifs gdi32 kernel32 msafd msvcrt ntdll \
|
DLLS = ntdll kernel32 advapi32 crtdll msvcrt fmifs gdi32 msafd \
|
||||||
ole32 oleaut32 secur32 shell32 user32 ws2_32
|
ole32 oleaut32 secur32 shell32 user32 ws2_32
|
||||||
SUBSYS = smss win32k csrss
|
SUBSYS = smss win32k csrss
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue