6 lines
60 B
Makefile
6 lines
60 B
Makefile
|
TESTDLL = dwmapi.dll
|
||
|
IMPORTS = dwmapi
|
||
|
|
||
|
C_SRCS = \
|
||
|
dwmapi.c
|