mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
62877d4d97
Signed-off-by: Eric Pouech <eric.pouech@gmail.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
11 lines
164 B
Makefile
11 lines
164 B
Makefile
MODULE = uianimation.dll
|
|
IMPORTS = uuid
|
|
|
|
EXTRADLLFLAGS = -Wb,--prefer-native
|
|
|
|
C_SRCS = \
|
|
main.c
|
|
|
|
IDL_SRCS = \
|
|
uianimation_reg.idl \
|
|
uianimation_typelib.idl
|