mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-02 03:08:42 +00:00
16 lines
249 B
Makefile
16 lines
249 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = imm32.dll
|
|
IMPORTS = user32 kernel32
|
|
ALTNAMES = imm.dll
|
|
|
|
SPEC_SRCS16 = $(ALTNAMES:.dll=.spec)
|
|
|
|
C_SRCS = \
|
|
imm.c
|
|
|
|
@MAKE_DLL_RULES@
|
|
|
|
### Dependencies:
|