mirror of
https://gitlab.winehq.org/wine/wine.git
synced 2025-08-28 18:23:54 +02:00
8 lines
129 B
Makefile
8 lines
129 B
Makefile
MODULE = t2embed.dll
|
|
IMPORTLIB = t2embed
|
|
IMPORTS = gdi32 advapi32
|
|
|
|
EXTRADLLFLAGS = -Wb,--prefer-native
|
|
|
|
SOURCES = \
|
|
main.c
|