wine/dlls/win32s/Makefile.in
Alexandre Julliard 34fa35dc99 Added rules for building import libraries in the individual dll
makefiles, and added support for building a .def.a static import
library too.
2005-05-09 14:42:30 +00:00

23 lines
316 B
Makefile

TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR = @srcdir@
VPATH = @srcdir@
MODULE = w32skrnl.dll
IMPORTLIB = libw32skrnl.$(IMPLIBEXT)
IMPORTS = kernel32
C_SRCS = \
w32skernel.c \
w32sys.c
C_SRCS16 = \
win32s16.c
SPEC_SRCS16 = \
w32sys.spec \
win32s16.spec
@MAKE_DLL_RULES@
### Dependencies: