summaryrefslogtreecommitdiff
path: root/support/dktools/fig2lat.rc
diff options
context:
space:
mode:
Diffstat (limited to 'support/dktools/fig2lat.rc')
-rw-r--r--support/dktools/fig2lat.rc37
1 files changed, 0 insertions, 37 deletions
diff --git a/support/dktools/fig2lat.rc b/support/dktools/fig2lat.rc
deleted file mode 100644
index 2899847832..0000000000
--- a/support/dktools/fig2lat.rc
+++ /dev/null
@@ -1,37 +0,0 @@
-aaaaa ICON dkicon.ico
-
-#include <windows.h>
-
-VS_VERSION_INFO VERSIONINFO
- FILEVERSION 4,30,2,0
- PRODUCTVERSION 4,30,2,0
- FILEFLAGSMASK 0x3fL
-#ifdef _DEBUG
- FILEFLAGS 0x1L
-#else
- FILEFLAGS 0x0L
-#endif
- FILEOS 0x4L
- FILETYPE 0x1L
- FILESUBTYPE 0x0L
-BEGIN
- BLOCK "StringFileInfo"
- BEGIN
- BLOCK "040904b0"
- BEGIN
- VALUE "Comments", "Fig to LaTeX converter\0"
- VALUE "CompanyName", "Dirk Krause\0"
- VALUE "FileDescription", "Fig to LaTeX converter\0"
- VALUE "FileVersion", "4.30.2\0"
- VALUE "InternalName", "fig2lat\0"
- VALUE "LegalCopyright", "Copyright © 2017 Dirk Krause\0"
- VALUE "ProductName", "Dirk Krause's tools\0"
- VALUE "ProductVersion", "4.30.2\0"
- END
- END
- BLOCK "VarFileInfo"
- BEGIN
- VALUE "Translation", 0x409, 1200
- END
-END
-