mirror of
https://github.com/reactos/wine.git
synced 2024-12-02 00:36:43 +00:00
17 lines
249 B
Makefile
17 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:
|