mirror of
https://github.com/reactos/wine.git
synced 2024-11-28 22:20:26 +00:00
847da79cf8
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
|