12 lines
310 B
Plaintext
12 lines
310 B
Plaintext
#include <windows.h>
|
|
|
|
#define VER_FILETYPE VFT_APP
|
|
#define VER_FILEDESCRIPTION_STR "Fax Setup Bootstrap"
|
|
#define VER_INTERNALNAME_STR "SETUP.EXE"
|
|
#define VER_ORIGINALFILENAME_STR "SETUP.EXE"
|
|
|
|
IDR_SETUPICON ICON DISCARDABLE "setup.ico"
|
|
|
|
#include "cvernum.h"
|
|
#include "cometver.rc"
|