Commit 1d0d244e authored by Alexandre Julliard's avatar Alexandre Julliard

Link USER resources into libuser.so.

parent 5ec92ada
...@@ -58,7 +58,6 @@ SUBDIRS = \ ...@@ -58,7 +58,6 @@ SUBDIRS = \
ole \ ole \
programs \ programs \
relay32 \ relay32 \
resources \
scheduler \ scheduler \
server \ server \
tools \ tools \
...@@ -88,7 +87,6 @@ LIBOBJS = \ ...@@ -88,7 +87,6 @@ LIBOBJS = \
msdos/msdos.o \ msdos/msdos.o \
ole/ole.o \ ole/ole.o \
relay32/relay32.o \ relay32/relay32.o \
resources/resources.o \
scheduler/scheduler.o \ scheduler/scheduler.o \
win32/win32.o win32/win32.o
......
...@@ -31,10 +31,12 @@ GLUE = thunk.c ...@@ -31,10 +31,12 @@ GLUE = thunk.c
EXTRA_OBJS = \ EXTRA_OBJS = \
$(TOPOBJDIR)/controls/controls.o \ $(TOPOBJDIR)/controls/controls.o \
$(TOPOBJDIR)/resources/resources.o \
$(TOPOBJDIR)/windows/windows.o $(TOPOBJDIR)/windows/windows.o
SUBDIRS = \ SUBDIRS = \
$(TOPOBJDIR)/controls \ $(TOPOBJDIR)/controls \
$(TOPOBJDIR)/resources \
$(TOPOBJDIR)/windows $(TOPOBJDIR)/windows
@MAKE_DLL_RULES@ @MAKE_DLL_RULES@
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment