8 lines
97 B
Makefile
8 lines
97 B
Makefile
|
MODULE = npmshtml.dll
|
||
|
IMPORTS = mshtml
|
||
|
|
||
|
C_SRCS = main.c
|
||
|
RC_SRCS = rsrc.rc
|
||
|
|
||
|
@MAKE_DLL_RULES@
|