diff options
Diffstat (limited to 'private/windbg/eecxx/p_alpha/eecxx.rc')
-rw-r--r-- | private/windbg/eecxx/p_alpha/eecxx.rc | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/private/windbg/eecxx/p_alpha/eecxx.rc b/private/windbg/eecxx/p_alpha/eecxx.rc new file mode 100644 index 000000000..170fc3f94 --- /dev/null +++ b/private/windbg/eecxx/p_alpha/eecxx.rc @@ -0,0 +1,14 @@ +// +// Adapted from OAK\BIN\VERRC.TPL +// +#include <windows.h> +#include <ntverp.h> + +#define VER_FILETYPE VFT_DLL +#define VER_FILESUBTYPE VFT2_UNKNOWN +#define VER_FILEDESCRIPTION_STR "Expression Evaluator (C++) for WinDbg" +#define VER_INTERNALNAME_STR "eecxx.dll\0" +#define VER_ORIGINALFILENAME_STR "eecxx.dll\0" + +#include <common.ver> +
\ No newline at end of file |