6 lines
84 B
Makefile
6 lines
84 B
Makefile
TESTDLL = oleacc.dll
|
|
IMPORTS = ole32 oleacc oleaut32 user32
|
|
|
|
C_SRCS = \
|
|
main.c
|