mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-02 05:15:01 +00:00
34fa35dc99
makefiles, and added support for building a .def.a static import library too.
16 lines
255 B
Makefile
16 lines
255 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = imm32.dll
|
|
IMPORTLIB = libimm32.$(IMPLIBEXT)
|
|
IMPORTS = user32 gdi32 kernel32
|
|
|
|
C_SRCS = \
|
|
imm.c
|
|
|
|
SPEC_SRCS16 = imm.spec
|
|
|
|
@MAKE_DLL_RULES@
|
|
|
|
### Dependencies:
|