vbscript: Added CreateObject tests (based on jscript ActiveXObject tests).
This commit is contained in:
parent
d339a0b443
commit
f48658c106
|
@ -1,7 +1,8 @@
|
|||
TESTDLL = vbscript.dll
|
||||
IMPORTS = oleaut32 ole32
|
||||
IMPORTS = oleaut32 ole32 advapi32
|
||||
|
||||
C_SRCS = \
|
||||
createobj.c \
|
||||
run.c \
|
||||
vbscript.c
|
||||
|
||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue