8 lines
91 B
Makefile
8 lines
91 B
Makefile
MODULE = dwmapi.dll
|
|
IMPORTLIB = dwmapi
|
|
|
|
C_SRCS = \
|
|
dwmapi_main.c
|
|
|
|
RC_SRCS = version.rc
|