
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
7 lines
91 B
Makefile
7 lines
91 B
Makefile
MODULE = t2embed.dll
|
|
IMPORTLIB = t2embed
|
|
IMPORTS = gdi32 advapi32
|
|
|
|
C_SRCS = \
|
|
main.c
|