mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 12:19:49 +00:00
9 lines
140 B
Makefile
9 lines
140 B
Makefile
MODULE = dwmapi.dll
|
|
IMPORTS = user32
|
|
IMPORTLIB = dwmapi
|
|
|
|
EXTRADLLFLAGS = -Wb,--prefer-native
|
|
|
|
SOURCES = \
|
|
dwmapi_main.c \
|
|
version.rc
|