6 lines
83 B
Makefile
6 lines
83 B
Makefile
|
TESTDLL = devenum.dll
|
||
|
IMPORTS = oleaut32 ole32 advapi32
|
||
|
|
||
|
C_SRCS = \
|
||
|
devenum.c
|