mirror of
https://github.com/reactos/wine.git
synced 2024-11-26 13:10:28 +00:00
b459952144
ALTNAMES variable.
16 lines
221 B
Makefile
16 lines
221 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = imm32.dll
|
|
IMPORTS = user32 gdi32 kernel32
|
|
|
|
C_SRCS = \
|
|
imm.c
|
|
|
|
SPEC_SRCS16 = imm.spec
|
|
|
|
@MAKE_DLL_RULES@
|
|
|
|
### Dependencies:
|