21 lines
491 B
Plaintext
21 lines
491 B
Plaintext
|
|
#include <winver.h>
|
|
|
|
#ifdef MTSCRIPT_DROP
|
|
#include "mtverp.h"
|
|
#else
|
|
#include "ntverp.h"
|
|
#endif
|
|
|
|
#define VER_FILETYPE VFT_DLL
|
|
#define VER_FILESUBTYPE VFT2_UNKNOWN
|
|
#define VER_FILEDESCRIPTION_STR "Microsoft (R) Remote Script Surrogate"
|
|
#define VER_INTERNALNAME_STR "MTLocal"
|
|
#define VER_ORIGINALFILENAME_STR "MTLOCAL.DLL"
|
|
#define VER_OLESELFREGISTER
|
|
#include "common.ver"
|
|
|
|
REGINST REGINST MOVEABLE PURE "selfreg_mtlocal.inf"
|
|
|
|
1 typelib mtscript.tlb
|