Reorder the source file lists so we, lousy people, building with
DEPENDENCIES=no can also enjoy the blessing of the PnP gods.
Modified: trunk/reactos/lib/setupapi/Makefile.in
Modified: trunk/reactos/services/umpnpmgr/makefile
_____
Modified: trunk/reactos/lib/setupapi/Makefile.in
--- trunk/reactos/lib/setupapi/Makefile.in 2005-03-20 21:35:12 UTC
(rev 14237)
+++ trunk/reactos/lib/setupapi/Makefile.in 2005-03-20 21:40:00 UTC
(rev 14238)
@@ -9,6 +9,7 @@
EXTRALIBS = $(LIBUNICODE)
C_SRCS = \
+ pnp_c.c \
cfgmgr.c \
devinst.c \
dirid.c \
@@ -19,8 +20,7 @@
queue.c \
setupcab.c \
stubs.c \
- rpc.c \
- pnp_c.c
+ rpc.c
C_SRCS16 = \
devinst16.c \
_____
Modified: trunk/reactos/services/umpnpmgr/makefile
--- trunk/reactos/services/umpnpmgr/makefile 2005-03-20 21:35:12 UTC
(rev 14237)
+++ trunk/reactos/services/umpnpmgr/makefile 2005-03-20 21:40:00 UTC
(rev 14238)
@@ -12,7 +12,7 @@
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
Show replies by date