mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 17:44:45 +00:00
Reorder the source file lists so we, lousy people, building with DEPENDENCIES=no can also enjoy the blessing of the PnP gods.
svn path=/trunk/; revision=14238
This commit is contained in:
parent
17a549a975
commit
a9c2167a20
2 changed files with 3 additions and 3 deletions
|
@ -9,6 +9,7 @@ DELAYIMPORTS = shell32
|
|||
EXTRALIBS = $(LIBUNICODE)
|
||||
|
||||
C_SRCS = \
|
||||
pnp_c.c \
|
||||
cfgmgr.c \
|
||||
devinst.c \
|
||||
dirid.c \
|
||||
|
@ -19,8 +20,7 @@ C_SRCS = \
|
|||
queue.c \
|
||||
setupcab.c \
|
||||
stubs.c \
|
||||
rpc.c \
|
||||
pnp_c.c
|
||||
rpc.c
|
||||
|
||||
C_SRCS16 = \
|
||||
devinst16.c \
|
||||
|
|
|
@ -12,7 +12,7 @@ TARGET_INSTALLDIR = system32
|
|||
|
||||
TARGET_SDKLIBS = ntdll.a kernel32.a advapi32.a rpcrt4.a
|
||||
|
||||
TARGET_OBJECTS = umpnpmgr.o pnp_s.o
|
||||
TARGET_OBJECTS = pnp_s.o umpnpmgr.o
|
||||
|
||||
TARGET_CFLAGS = -Wall -Werror -D__USE_W32API -DUNICODE -D_UNICODE
|
||||
|
||||
|
|
Loading…
Reference in a new issue