OSDN Git Service

Resource files for other progs.
authormaqiyuan <maqiyuan@users.sourceforge.jp>
Wed, 26 Feb 2014 13:19:55 +0000 (21:19 +0800)
committermaqiyuan <maqiyuan@users.sourceforge.jp>
Wed, 26 Feb 2014 13:19:55 +0000 (21:19 +0800)
src/utils/dvidump.rc [new file with mode: 0644]
src/utils/dvipsone.rc [new file with mode: 0644]

diff --git a/src/utils/dvidump.rc b/src/utils/dvidump.rc
new file mode 100644 (file)
index 0000000..c643d11
--- /dev/null
@@ -0,0 +1,43 @@
+/* Copyright 2014 Clerk Ma & Jie Su.
+
+   This program is free software; you can redistribute it and/or modify
+   it under the terms of the GNU General Public License as published by
+   the Free Software Foundation; either version 2 of the License, or
+   (at your option) any later version.
+
+   This program is distributed in the hope that it will be useful, but
+   WITHOUT ANY WARRANTY; without even the implied warranty of
+   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+   General Public License for more details.
+
+   You should have received a copy of the GNU General Public License
+   along with this program; if not, write to the Free Software
+   Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+   02110-1301 USA.  */
+
+#include <windows.h>
+
+VS_VERSION_INFO VERSIONINFO
+  FILEVERSION    0,3,0,0
+  PRODUCTVERSION 2,3,0,0
+  FILEOS         VOS__WINDOWS32
+  FILETYPE       VFT_APP
+{
+  BLOCK "StringFileInfo"
+  {
+    BLOCK "040904b0"
+    {
+      VALUE "CompanyName",        "Project Fandol.\0"
+      VALUE "FileDescription",    "DVIDUMP (WIN32)\0"
+      VALUE "FileVersion",        "0.3.0.0\0"
+      VALUE "LegalCopyright",     "(C) 2014 Clerk Ma & Jie Su.\0"
+      VALUE "OriginalFilename",   "dvidump.exe\0"
+      VALUE "ProductName",        "Y&Y TeX\0"
+      VALUE "ProductVersion",     "2.2.3.0\0"
+    }
+  }
+  BLOCK "VarFileInfo"
+  {
+    VALUE "Translation", 0x409, 1252
+  }
+}
diff --git a/src/utils/dvipsone.rc b/src/utils/dvipsone.rc
new file mode 100644 (file)
index 0000000..86c9e66
--- /dev/null
@@ -0,0 +1,43 @@
+/* Copyright 2014 Clerk Ma & Jie Su.
+
+   This program is free software; you can redistribute it and/or modify
+   it under the terms of the GNU General Public License as published by
+   the Free Software Foundation; either version 2 of the License, or
+   (at your option) any later version.
+
+   This program is distributed in the hope that it will be useful, but
+   WITHOUT ANY WARRANTY; without even the implied warranty of
+   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+   General Public License for more details.
+
+   You should have received a copy of the GNU General Public License
+   along with this program; if not, write to the Free Software
+   Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+   02110-1301 USA.  */
+
+#include <windows.h>
+
+VS_VERSION_INFO VERSIONINFO
+  FILEVERSION    0,3,0,0
+  PRODUCTVERSION 2,3,0,0
+  FILEOS         VOS__WINDOWS32
+  FILETYPE       VFT_APP
+{
+  BLOCK "StringFileInfo"
+  {
+    BLOCK "040904b0"
+    {
+      VALUE "CompanyName",        "Project Fandol.\0"
+      VALUE "FileDescription",    "DVIPSONE (WIN32): yet another PostScript driver for TeX.\0"
+      VALUE "FileVersion",        "0.3.0.0\0"
+      VALUE "LegalCopyright",     "(C) 2014 Clerk Ma & Jie Su.\0"
+      VALUE "OriginalFilename",   "dvipsone.exe\0"
+      VALUE "ProductName",        "Y&Y TeX\0"
+      VALUE "ProductVersion",     "2.2.3.0\0"
+    }
+  }
+  BLOCK "VarFileInfo"
+  {
+    VALUE "Translation", 0x409, 1252
+  }
+}