mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 11:08:45 +00:00
5f680a1e1c
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=53035 Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=53038 Signed-off-by: Jactry Zeng <jzeng@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
10 lines
147 B
Makefile
10 lines
147 B
Makefile
MODULE = dwmapi.dll
|
|
IMPORTS = user32
|
|
IMPORTLIB = dwmapi
|
|
|
|
EXTRADLLFLAGS = -Wb,--prefer-native
|
|
|
|
C_SRCS = \
|
|
dwmapi_main.c
|
|
|
|
RC_SRCS = version.rc
|