diff options
Diffstat (limited to 'Build/source/utils/asymptote/asy.rc')
-rw-r--r-- | Build/source/utils/asymptote/asy.rc | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/Build/source/utils/asymptote/asy.rc b/Build/source/utils/asymptote/asy.rc new file mode 100644 index 00000000000..62b2e91dd3a --- /dev/null +++ b/Build/source/utils/asymptote/asy.rc @@ -0,0 +1,26 @@ +asy ICON PRELOAD "asy.ico" + +1 VERSIONINFO + FILEOS 0x40004 + FILETYPE 0x1 + FILESUBTYPE 0x0 + +BEGIN + BLOCK "StringFileInfo" + BEGIN + BLOCK "040904b0" + BEGIN + VALUE "FileDescription", "Vector Graphics Language\0" + VALUE "OriginalFilename", "asy.exe\0" + VALUE "LegalCopyright", "Copyright \251 2005 Andy Hammerlindl, John Bowman, Tom Prince\0" + VALUE "CompanyName", "Andy Hammerlindl, John Bowman, Tom Prince\0" + VALUE "ProductName", "Asymptote\0" + VALUE "ProductVersion", "ASYMPTOTE_VERSION\0" + VALUE "GPL Copyleft", "Released under the GNU General Public License version 2\0" + END + END + BLOCK "VarFileInfo" + BEGIN + VALUE "Translation", 0x409, 0x04b0 + END +END |