11 lines
136 B
Makefile
11 lines
136 B
Makefile
TESTDLL = jscript.dll
|
|
IMPORTS = oleaut32 ole32 advapi32
|
|
|
|
C_SRCS = \
|
|
activex.c \
|
|
caller.c \
|
|
jscript.c \
|
|
run.c
|
|
|
|
RC_SRCS = rsrc.rc
|