Link USER resources into libuser.so.

This commit is contained in:
Alexandre Julliard 2000-08-06 03:46:24 +00:00
parent 5ec92ada17
commit 1d0d244e68
2 changed files with 2 additions and 2 deletions

View file

@ -58,7 +58,6 @@ SUBDIRS = \
ole \
programs \
relay32 \
resources \
scheduler \
server \
tools \
@ -88,7 +87,6 @@ LIBOBJS = \
msdos/msdos.o \
ole/ole.o \
relay32/relay32.o \
resources/resources.o \
scheduler/scheduler.o \
win32/win32.o

View file

@ -31,10 +31,12 @@ GLUE = thunk.c
EXTRA_OBJS = \
$(TOPOBJDIR)/controls/controls.o \
$(TOPOBJDIR)/resources/resources.o \
$(TOPOBJDIR)/windows/windows.o
SUBDIRS = \
$(TOPOBJDIR)/controls \
$(TOPOBJDIR)/resources \
$(TOPOBJDIR)/windows
@MAKE_DLL_RULES@