6 lines
75 B
Makefile
6 lines
75 B
Makefile
|
TESTDLL = oledlg.dll
|
||
|
IMPORTS = oledlg ole32 user32
|
||
|
|
||
|
C_SRCS = \
|
||
|
main.c
|