8 lines
121 B
Makefile
8 lines
121 B
Makefile
TESTDLL = ieframe.dll
|
|
IMPORTS = ole32 oleaut32 user32 gdi32 advapi32
|
|
|
|
C_SRCS = \
|
|
ie.c \
|
|
intshcut.c \
|
|
webbrowser.c
|