6 lines
68 B
Makefile
6 lines
68 B
Makefile
TESTDLL = imm32.dll
|
|
IMPORTS = imm32 user32
|
|
|
|
C_SRCS = \
|
|
imm32.c
|