mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +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)
|
EXTRALIBS = $(LIBUNICODE)
|
||||||
|
|
||||||
C_SRCS = \
|
C_SRCS = \
|
||||||
|
pnp_c.c \
|
||||||
cfgmgr.c \
|
cfgmgr.c \
|
||||||
devinst.c \
|
devinst.c \
|
||||||
dirid.c \
|
dirid.c \
|
||||||
|
@ -19,8 +20,7 @@ C_SRCS = \
|
||||||
queue.c \
|
queue.c \
|
||||||
setupcab.c \
|
setupcab.c \
|
||||||
stubs.c \
|
stubs.c \
|
||||||
rpc.c \
|
rpc.c
|
||||||
pnp_c.c
|
|
||||||
|
|
||||||
C_SRCS16 = \
|
C_SRCS16 = \
|
||||||
devinst16.c \
|
devinst16.c \
|
||||||
|
|
|
@ -12,7 +12,7 @@ TARGET_INSTALLDIR = system32
|
||||||
|
|
||||||
TARGET_SDKLIBS = ntdll.a kernel32.a advapi32.a rpcrt4.a
|
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
|
TARGET_CFLAGS = -Wall -Werror -D__USE_W32API -DUNICODE -D_UNICODE
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue