mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 19:18:42 +00:00
64af8131f0
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
11 lines
176 B
Makefile
11 lines
176 B
Makefile
MODULE = uianimation.dll
|
|
IMPORTS = uuid
|
|
|
|
EXTRADLLFLAGS = -mno-cygwin -Wb,--prefer-native
|
|
|
|
C_SRCS = \
|
|
main.c
|
|
|
|
IDL_SRCS = \
|
|
uianimation_reg.idl \
|
|
uianimation_typelib.idl
|