6 lines
71 B
Makefile
6 lines
71 B
Makefile
|
TESTDLL = win32u.dll
|
||
|
IMPORTS = user32 win32u
|
||
|
|
||
|
C_SRCS = \
|
||
|
win32u.c
|