mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 11:08:45 +00:00
cad1e21332
Required for Iragon: Prologue. Signed-off-by: Zhiyi Zhang <zzhang@codeweavers.com> Signed-off-by: Rémi Bernon <rbernon@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
7 lines
84 B
Makefile
7 lines
84 B
Makefile
MODULE = wintypes.dll
|
|
IMPORTS = combase
|
|
|
|
C_SRCS = \
|
|
main.c
|
|
|
|
IDL_SRCS = classes.idl
|