summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Build/source/libs/curl/lib/libcurl.rc36
-rw-r--r--Build/source/libs/curl/src/curl.rc34
-rw-r--r--Build/source/libs/expat/lib/expat.rc37
-rw-r--r--Build/source/libs/freetype/lib/freetype.rc36
-rw-r--r--Build/source/libs/jpeg/libjpeg.rc36
-rw-r--r--Build/source/libs/libgnuw32/libgnuw32.rc36
-rw-r--r--Build/source/libs/libpng/libpng.rc38
-rw-r--r--Build/source/libs/libttf/libttf.rc36
-rw-r--r--Build/source/libs/regex/regex.rc36
-rw-r--r--Build/source/libs/unzip/windll/windll.rc40
-rw-r--r--Build/source/libs/zlib/zlib.rc36
-rw-r--r--Build/source/texk/bibtex8/bibtex8.rc34
-rw-r--r--Build/source/texk/cjkutils/hbf2gf/hbf2gf.rc34
-rw-r--r--Build/source/texk/contrib/dvihp.rc35
-rw-r--r--Build/source/texk/contrib/irun.rc34
-rw-r--r--Build/source/texk/contrib/libmktex.rc36
-rw-r--r--Build/source/texk/contrib/makempx.rc34
-rw-r--r--Build/source/texk/dviljk/dvilj.rc32
-rw-r--r--Build/source/texk/dvipdfm/dvipdfm.rc34
-rw-r--r--Build/source/texk/dvipdfm/dvipdft.rc34
-rw-r--r--Build/source/texk/dvipdfm/ebb.rc36
-rw-r--r--Build/source/texk/gsftopk/gsftopk.rc34
-rw-r--r--Build/source/texk/kpathsea/kpsecheck.rc34
-rw-r--r--Build/source/texk/kpathsea/kpsewhich.rc34
-rw-r--r--Build/source/texk/makeindexk/makeindex.rc37
-rw-r--r--Build/source/texk/ps2pkm/ps2pk.rc36
-rw-r--r--Build/source/texk/tetex/epstopdf.rc32
-rw-r--r--Build/source/texk/ttf2pk/ttf2pk.rc34
-rw-r--r--Build/source/texk/ttf2pk/ttf2tfm.rc34
-rw-r--r--Build/source/texk/web2c/cwebdir/ctangle.rc34
-rw-r--r--Build/source/texk/web2c/cwebdir/cweave.rc34
-rw-r--r--Build/source/texk/web2c/tiedir/tie.rc34
-rw-r--r--Build/source/texk/web2c/web2c/web2c.rc34
-rw-r--r--Build/source/texk/windvi/windvi.rc538
-rw-r--r--Build/source/utils/bzip2/bz2lib.rc34
-rw-r--r--Build/source/utils/texinfo/makeinfo/makeinfo.rc36
-rw-r--r--Build/source/utils/texinfo/util/texindex.rc36
37 files changed, 0 insertions, 1799 deletions
diff --git a/Build/source/libs/curl/lib/libcurl.rc b/Build/source/libs/curl/lib/libcurl.rc
deleted file mode 100644
index 2cee5f33164..00000000000
--- a/Build/source/libs/curl/lib/libcurl.rc
+++ /dev/null
@@ -1,36 +0,0 @@
-/* libcurl.rc: libcurl DLL resources -*- C++ -*-
-
- Copyright (C) 1996-2003 Fabrice Popineau <fabrice.popineau@supelec.fr>
-
- This file 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, or (at your
- option) any later version.
-
- This file 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 file; if not, write to the Free Software
- Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307,
- USA. */
-
-#include <texlive-version.h>
-
-#define VER_FILEVERSION TEXLIVE_MAJOR_VERSION,TEXLIVE_MINOR_VERSION,TEXLIVE_BETA_NUMBER,TEXLIVE_ALPHA_NUMBER
-#define VER_FILEVERSION_STR TEXLIVE_PRODUCTVERSION_STR " libcurl dll 7.9.5"
-
-#define VER_INTERNALNAME_STR "libcurl"
-#define VER_ORIGINALFILENAME_STR "libcurl.dll"
-
-#define VER_FILEDESCRIPTION_STR "Libcurl Core DLL"
-
-#define VER_LEGALCOPYRIGHT_STR "Copyright (C) 1998-2001, Daniel Stenberg, <daniel@haxx.se>, et al."
-
-#define VER_FILETYPE VFT_DLL
-
-#include <texlive.version>
-
-/* curl.rc ends here */
diff --git a/Build/source/libs/curl/src/curl.rc b/Build/source/libs/curl/src/curl.rc
deleted file mode 100644
index ef2fe0a6e9f..00000000000
--- a/Build/source/libs/curl/src/curl.rc
+++ /dev/null
@@ -1,34 +0,0 @@
-/* curl.rc: curl resources -*- C++ -*-
-
- Copyright (C) 1996-2003 Fabrice Popineau <fabrice.popineau@supelec.fr>
-
- This file 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, or (at your
- option) any later version.
-
- This file 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 file; if not, write to the Free Software
- Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307,
- USA. */
-
-#include <texlive-version.h>
-
-#define VER_FILEVERSION TEXLIVE_MAJOR_VERSION,TEXLIVE_MINOR_VERSION,TEXLIVE_BETA_NUMBER,TEXLIVE_ALPHA_NUMBER
-#define VER_FILEVERSION_STR TEXLIVE_PRODUCTVERSION_STR " curl 7.9.5"
-
-#define VER_INTERNALNAME_STR "curl"
-#define VER_ORIGINALFILENAME_STR "curl.exe"
-
-#define VER_FILEDESCRIPTION_STR "Curl URL retrieving program"
-
-#define VER_LEGALCOPYRIGHT_STR "Copyright (C) 1998-2001, Daniel Stenberg, <daniel@haxx.se>, et al."
-
-#include <texlive.version>
-
-/* curl.rc ends here */
diff --git a/Build/source/libs/expat/lib/expat.rc b/Build/source/libs/expat/lib/expat.rc
deleted file mode 100644
index 9f3385d7569..00000000000
--- a/Build/source/libs/expat/lib/expat.rc
+++ /dev/null
@@ -1,37 +0,0 @@
-/* expat.rc: expat resources -*- C++ -*-
-
- Copyright (C) 1996-2003 Fabrice Popineau <fabrice.popineau@supelec.fr>
-
- This file 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, or (at your
- option) any later version.
-
- This file 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 file; if not, write to the Free Software
- Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307,
- USA. */
-
-#include <texlive-version.h>
-
-#define VER_FILEVERSION TEXLIVE_MAJOR_VERSION,TEXLIVE_MINOR_VERSION,TEXLIVE_BETA_NUMBER,TEXLIVE_ALPHA_NUMBER
-#define VER_FILEVERSION_STR TEXLIVE_PRODUCTVERSION_STR " Expat 1.95.1"
-
-#define VER_INTERNALNAME_STR "expat"
-#define VER_ORIGINALFILENAME_STR "expat.dll"
-
-#define VER_LEGALCOPYRIGHT_STR "Copyright (c) 1998, 1999, 2000 Thai Open Source Software Center Ltd\r\n\
- and Clark Cooper"
-
-#define VER_FILEDESCRIPTION_STR "Expat XML parser library"
-
-#define VER_FILETYPE VFT_DLL
-
-#include <texlive.version>
-
-/* expat.rc ends here */
diff --git a/Build/source/libs/freetype/lib/freetype.rc b/Build/source/libs/freetype/lib/freetype.rc
deleted file mode 100644
index 8a1fc02a1e3..00000000000
--- a/Build/source/libs/freetype/lib/freetype.rc
+++ /dev/null
@@ -1,36 +0,0 @@
-/* freetype.rc: freetype resources -*- C++ -*-
-
- Copyright (C) 1996-2003 Fabrice Popineau <fabrice.popineau@supelec.fr>
-
- This file 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, or (at your
- option) any later version.
-
- This file 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 file; if not, write to the Free Software
- Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307,
- USA. */
-
-#include <texlive-version.h>
-
-#define VER_FILEVERSION TEXLIVE_MAJOR_VERSION,TEXLIVE_MINOR_VERSION,TEXLIVE_BETA_NUMBER,TEXLIVE_ALPHA_NUMBER
-#define VER_FILEVERSION_STR TEXLIVE_PRODUCTVERSION_STR " freetype 1.5"
-
-#define VER_INTERNALNAME_STR TEXLIVE_LIBRARYPREFIX_STR "ft"
-#define VER_ORIGINALFILENAME_STR TEXLIVE_LIBRARYPREFIX_STR "ft.dll"
-
-#define VER_LEGALCOPYRIGHT_STR "Copyright 1996-2001, 2002 by David Turner, Robert Wilhelm, and Werner Lemberg"
-
-#define VER_FILEDESCRIPTION_STR "FreeType DLL"
-
-#define VER_FILETYPE VFT_DLL
-
-#include <texlive.version>
-
-/* freetype.rc ends here */
diff --git a/Build/source/libs/jpeg/libjpeg.rc b/Build/source/libs/jpeg/libjpeg.rc
deleted file mode 100644
index df4ea58aa26..00000000000
--- a/Build/source/libs/jpeg/libjpeg.rc
+++ /dev/null
@@ -1,36 +0,0 @@
-/* libjpeg.rc: libjpeg resources -*- C++ -*-
-
- Copyright (C) 1996-2003 Fabrice Popineau <fabrice.popineau@supelec.fr>
-
- This file 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, or (at your
- option) any later version.
-
- This file 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 file; if not, write to the Free Software
- Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307,
- USA. */
-
-#include <texlive-version.h>
-
-#define VER_FILEVERSION TEXLIVE_MAJOR_VERSION,TEXLIVE_MINOR_VERSION,TEXLIVE_BETA_NUMBER,TEXLIVE_ALPHA_NUMBER
-#define VER_FILEVERSION_STR TEXLIVE_PRODUCTVERSION_STR " jpeg 0.6b"
-
-#define VER_INTERNALNAME_STR TEXLIVE_LIBRARYPREFIX_STR "jpeg"
-#define VER_ORIGINALFILENAME_STR TEXLIVE_LIBRARYPREFIX_STR "jpeg.dll"
-
-#define VER_FILEDESCRIPTION_STR "JPEG DLL"
-
-#define VER_LEGALCOPYRIGHT_STR "This software is copyright (C) 1991-1998, Thomas G. Lane"
-
-#define VER_FILETYPE VFT_DLL
-
-#include <texlive.version>
-
-/* libjpeg.rc ends here */
diff --git a/Build/source/libs/libgnuw32/libgnuw32.rc b/Build/source/libs/libgnuw32/libgnuw32.rc
deleted file mode 100644
index 1146d9d5c15..00000000000
--- a/Build/source/libs/libgnuw32/libgnuw32.rc
+++ /dev/null
@@ -1,36 +0,0 @@
-/* libgnuw32.rc: libgnuw32 resources -*- C++ -*-
-
- Copyright (C) 1996-2003 Fabrice Popineau <fabrice.popineau@supelec.fr>
-
- This file 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, or (at your
- option) any later version.
-
- This file 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 file; if not, write to the Free Software
- Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307,
- USA. */
-
-#include <texlive-version.h>
-
-#define VER_FILEVERSION TEXLIVE_MAJOR_VERSION,TEXLIVE_MINOR_VERSION,TEXLIVE_BETA_NUMBER,TEXLIVE_ALPHA_NUMBER
-#define VER_FILEVERSION_STR TEXLIVE_PRODUCTVERSION_STR " libgnuw32 0.1"
-
-#define VER_INTERNALNAME_STR "libgnuw32"
-#define VER_ORIGINALFILENAME_STR "libgnuw32.dll"
-
-#define VER_FILEDESCRIPTION_STR "Gnu Win32 compatibility DLL"
-
-#define VER_LEGALCOPYRIGHT_STR "Copyright (c) 1999-2003 Fabrice Popineau, Supelec"
-
-#define VER_FILETYPE VFT_DLL
-
-#include <texlive.version>
-
-/* libgnuw32.rc ends here */
diff --git a/Build/source/libs/libpng/libpng.rc b/Build/source/libs/libpng/libpng.rc
deleted file mode 100644
index 60def6e5141..00000000000
--- a/Build/source/libs/libpng/libpng.rc
+++ /dev/null
@@ -1,38 +0,0 @@
-/* libpng.rc: libpng resources -*- C++ -*-
-
- Copyright (C) 1996-2003 Fabrice Popineau <fabrice.popineau@supelec.fr>
-
- This file 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, or (at your
- option) any later version.
-
- This file 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 file; if not, write to the Free Software
- Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307,
- USA. */
-
-#include <texlive-version.h>
-
-#define VER_FILEVERSION TEXLIVE_MAJOR_VERSION,TEXLIVE_MINOR_VERSION,TEXLIVE_BETA_NUMBER,TEXLIVE_ALPHA_NUMBER
-#define VER_FILEVERSION_STR TEXLIVE_PRODUCTVERSION_STR " Libpng 1.0.9"
-
-#define VER_INTERNALNAME_STR TEXLIVE_LIBRARYPREFIX_STR "png"
-#define VER_ORIGINALFILENAME_STR TEXLIVE_LIBRARYPREFIX_STR "png.dll"
-
-#define VER_FILEDESCRIPTION_STR "PNG DLL"
-
-#define VER_LEGALCOPYRIGHT_STR "Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc.\r\n\
-Copyright (c) 1996, 1997 Andreas Dilger\r\n\
-Copyright (c) 1998-2000 Glenn Randers-Pehrson"
-
-#define VER_FILETYPE VFT_DLL
-
-#include <texlive.version>
-
-/* libpng.rc ends here */
diff --git a/Build/source/libs/libttf/libttf.rc b/Build/source/libs/libttf/libttf.rc
deleted file mode 100644
index a711bbca2cb..00000000000
--- a/Build/source/libs/libttf/libttf.rc
+++ /dev/null
@@ -1,36 +0,0 @@
-/* libttf.rc: libttf resources -*- C++ -*-
-
- Copyright (C) 1996-2003 Fabrice Popineau <fabrice.popineau@supelec.fr>
-
- This file 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, or (at your
- option) any later version.
-
- This file 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 file; if not, write to the Free Software
- Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307,
- USA. */
-
-#include <texlive-version.h>
-
-#define VER_FILEVERSION TEXLIVE_MAJOR_VERSION,TEXLIVE_MINOR_VERSION,TEXLIVE_BETA_NUMBER,TEXLIVE_ALPHA_NUMBER
-#define VER_FILEVERSION_STR TEXLIVE_PRODUCTVERSION_STR " FreeType 1.4"
-
-#define VER_INTERNALNAME_STR TEXLIVE_LIBRARYPREFIX_STR "ttf"
-#define VER_ORIGINALFILENAME_STR TEXLIVE_LIBRARYPREFIX_STR "ttf.dll"
-
-#define VER_FILEDESCRIPTION_STR "TTF DLL"
-
-#define VER_LEGALCOPYRIGHT_STR "Copyright (c) 1996-1999 by David Turner, Robert Wilhelm, and Werner Lemberg"
-
-#define VER_FILETYPE VFT_DLL
-
-#include <texlive.version>
-
-/* libttf.rc ends here */
diff --git a/Build/source/libs/regex/regex.rc b/Build/source/libs/regex/regex.rc
deleted file mode 100644
index 264527d6c04..00000000000
--- a/Build/source/libs/regex/regex.rc
+++ /dev/null
@@ -1,36 +0,0 @@
-/* regex.rc: regex resources -*- C++ -*-
-
- Copyright (C) 1996-2003 Fabrice Popineau <fabrice.popineau@supelec.fr>
-
- This file 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, or (at your
- option) any later version.
-
- This file 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 file; if not, write to the Free Software
- Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307,
- USA. */
-
-#include <texlive-version.h>
-
-#define VER_FILEVERSION TEXLIVE_MAJOR_VERSION,TEXLIVE_MINOR_VERSION,TEXLIVE_BETA_NUMBER,TEXLIVE_ALPHA_NUMBER
-#define VER_FILEVERSION_STR TEXLIVE_PRODUCTVERSION_STR " regex library 0.12"
-
-#define VER_INTERNALNAME_STR TEXLIVE_LIBRARYPREFIX_STR "regx"
-#define VER_ORIGINALFILENAME_STR TEXLIVE_LIBRARYPREFIX_STR "regx.dll"
-
-#define VER_FILEDESCRIPTION_STR "Regex DLL"
-
-#define VER_LEGALCOPYRIGHT_STR "Copyright (C) 1985, 1989, 1990, 1991, 1992, 1993 Free Software Foundation, Inc."
-
-#define VER_FILETYPE VFT_DLL
-
-#include <texlive.version>
-
-/* regex.rc ends here */
diff --git a/Build/source/libs/unzip/windll/windll.rc b/Build/source/libs/unzip/windll/windll.rc
deleted file mode 100644
index 4e9218ff022..00000000000
--- a/Build/source/libs/unzip/windll/windll.rc
+++ /dev/null
@@ -1,40 +0,0 @@
-#include <windows.h>
-#if (defined(WIN32) && !defined(__EMX__) && !defined(__MINGW32__))
-#include <winver.h>
-#endif
-#include "../windll/unzver.h"
-
-VS_VERSION_INFO VERSIONINFO
-FILEVERSION 1,1,0,0
-PRODUCTVERSION 3,0,0,0
-FILEFLAGSMASK 0x3L
-FILEOS VOS__WINDOWS32
-FILETYPE VFT_DLL
-BEGIN
- BLOCK "StringFileInfo"
- BEGIN
-#ifdef _UNICODE
- BLOCK "040904B0"
-#else
- BLOCK "040904E4"
-#endif
- BEGIN
- VALUE "CompanyName", COMPANY_NAME
- VALUE "FileDescription", "Info-ZIP's UnZip DLL for Win32\0"
- VALUE "FileVersion", UNZ_DLL_VERSION
- VALUE "InternalName", "UnZip32\0"
- VALUE "LegalCopyright", "Info-ZIP 1996-2000\0"
- VALUE "OriginalFilename", "UNZIP32.DLL\0"
- VALUE "ProductName", "Info-ZIP's UnZip Windows DLL\0"
- VALUE "ProductVersion", UNZ_DLL_VERSION
- END
- END
- BLOCK "VarFileInfo"
- BEGIN
-#ifdef _UNICODE
- VALUE "Translation", 0x409, 1200
-#else
- VALUE "Translation", 0x409, 1252
-#endif
- END
-END
diff --git a/Build/source/libs/zlib/zlib.rc b/Build/source/libs/zlib/zlib.rc
deleted file mode 100644
index 3220796cacf..00000000000
--- a/Build/source/libs/zlib/zlib.rc
+++ /dev/null
@@ -1,36 +0,0 @@
-/* zlib.rc: zlib resources -*- C++ -*-
-
- Copyright (C) 1996-2003 Fabrice Popineau <fabrice.popineau@supelec.fr>
-
- This file 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, or (at your
- option) any later version.
-
- This file 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 file; if not, write to the Free Software
- Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307,
- USA. */
-
-#include <texlive-version.h>
-
-#define VER_FILEVERSION TEXLIVE_MAJOR_VERSION,TEXLIVE_MINOR_VERSION,TEXLIVE_BETA_NUMBER,TEXLIVE_ALPHA_NUMBER
-#define VER_FILEVERSION_STR TEXLIVE_PRODUCTVERSION_STR " zlib 1.0.4"
-
-#define VER_INTERNALNAME_STR TEXLIVE_LIBRARYPREFIX_STR "zlib"
-#define VER_ORIGINALFILENAME_STR TEXLIVE_LIBRARYPREFIX_STR "zlib.dll"
-
-#define VER_LEGALCOPYRIGHT_STR "(C) 1995-2002 Jean-loup Gailly & Mark Adler\0"
-
-#define VER_FILEDESCRIPTION_STR "Zlib data compression library"
-
-#define VER_FILETYPE VFT_DLL
-
-#include <texlive.version>
-
-/* zlib.rc ends here */
diff --git a/Build/source/texk/bibtex8/bibtex8.rc b/Build/source/texk/bibtex8/bibtex8.rc
deleted file mode 100644
index 25bc35a1fa1..00000000000
--- a/Build/source/texk/bibtex8/bibtex8.rc
+++ /dev/null
@@ -1,34 +0,0 @@
-/* bibtex8.rc: bibtex8 resources -*- C++ -*-
-
- Copyright (C) 1996-2003 Fabrice Popineau <fabrice.popineau@supelec.fr>
-
- This file is part of BibTeX8.
-
- This file 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, or (at your
- option) any later version.
-
- This file 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 file; if not, write to the Free Software
- Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307,
- USA. */
-
-#include <texlive-version.h>
-
-#define VER_FILEVERSION TEXLIVE_MAJOR_VERSION,TEXLIVE_MINOR_VERSION,TEXLIVE_BETA_NUMBER,TEXLIVE_ALPHA_NUMBER
-#define VER_FILEVERSION_STR TEXLIVE_PRODUCTVERSION_STR "bibtex8 (bibtex 0.99c) 3.71 (18 Aug 1996)"
-
-#define VER_INTERNALNAME_STR "bibtex8"
-#define VER_ORIGINALFILENAME_STR "bibtex8.exe"
-
-#define VER_LEGALCOPYRIGHT_STR "Copyright (C) 1991-1995 Niel Kempson; Copyright (C) 1995 Alejandro Aguilar-Sierra"
-
-#define VER_FILEDESCRIPTION_STR "BibTeX 8-bit"
-
-#include <texlive.version>
diff --git a/Build/source/texk/cjkutils/hbf2gf/hbf2gf.rc b/Build/source/texk/cjkutils/hbf2gf/hbf2gf.rc
deleted file mode 100644
index ba2b1450842..00000000000
--- a/Build/source/texk/cjkutils/hbf2gf/hbf2gf.rc
+++ /dev/null
@@ -1,34 +0,0 @@
-/* hbf2gf.rc: hbf2gf resources -*- C++ -*-
-
- Copyright (C) 1996-2006 Fabrice Popineau <fabrice.popineau@supelec.fr>
-
- This file 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, or (at your
- option) any later version.
-
- This file 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 file; if not, write to the Free Software
- Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307,
- USA. */
-
-#include <texlive-version.h>
-
-#define VER_FILEVERSION TEXLIVE_MAJOR_VERSION,TEXLIVE_MINOR_VERSION,TEXLIVE_BETA_NUMBER,TEXLIVE_ALPHA_NUMBER
-#define VER_FILEVERSION_STR TEXLIVE_PRODUCTVERSION_STR " hbf2gf CJK 4.7.0"
-
-#define VER_INTERNALNAME_STR "hbf2gf"
-#define VER_ORIGINALFILENAME_STR "hbf2gf.exe"
-
-#define VER_LEGALCOPYRIGHT_STR "Copyright 1996--2006 Werner Lemberg"
-
-#define VER_FILEDESCRIPTION_STR "HBF-to-GF Converter"
-
-#include <texlive.version>
-
-/* hbf2gf.rc ends here */
diff --git a/Build/source/texk/contrib/dvihp.rc b/Build/source/texk/contrib/dvihp.rc
deleted file mode 100644
index 1ad4f54943b..00000000000
--- a/Build/source/texk/contrib/dvihp.rc
+++ /dev/null
@@ -1,35 +0,0 @@
-/* dvihp.rc: dvihp resources -*- C++ -*-
-
- Copyright (C) 1996-2003 Fabrice Popineau <fabrice.popineau@supelec.fr>
-
- This file 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, or (at your
- option) any later version.
-
- This file 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 file; if not, write to the Free Software
- Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307,
- USA. */
-
-
-#include <texlive-version.h>
-
-#define VER_FILEVERSION TEXLIVE_MAJOR_VERSION,TEXLIVE_MINOR_VERSION,TEXLIVE_BETA_NUMBER,TEXLIVE_ALPHA_NUMBER
-#define VER_FILEVERSION_STR TEXLIVE_PRODUCTVERSION_STR " dvihp 1.7"
-
-#define VER_INTERNALNAME_STR "Dvihp"
-#define VER_ORIGINALFILENAME_STR "dvihp.exe"
-
-#define VER_LEGALCOPYRIGHT_STR " Copyright (c) 1996-1997 by Eli Zaretskii."
-
-#define VER_FILEDESCRIPTION_STR "Driver for DviLJ programs"
-
-#include <texlive.version>
-
-/* dvihp.rc ends here */
diff --git a/Build/source/texk/contrib/irun.rc b/Build/source/texk/contrib/irun.rc
deleted file mode 100644
index 2c005745d38..00000000000
--- a/Build/source/texk/contrib/irun.rc
+++ /dev/null
@@ -1,34 +0,0 @@
-/* irun.rc: irun resources -*- C++ -*-
-
- Copyright (C) 1996-2003 Fabrice Popineau <fabrice.popineau@supelec.fr>
-
- This file 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, or (at your
- option) any later version.
-
- This file 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 file; if not, write to the Free Software
- Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307,
- USA. */
-
-#include <texlive-version.h>
-
-#define VER_FILEVERSION TEXLIVE_MAJOR_VERSION,TEXLIVE_MINOR_VERSION,TEXLIVE_BETA_NUMBER,TEXLIVE_ALPHA_NUMBER
-#define VER_FILEVERSION_STR TEXLIVE_PRODUCTVERSION_STR " irun 1.0"
-
-#define VER_INTERNALNAME_STR "irun"
-#define VER_ORIGINALFILENAME_STR "irun.exe"
-
-#define VER_FILEDESCRIPTION_STR "Emulate Unix's ln -s for .exe|.pl|.py|.rb files"
-
-#define VER_LEGALCOPYRIGHT_STR " Copyright (c) 1997-2003 by Fabrice Popineau."
-
-#include <texlive.version>
-
-/* irun.rc ends here */
diff --git a/Build/source/texk/contrib/libmktex.rc b/Build/source/texk/contrib/libmktex.rc
deleted file mode 100644
index 0724ec5ccd8..00000000000
--- a/Build/source/texk/contrib/libmktex.rc
+++ /dev/null
@@ -1,36 +0,0 @@
-/* libmktex.rc: libmktex resources -*- C++ -*-
-
- Copyright (C) 1996-2003 Fabrice Popineau <fabrice.popineau@supelec.fr>
-
- This file 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, or (at your
- option) any later version.
-
- This file 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 file; if not, write to the Free Software
- Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307,
- USA. */
-
-#include <texlive-version.h>
-
-#define VER_FILEVERSION TEXLIVE_MAJOR_VERSION,TEXLIVE_MINOR_VERSION,TEXLIVE_BETA_NUMBER,TEXLIVE_ALPHA_NUMBER
-#define VER_FILEVERSION_STR TEXLIVE_PRODUCTVERSION_STR " mktex library 2.0"
-
-#define VER_INTERNALNAME_STR TEXLIVE_LIBRARYPREFIX_STR "mktx"
-#define VER_ORIGINALFILENAME_STR TEXLIVE_LIBRARYPREFIX_STR "mktx.dll"
-
-#define VER_FILEDESCRIPTION_STR "MkTeX all-purpose build TeX files"
-
-#define VER_LEGALCOPYRIGHT_STR "(C) 1997-2003 Fabrice Popineau & Eli Zaretskii\0"
-
-#define VER_FILETYPE VFT_DLL
-
-#include <texlive.version>
-
-/* libmktex.rc ends here */
diff --git a/Build/source/texk/contrib/makempx.rc b/Build/source/texk/contrib/makempx.rc
deleted file mode 100644
index f93b9e930da..00000000000
--- a/Build/source/texk/contrib/makempx.rc
+++ /dev/null
@@ -1,34 +0,0 @@
-/* makempx.rc: makempx resources -*- C++ -*-
-
- Copyright (C) 1996-2003 Fabrice Popineau <fabrice.popineau@supelec.fr>
-
- This file 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, or (at your
- option) any later version.
-
- This file 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 file; if not, write to the Free Software
- Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307,
- USA. */
-
-#include <texlive-version.h>
-
-#define VER_FILEVERSION TEXLIVE_MAJOR_VERSION,TEXLIVE_MINOR_VERSION,TEXLIVE_BETA_NUMBER,TEXLIVE_ALPHA_NUMBER
-#define VER_FILEVERSION_STR TEXLIVE_PRODUCTVERSION_STR " makempx 1.7"
-
-#define VER_INTERNALNAME_STR "makempx"
-#define VER_ORIGINALFILENAME_STR "makempx.exe"
-
-#define VER_FILEDESCRIPTION_STR "MetaPost label processor"
-
-#define VER_LEGALCOPYRIGHT_STR "This program is public domain"
-
-#include <texlive.version>
-
-/* makempx.rc ends here */
diff --git a/Build/source/texk/dviljk/dvilj.rc b/Build/source/texk/dviljk/dvilj.rc
deleted file mode 100644
index 20ef1c7fc4a..00000000000
--- a/Build/source/texk/dviljk/dvilj.rc
+++ /dev/null
@@ -1,32 +0,0 @@
-/* dvilj.rc: dvilj resources -*- C++ -*-
-
- Copyright (C) 1996-2003 Fabrice Popineau <fabrice.popineau@supelec.fr>
-
- This file 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, or (at your
- option) any later version.
-
- This file 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 file; if not, write to the Free Software
- Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307,
- USA. */
-
-#include <texlive-version.h>
-
-#define VER_FILEVERSION TEXLIVE_MAJOR_VERSION,TEXLIVE_MINOR_VERSION,TEXLIVE_BETA_NUMBER,TEXLIVE_ALPHA_NUMBER
-#define VER_FILEVERSION_STR TEXLIVE_PRODUCTVERSION_STR " dvilj(k) 2.6p1"
-
-#define VER_INTERNALNAME_STR "dvi2xx"
-#define VER_ORIGINALFILENAME_STR "dvi2xx.exe"
-
-#define VER_FILEDESCRIPTION_STR "HP LaserJet Driver for DVI Files"
-
-#include <texlive.version>
-
-/* dvips.rc ends here */
diff --git a/Build/source/texk/dvipdfm/dvipdfm.rc b/Build/source/texk/dvipdfm/dvipdfm.rc
deleted file mode 100644
index 12a878f7bc4..00000000000
--- a/Build/source/texk/dvipdfm/dvipdfm.rc
+++ /dev/null
@@ -1,34 +0,0 @@
-/* dvipdfm.rc: dvipdfm resources -*- C++ -*-
-
- Copyright (C) 1996-2003 Fabrice Popineau <fabrice.popineau@supelec.fr>
-
- This file 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, or (at your
- option) any later version.
-
- This file 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 file; if not, write to the Free Software
- Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307,
- USA. */
-
-#include <texlive-version.h>
-
-#define VER_FILEVERSION TEXLIVE_MAJOR_VERSION,TEXLIVE_MINOR_VERSION,TEXLIVE_BETA_NUMBER,TEXLIVE_ALPHA_NUMBER
-#define VER_FILEVERSION_STR TEXLIVE_PRODUCTVERSION_STR " dvipdfm(k) 0.13.2c"
-
-#define VER_INTERNALNAME_STR "dvipdfm"
-#define VER_ORIGINALFILENAME_STR "dvipdfm.exe"
-
-#define VER_LEGALCOPYRIGHT_STR "Copyright (C) 1998, 99 Mark Wicks"
-
-#define VER_FILEDESCRIPTION_STR "DVI-to-PDF Converter"
-
-#include <texlive.version>
-
-/* dvipdfm.rc ends here */
diff --git a/Build/source/texk/dvipdfm/dvipdft.rc b/Build/source/texk/dvipdfm/dvipdft.rc
deleted file mode 100644
index 04ac0f84484..00000000000
--- a/Build/source/texk/dvipdfm/dvipdft.rc
+++ /dev/null
@@ -1,34 +0,0 @@
-/* dvipdft.rc: dvipdft resources -*- C++ -*-
-
- Copyright (C) 1996-2003 Fabrice Popineau <fabrice.popineau@supelec.fr>
-
- This file 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, or (at your
- option) any later version.
-
- This file 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 file; if not, write to the Free Software
- Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307,
- USA. */
-
-#include <texlive-version.h>
-
-#define VER_FILEVERSION TEXLIVE_MAJOR_VERSION,TEXLIVE_MINOR_VERSION,TEXLIVE_BETA_NUMBER,TEXLIVE_ALPHA_NUMBER
-#define VER_FILEVERSION_STR TEXLIVE_PRODUCTVERSION_STR " dvipdft(k) 0.13.1c"
-
-#define VER_INTERNALNAME_STR "dvipdft"
-#define VER_ORIGINALFILENAME_STR "dvipdft.exe"
-
-#define VER_LEGALCOPYRIGHT_STRMark "Copyright (C) 2000-2002 Christian Schenk"
-
-#define VER_FILEDESCRIPTION_STR "DVI-to-PDF Thumbnail Converter"
-
-#include <texlive.version>
-
-/* dvipdft.rc ends here */
diff --git a/Build/source/texk/dvipdfm/ebb.rc b/Build/source/texk/dvipdfm/ebb.rc
deleted file mode 100644
index 75d2eaa33e0..00000000000
--- a/Build/source/texk/dvipdfm/ebb.rc
+++ /dev/null
@@ -1,36 +0,0 @@
-/* ebb.rc: ebb resources -*- C++ -*-
-
- Copyright (C) 1996-2003 Fabrice Popineau <fabrice.popineau@supelec.fr>
-
- This file is part of dvipdfm.
-
- dvipdfm 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, or (at
- your option) any later version.
-
- dvipdfm 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 dvipdfm; if not, write to the Free Software
- Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307,
- USA. */
-
-#include <texlive-version.h>
-
-#define VER_FILEVERSION TEXLIVE_MAJOR_VERSION,TEXLIVE_MINOR_VERSION,TEXLIVE_BETA_NUMBER,TEXLIVE_ALPHA_NUMBER
-#define VER_FILEVERSION_STR TEXLIVE_PRODUCTVERSION_STR " ebb 0.5.2"
-
-#define VER_INTERNALNAME_STR "ebb"
-#define VER_ORIGINALFILENAME_STR "ebb.exe"
-
-#define VER_LEGALCOPYRIGHT_STRMark "Copyright (C) 1998, 99 Mark Wicks"
-
-#define VER_FILEDESCRIPTION_STR "Bounding Box Extractor"
-
-#include <texlive.version>
-
-/* ebb.rc ends here */
diff --git a/Build/source/texk/gsftopk/gsftopk.rc b/Build/source/texk/gsftopk/gsftopk.rc
deleted file mode 100644
index 018d762c080..00000000000
--- a/Build/source/texk/gsftopk/gsftopk.rc
+++ /dev/null
@@ -1,34 +0,0 @@
-/* afm2tfm.rc: afm2tfm resources -*- C++ -*-
-
- Copyright (C) 1996-2003 Fabrice Popineau <fabrice.popineau@supelec.fr>
-
- This file 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, or (at your
- option) any later version.
-
- This file 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 file; if not, write to the Free Software
- Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307,
- USA. */
-
-#include <texlive-version.h>
-
-#define VER_FILEVERSION TEXLIVE_MAJOR_VERSION,TEXLIVE_MINOR_VERSION,TEXLIVE_BETA_NUMBER,TEXLIVE_ALPHA_NUMBER
-#define VER_FILEVERSION_STR TEXLIVE_PRODUCTVERSION_STR "gsftopk(k) 1.19.2"
-
-#define VER_INTERNALNAME_STR "gsftopk"
-#define VER_ORIGINALFILENAME_STR "gsftopk.exe"
-
-#define VER_FILEDESCRIPTION_STR "Translates PostScript Type 1 fonts to PK bitmap fonts"
-
-#define VER_LEGALCOPYRIGHT_STR "Copyright 1993-1999 Paul Vojta"
-
-#include <texlive.version>
-
-/* gsftopk.rc ends here */
diff --git a/Build/source/texk/kpathsea/kpsecheck.rc b/Build/source/texk/kpathsea/kpsecheck.rc
deleted file mode 100644
index d7512dbb057..00000000000
--- a/Build/source/texk/kpathsea/kpsecheck.rc
+++ /dev/null
@@ -1,34 +0,0 @@
-/* kpsecheck.rc: kpsecheck resources -*- C++ -*-
-
- Copyright (C) 1996-2003 Fabrice Popineau <fabrice.popineau@supelec.fr>
-
- This file 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, or (at your
- option) any later version.
-
- This file 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 file; if not, write to the Free Software
- Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307,
- USA. */
-
-#include <texlive-version.h>
-
-#define VER_FILEVERSION TEXLIVE_MAJOR_VERSION,TEXLIVE_MINOR_VERSION,TEXLIVE_BETA_NUMBER,TEXLIVE_ALPHA_NUMBER
-#define VER_FILEVERSION_STR TEXLIVE_PRODUCTVERSION_STR " kpsecheck 3.4.4"
-
-#define VER_INTERNALNAME_STR "kpsecheck"
-#define VER_ORIGINALFILENAME_STR "kpsecheck.exe"
-
-#define VER_LEGALCOPYRIGHT_STR "Copyright (C) 1993-2003 Fabrice Popineau and the Free Software Foundation"
-
-#define VER_FILEDESCRIPTION_STR "Tool for win32 specific features of kpathsea"
-
-#include <texlive.version>
-
-/* kpsecheck.rc ends here */
diff --git a/Build/source/texk/kpathsea/kpsewhich.rc b/Build/source/texk/kpathsea/kpsewhich.rc
deleted file mode 100644
index 179bd9b5905..00000000000
--- a/Build/source/texk/kpathsea/kpsewhich.rc
+++ /dev/null
@@ -1,34 +0,0 @@
-/* kpsewhich.rc: kpsewhich resources -*- C++ -*-
-
- Copyright (C) 1996-2003 Fabrice Popineau <fabrice.popineau@supelec.fr>
-
- This file 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, or (at your
- option) any later version.
-
- This file 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 file; if not, write to the Free Software
- Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307,
- USA. */
-
-#include <texlive-version.h>
-
-#define VER_FILEVERSION TEXLIVE_MAJOR_VERSION,TEXLIVE_MINOR_VERSION,TEXLIVE_BETA_NUMBER,TEXLIVE_ALPHA_NUMBER
-#define VER_FILEVERSION_STR TEXLIVE_PRODUCTVERSION_STR " kpsewhich 3.4.4"
-
-#define VER_INTERNALNAME_STR "kpsewhich"
-#define VER_ORIGINALFILENAME_STR "kpsewhich.exe"
-
-#define VER_LEGALCOPYRIGHT_STR "Copyright (C) 1993-2003 Karl Berry, Olaf Weber and the Free Software Foundation"
-
-#define VER_FILEDESCRIPTION_STR "Standalone path lookup and variable expansion for kpathsea"
-
-#include <texlive.version>
-
-/* kpsewhich.rc ends here */
diff --git a/Build/source/texk/makeindexk/makeindex.rc b/Build/source/texk/makeindexk/makeindex.rc
deleted file mode 100644
index 67a6e3b0b14..00000000000
--- a/Build/source/texk/makeindexk/makeindex.rc
+++ /dev/null
@@ -1,37 +0,0 @@
-/* makeindex.rc: makeindex resources -*- C++ -*-
-
- Copyright (C) 1996-2003 Fabrice Popineau <fabrice.popineau@supelec.fr>
-
- This file 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, or (at your
- option) any later version.
-
- This file 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 file; if not, write to the Free Software
- Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307,
- USA. */
-
-#include <texlive-version.h>
-
-#define VER_FILEVERSION TEXLIVE_MAJOR_VERSION,TEXLIVE_MINOR_VERSION,TEXLIVE_BETA_NUMBER,TEXLIVE_ALPHA_NUMBER
-#define VER_FILEVERSION_STR TEXLIVE_PRODUCTVERSION_STR " makeindex(k) 2.14"
-
-#define VER_INTERNALNAME_STR "makeindex"
-#define VER_ORIGINALFILENAME_STR "makeindex.exe"
-
-#define VER_FILEDESCRIPTION_STR "General Purpose Index Processor"
-
-#define VER_LEGALCOPYRIGHT_STR "Copyright (C) 1989 Chen & Harrison \
-International Systems, Inc. \
-(C) 1988 Olivetti Research Center \
-(C) 1987 Regents of the University of California"
-
-#include <texlive.version>
-
-/* makeindex.rc ends here */
diff --git a/Build/source/texk/ps2pkm/ps2pk.rc b/Build/source/texk/ps2pkm/ps2pk.rc
deleted file mode 100644
index acdf81cde9e..00000000000
--- a/Build/source/texk/ps2pkm/ps2pk.rc
+++ /dev/null
@@ -1,36 +0,0 @@
-/* ps2pk.rc: ps2pk resources -*- C++ -*-
-
- Copyright (C) 1996-2003 Fabrice Popineau <fabrice.popineau@supelec.fr>
-
- This file 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, or (at your
- option) any later version.
-
- This file 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 file; if not, write to the Free Software
- Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307,
- USA. */
-
-#include <texlive-version.h>
-
-#define VER_FILEVERSION TEXLIVE_MAJOR_VERSION,TEXLIVE_MINOR_VERSION,TEXLIVE_BETA_NUMBER,TEXLIVE_ALPHA_NUMBER
-#define VER_FILEVERSION_STR TEXLIVE_PRODUCTVERSION_STR " ps2pk 1.6"
-
-#define VER_INTERNALNAME_STR "ps2pk"
-#define VER_ORIGINALFILENAME_STR "ps2pk.exe"
-
-#define VER_LEGALCOPYRIGHT_STR "Copyright (C) 1990-97 Radical Eye Software"
-
-#define VER_LEGALCOPYRIGHT_STR ""
-
-#define VER_FILEDESCRIPTION_STR "PS-to-PK Converter"
-
-#include <texlive.version>
-
-/* ps2pk.rc ends here */
diff --git a/Build/source/texk/tetex/epstopdf.rc b/Build/source/texk/tetex/epstopdf.rc
deleted file mode 100644
index 99ef407d765..00000000000
--- a/Build/source/texk/tetex/epstopdf.rc
+++ /dev/null
@@ -1,32 +0,0 @@
-/* epstopdf.rc: version number -*- C++ -*-
-
- Copyright (C) 1996-2003 Fabrice Popineau <fabrice.popineau@supelec.fr>
-
- This file 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, or (at your
- option) any later version.
-
- This file 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 file; if not, write to the Free Software
- Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307,
- USA. */
-
-#include <texlive-version.h>
-
-#define VER_FILEVERSION TEXLIVE_MAJOR_VERSION,TEXLIVE_MINOR_VERSION,TEXLIVE_BETA_NUMBER,TEXLIVE_ALPHA_NUMBER
-#define VER_FILEVERSION_STR TEXLIVE_PRODUCTVERSION_STR " epstopdf 2.7"
-
-#define VER_INTERNALNAME_STR "epstopdf"
-#define VER_ORIGINALFILENAME_STR "epstopdf.exe"
-
-#define VER_FILEDESCRIPTION_STR "EPS-to-PDF Converter"
-
-#include <texlive.version>
-
-/* epstopdf.rc ends here */
diff --git a/Build/source/texk/ttf2pk/ttf2pk.rc b/Build/source/texk/ttf2pk/ttf2pk.rc
deleted file mode 100644
index 8ec834687e3..00000000000
--- a/Build/source/texk/ttf2pk/ttf2pk.rc
+++ /dev/null
@@ -1,34 +0,0 @@
-/* ttf2pk.rc: ttf2pk resources -*- C++ -*-
-
- Copyright (C) 1996-2003 Fabrice Popineau <fabrice.popineau@supelec.fr>
-
- This file 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, or (at your
- option) any later version.
-
- This file 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 file; if not, write to the Free Software
- Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307,
- USA. */
-
-#include <texlive-version.h>
-
-#define VER_FILEVERSION TEXLIVE_MAJOR_VERSION,TEXLIVE_MINOR_VERSION,TEXLIVE_BETA_NUMBER,TEXLIVE_ALPHA_NUMBER
-#define VER_FILEVERSION_STR TEXLIVE_PRODUCTVERSION_STR " ttf2pk 1.5"
-
-#define VER_INTERNALNAME_STR "ttf2pk"
-#define VER_ORIGINALFILENAME_STR "ttf2pk.exe"
-
-#define VER_LEGALCOPYRIGHT_STR "Copyright 1997-1999, 2000, 2002 by Frederic Loyer and Werner Lemberg"
-
-#define VER_FILEDESCRIPTION_STR "TTF-to-PK converter"
-
-#include "texlive.version"
-
-/* ttf2pk.rc ends here */
diff --git a/Build/source/texk/ttf2pk/ttf2tfm.rc b/Build/source/texk/ttf2pk/ttf2tfm.rc
deleted file mode 100644
index ac66c9c1adf..00000000000
--- a/Build/source/texk/ttf2pk/ttf2tfm.rc
+++ /dev/null
@@ -1,34 +0,0 @@
-/* ttf2tfm.rc: ttf2tfm resources -*- C++ -*-
-
- Copyright (C) 1996-2003 Fabrice Popineau <fabrice.popineau@supelec.fr>
-
- This file 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, or (at your
- option) any later version.
-
- This file 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 file; if not, write to the Free Software
- Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307,
- USA. */
-
-#include <texlive-version.h>
-
-#define VER_FILEVERSION TEXLIVE_MAJOR_VERSION,TEXLIVE_MINOR_VERSION,TEXLIVE_BETA_NUMBER,TEXLIVE_ALPHA_NUMBER
-#define VER_FILEVERSION_STR TEXLIVE_PRODUCTVERSION_STR " ttf2tfm 1.5"
-
-#define VER_INTERNALNAME_STR "ttf2tfm"
-#define VER_ORIGINALFILENAME_STR "ttf2tfm.exe"
-
-#define VER_LEGALCOPYRIGHT_STR "Copyright 1997-1999, 2000, 2002 by Frederic Loyer and Werner Lemberg"
-
-#define VER_FILEDESCRIPTION_STR "TTF-to-TFM converter"
-
-#include <texlive.version>
-
-/* ttf2tfm.rc ends here */
diff --git a/Build/source/texk/web2c/cwebdir/ctangle.rc b/Build/source/texk/web2c/cwebdir/ctangle.rc
deleted file mode 100644
index c2b73323b15..00000000000
--- a/Build/source/texk/web2c/cwebdir/ctangle.rc
+++ /dev/null
@@ -1,34 +0,0 @@
-/* ctangle.rc: ctangle resources -*- C++ -*-
-
- Copyright (C) 1996-2003 Fabrice Popineau <fabrice.popineau@supelec.fr>
-
- This file 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, or (at your
- option) any later version.
-
- This file 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 file; if not, write to the Free Software
- Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307,
- USA. */
-
-#include <texlive-version.h>
-
-#define VER_FILEVERSION TEXLIVE_MAJOR_VERSION,TEXLIVE_MINOR_VERSION,TEXLIVE_BETA_NUMBER,TEXLIVE_ALPHA_NUMBER
-#define VER_FILEVERSION_STR TEXLIVE_PRODUCTVERSION_STR " ctangle 3.63"
-
-#define VER_INTERNALNAME_STR "ctangle"
-#define VER_ORIGINALFILENAME_STR "ctangle.exe"
-
-#define VER_LEGALCOPYRIGHT_STR "Copyright (C) 1987,1990,1993 Silvio Levy and Donald E. Knuth"
-
-#define VER_FILEDESCRIPTION_STR "CTangle"
-
-#include <texlive.version>
-
-/* afm2tfm.rc ends here */
diff --git a/Build/source/texk/web2c/cwebdir/cweave.rc b/Build/source/texk/web2c/cwebdir/cweave.rc
deleted file mode 100644
index ac85c26e02c..00000000000
--- a/Build/source/texk/web2c/cwebdir/cweave.rc
+++ /dev/null
@@ -1,34 +0,0 @@
-/* cweave.rc: cweave resources -*- C++ -*-
-
- Copyright (C) 1996-2003 Fabrice Popineau <fabrice.popineau@supelec.fr>
-
- This file 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, or (at your
- option) any later version.
-
- This file 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 file; if not, write to the Free Software
- Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307,
- USA. */
-
-#include <texlive-version.h>
-
-#define VER_FILEVERSION TEXLIVE_MAJOR_VERSION,TEXLIVE_MINOR_VERSION,TEXLIVE_BETA_NUMBER,TEXLIVE_ALPHA_NUMBER
-#define VER_FILEVERSION_STR TEXLIVE_PRODUCTVERSION_STR " cweave 3.63"
-
-#define VER_INTERNALNAME_STR "cweave"
-#define VER_ORIGINALFILENAME_STR "cweave.exe"
-
-#define VER_LEGALCOPYRIGHT_STR "Copyright (C) 1987,1990,1993 Silvio Levy and Donald E. Knuth"
-
-#define VER_FILEDESCRIPTION_STR "CWeave"
-
-#include <texlive.version>
-
-/* cweave.rc ends here */
diff --git a/Build/source/texk/web2c/tiedir/tie.rc b/Build/source/texk/web2c/tiedir/tie.rc
deleted file mode 100644
index 6c5830d4cd4..00000000000
--- a/Build/source/texk/web2c/tiedir/tie.rc
+++ /dev/null
@@ -1,34 +0,0 @@
-/* tie.rc: tie resources -*- C++ -*-
-
- Copyright (C) 1996-2003 Fabrice Popineau <fabrice.popineau@supelec.fr>
-
- This file 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, or (at your
- option) any later version.
-
- This file 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 file; if not, write to the Free Software
- Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307,
- USA. */
-
-#include <texlive-version.h>
-
-#define VER_FILEVERSION TEXLIVE_MAJOR_VERSION,TEXLIVE_MINOR_VERSION,TEXLIVE_BETA_NUMBER,TEXLIVE_ALPHA_NUMBER
-#define VER_FILEVERSION_STR TEXLIVE_PRODUCTVERSION_STR " tie 2.4"
-
-#define VER_INTERNALNAME_STR "tie"
-#define VER_ORIGINALFILENAME_STR "tie.exe"
-
-#define VER_FILEDESCRIPTION_STR "Merges change files to master web file"
-
-#define VER_LEGALCOPYRIGHT_STR " Copyright (c) 1989,1992 by THD/ITI."
-
-#include <texlive.version>
-
-/* tie.rc ends here */
diff --git a/Build/source/texk/web2c/web2c/web2c.rc b/Build/source/texk/web2c/web2c/web2c.rc
deleted file mode 100644
index 62ca08d9b02..00000000000
--- a/Build/source/texk/web2c/web2c/web2c.rc
+++ /dev/null
@@ -1,34 +0,0 @@
-/* web2c.rc: web2c resources -*- C++ -*-
-
- Copyright (C) 1996-2003 Fabrice Popineau <fabrice.popineau@supelec.fr>
-
- This file 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, or (at your
- option) any later version.
-
- This file 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 file; if not, write to the Free Software
- Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307,
- USA. */
-
-#include <texlive-version.h>
-
-#define VER_FILEVERSION TEXLIVE_MAJOR_VERSION,TEXLIVE_MINOR_VERSION,TEXLIVE_BETA_NUMBER,TEXLIVE_ALPHA_NUMBER
-#define VER_FILEVERSION_STR TEXLIVE_PRODUCTVERSION_STR " web2c 7.4.4"
-
-#define VER_INTERNALNAME_STR "web2c"
-#define VER_ORIGINALFILENAME_STR "web2c.exe"
-
-#define VER_LEGALCOPYRIGHT_STR ""
-
-#define VER_FILEDESCRIPTION_STR "Web2C Translator"
-
-#include <texlive.version>
-
-/* web2c.rc ends here */
diff --git a/Build/source/texk/windvi/windvi.rc b/Build/source/texk/windvi/windvi.rc
deleted file mode 100644
index d2b2f822dd0..00000000000
--- a/Build/source/texk/windvi/windvi.rc
+++ /dev/null
@@ -1,538 +0,0 @@
-//Microsoft Developer Studio generated resource script.
-//
-#include "resource.h"
-
-#define APSTUDIO_READONLY_SYMBOLS
-/////////////////////////////////////////////////////////////////////////////
-//
-// Generated from the TEXTINCLUDE 2 resource.
-//
-#include "winver.h"
-#include "wingui.h"
-
-/////////////////////////////////////////////////////////////////////////////
-#undef APSTUDIO_READONLY_SYMBOLS
-
-/////////////////////////////////////////////////////////////////////////////
-// English (U.S.) resources
-
-#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
-#ifdef _WIN32
-LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
-#pragma code_page(1252)
-#endif //_WIN32
-
-/////////////////////////////////////////////////////////////////////////////
-//
-// Icon
-//
-
-// Icon with lowest ID value placed first to ensure application icon
-// remains consistent on all systems.
-IDI_APPICON ICON DISCARDABLE "windvi.ico"
-
-/////////////////////////////////////////////////////////////////////////////
-//
-// Bitmap
-//
-
-IDR_TOOLBAR1 BITMAP DISCARDABLE "toolbar1.bmp"
-
-/////////////////////////////////////////////////////////////////////////////
-//
-// Toolbar
-//
-
-IDR_TOOLBAR1 TOOLBAR DISCARDABLE 18, 17
-BEGIN
- BUTTON ID_BUTTON40028
- BUTTON ID_BUTTON40029
- BUTTON ID_BUTTON40030
- BUTTON ID_BUTTON40031
- BUTTON ID_BUTTON40032
- BUTTON ID_BUTTON40033
- BUTTON ID_BUTTON40034
- BUTTON ID_BUTTON40035
- BUTTON ID_BUTTON40036
- BUTTON ID_BUTTON40037
- BUTTON ID_BUTTON40038
- BUTTON IDM_REDRAWPAGE
- BUTTON IDM_TOGGLEPS
- BUTTON IDM_GOTOPAGE
- BUTTON IDM_NAVIGATEBACK
- BUTTON IDM_BOOKMODE
- BUTTON IDM_SRCSPECIALS
-END
-
-
-/////////////////////////////////////////////////////////////////////////////
-//
-// Dialog
-//
-
-ABOUTBOX DIALOG DISCARDABLE 22, 17, 167, 64
-STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
-CAPTION "About WinDvi"
-FONT 8, "System"
-BEGIN
- DEFPUSHBUTTON "OK",IDOK,132,2,32,14,WS_GROUP
- ICON IDI_APPICON,-1,3,2,20,20
- LTEXT "ProductName",IDD_VERFIRST,30,2,50,8
- LTEXT "FileDescription",IDD_VERDESC,30,12,82,8
- LTEXT "FileVersion",IDD_VERVERSION,91,2,30,8
- LTEXT "LegalCopyright",IDD_VERCOPY,30,28,137,17
- LTEXT "LegalTrademarks",IDD_VERLAST,30,45,136,16
- CONTROL "",501,"Static",SS_BLACKRECT,28,24,138,1
-END
-
-DLGGOTOPAGE DIALOG DISCARDABLE 0, 0, 118, 54
-STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
-CAPTION "Goto Page"
-FONT 8, "MS Sans Serif"
-BEGIN
- EDITTEXT IDC_PAGE_NUMBER,7,23,28,14,ES_AUTOHSCROLL | ES_NUMBER
- CONTROL "Spin1",IDC_SPIN_PAGE_NUMBER,"msctls_updown32",
- UDS_SETBUDDYINT | UDS_ALIGNRIGHT | UDS_AUTOBUDDY |
- UDS_ARROWKEYS | UDS_NOTHOUSANDS,35,23,11,14
- DEFPUSHBUTTON "OK",IDOK,71,7,40,14
- PUSHBUTTON "Cancel",IDCANCEL,71,24,40,14
-END
-
-DLGVIEWLOG DIALOG DISCARDABLE 0, 0, 414, 253
-STYLE DS_LOCALEDIT | DS_MODALFRAME | WS_POPUP | WS_CAPTION
-CAPTION "Log File"
-FONT 8, "MS Sans Serif"
-BEGIN
- DEFPUSHBUTTON "Dismiss",IDOK,7,232,400,14
- EDITTEXT IDC_LOG_EDIT,7,7,400,221,ES_MULTILINE | ES_AUTOVSCROLL |
- ES_READONLY | ES_WANTRETURN | WS_VSCROLL
-END
-
-ABORTPRINTDLG DIALOG DISCARDABLE 33, 32, 214, 119
-STYLE WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
-CAPTION "Printing"
-FONT 8, "MS Sans Serif"
-BEGIN
- CTEXT "Now Printing: ",IDD_TEXT,0,15,214,8,NOT WS_GROUP
- CTEXT "",IDD_FILE,0,25,214,8,NOT WS_GROUP
- DEFPUSHBUTTON "Cancel",IDD_CANCEL,83,96,45,15
- CONTROL "Progress1",IDC_PRINT_PROGRESS_PAGE,"msctls_progress32",
- WS_BORDER,63,38,80,14
- CONTROL "Progress2",IDC_PRINT_PROGRESS_BAND,"msctls_progress32",
- WS_BORDER,63,67,80,14
- LTEXT "Document",IDC_STATIC,17,41,34,8
- LTEXT "Page",IDC_STATIC,17,70,18,8
-END
-
-DLGCONFIGVIEW DIALOG DISCARDABLE 0, 0, 334, 191
-STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
-CAPTION "View Configuration"
-FONT 8, "MS Sans Serif"
-BEGIN
- CONTROL "Antialiasing",IDC_CHECKALIASING,"Button",
- BS_AUTOCHECKBOX | BS_LEFTTEXT | WS_TABSTOP,7,7,66,12
- CONTROL "In Memory",IDC_CHECKINMEMORY,"Button",BS_AUTOCHECKBOX |
- BS_LEFTTEXT | WS_TABSTOP,7,21,66,12
- CONTROL "Postscript",IDC_CHECKPOSTSCRIPT,"Button",
- BS_AUTOCHECKBOX | BS_LEFTTEXT | WS_TABSTOP,7,35,66,12
- CONTROL "PS Antialiasing",IDC_CHECKGSALPHA,"Button",
- BS_AUTOCHECKBOX | BS_LEFTTEXT | WS_TABSTOP,7,49,66,12
- CONTROL "Reverse Video",IDC_CHECKREVIDEO,"Button",
- BS_AUTOCHECKBOX | BS_LEFTTEXT | WS_TABSTOP,7,63,66,12
- CONTROL "Transformations",IDC_CHECKXFORM,"Button",
- BS_AUTOCHECKBOX | BS_LEFTTEXT | WS_TABSTOP,7,77,66,12
- EDITTEXT IDC_EDITDENSITY,215,7,51,12,ES_AUTOHSCROLL
- EDITTEXT IDC_EDITGAMMA,215,26,51,12,ES_AUTOHSCROLL
- COMBOBOX IDC_COMBO_FORE_COLOR,207,45,59,30,CBS_DROPDOWN |
- CBS_SORT | WS_VSCROLL | WS_TABSTOP
- COMBOBOX IDC_COMBO_BACK_COLOR,207,64,59,30,CBS_DROPDOWN |
- CBS_SORT | WS_VSCROLL | WS_TABSTOP
- EDITTEXT IDC_EDITMGS3,218,108,40,14,ES_AUTOHSCROLL
- EDITTEXT IDC_EDITMGS2,218,128,40,14,ES_AUTOHSCROLL
- EDITTEXT IDC_EDITMGS1,218,148,40,14,ES_AUTOHSCROLL
- LTEXT "Density",IDC_STATIC,147,7,58,12,SS_CENTERIMAGE
- LTEXT "Gamma",IDC_STATIC,147,26,58,12,SS_CENTERIMAGE
- LTEXT "Small",IDC_STATIC,13,148,18,14,SS_CENTERIMAGE
- LTEXT "Medium",IDC_STATIC,13,128,26,14,SS_CENTERIMAGE
- LTEXT "Large",IDC_STATIC,13,108,19,14,SS_CENTERIMAGE
- GROUPBOX "Grid Colors",IDC_STATIC,7,94,120,74
- LTEXT "Small",IDC_STATIC,153,148,18,14,SS_CENTERIMAGE
- LTEXT "Medium",IDC_STATIC,153,128,26,14,SS_CENTERIMAGE
- LTEXT "Large",IDC_STATIC,153,108,53,14,SS_CENTERIMAGE
- GROUPBOX "Magnifyer sizes",IDC_STATIC,145,94,120,74
- LTEXT "Fore Color",IDC_STATIC,147,45,58,12,SS_CENTERIMAGE
- LTEXT "Back Color",IDC_STATIC,147,64,58,12,SS_CENTERIMAGE
-END
-
-DLGCONFIGDVI DIALOG DISCARDABLE 0, 0, 320, 130
-STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
-CAPTION "DVI File Configuration"
-FONT 8, "MS Sans Serif"
-BEGIN
- EDITTEXT IDC_EDITBDPI,67,7,40,12,ES_AUTOHSCROLL | ES_NUMBER
- EDITTEXT IDC_EDITALTFONT,67,25,40,12,ES_AUTOHSCROLL
- COMBOBOX IDC_COMBOMFMODE,190,7,123,59,CBS_DROPDOWNLIST |
- CBS_AUTOHSCROLL | CBS_SORT | WS_VSCROLL | WS_TABSTOP
- COMBOBOX IDC_COMBOPAPER,221,25,92,56,CBS_DROPDOWN | CBS_SORT |
- WS_VSCROLL | WS_TABSTOP
- CONTROL "Make pk",IDC_CHECKMAKEPK,"Button",BS_AUTOCHECKBOX |
- BS_LEFTTEXT | WS_TABSTOP,7,58,66,10
- CONTROL "Allow Shell",IDC_CHECKALLOWSHELL,"Button",
- BS_AUTOCHECKBOX | BS_LEFTTEXT | WS_TABSTOP,7,73,66,10
- CONTROL "Auto scan",IDC_CHECKSCAN,"Button",BS_AUTOCHECKBOX |
- BS_LEFTTEXT | WS_TABSTOP,7,89,66,10
- CONTROL "Auto log",IDC_CHECKLOG,"Button",BS_AUTOCHECKBOX |
- BS_LEFTTEXT | WS_TABSTOP,7,121,66,10
- CONTROL "Single Instance",IDC_CHECKSINGLE,"Button",
- BS_AUTOCHECKBOX | BS_LEFTTEXT | WS_TABSTOP,7,105,66,10
- CONTROL "Hush specials",IDC_CHECKHUSHSPECIALS,"Button",
- BS_AUTOCHECKBOX | BS_LEFTTEXT | WS_TABSTOP,146,58,66,10
- CONTROL "Hush chars",IDC_CHECKHUSHCHARS,"Button",BS_AUTOCHECKBOX |
- BS_LEFTTEXT | WS_TABSTOP,146,73,66,10
- CONTROL "Hush checksums",IDC_CHECKHUSHCHECKSUMS,"Button",
- BS_AUTOCHECKBOX | BS_LEFTTEXT | WS_TABSTOP,146,89,66,10
- CONTROL "List fonts",IDC_CHECKLISTFONTS,"Button",BS_AUTOCHECKBOX |
- BS_LEFTTEXT | WS_TABSTOP,146,105,66,10
- LTEXT "Paper type",IDC_STATIC,126,25,45,12,SS_CENTERIMAGE
- LTEXT "Pixels per inches",IDC_STATIC,7,7,54,12,SS_CENTERIMAGE
- LTEXT "MF mode",IDC_STATIC,126,7,45,12,SS_CENTERIMAGE
- LTEXT "Alternate font",IDC_STATIC,7,25,54,12,SS_CENTERIMAGE
-END
-
-DLGCONFIG DIALOG DISCARDABLE 0, 0, 300, 230
-STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
-CAPTION "Windvi Configuration"
-FONT 8, "MS Sans Serif"
-BEGIN
-END
-
-
-/////////////////////////////////////////////////////////////////////////////
-//
-// Menu
-//
-
-WINDVI MENU DISCARDABLE
-BEGIN
- POPUP "&File"
- BEGIN
- MENUITEM "&Open...", IDM_FILEOPEN
- MENUITEM "&Close", IDM_FILECLOSE
- MENUITEM SEPARATOR
- MENUITEM "&Print", IDM_FILEPRINT
- MENUITEM "Print through &Dvips", IDM_FILEPRINTDVIPS, GRAYED
- MENUITEM "Page Se&tup...", IDM_FILEPAGESU, GRAYED
- MENUITEM "P&rint Setup...", IDM_FILEPRINTSU, GRAYED
- MENUITEM SEPARATOR
- MENUITEM SEPARATOR
- MENUITEM "E&xit", IDM_EXIT
- END
- POPUP "&Move"
- BEGIN
- MENUITEM "&Next Page\tEnter", IDM_NEXTPAGE
- MENUITEM "&Previous Page\tBack", IDM_PREVIOUSPAGE
- MENUITEM "Page +5", IDM_NEXT5
- MENUITEM "Page-5", IDM_PREVIOUS5
- MENUITEM "Page +10", IDM_NEXT10
- MENUITEM "Page -10", IDM_PREVIOUS10
- MENUITEM "First Page\tCtrl+Home", IDM_FIRSTPAGE
- MENUITEM "Last Page\tCtrl+End", IDM_LASTPAGE
- MENUITEM "Goto Page", IDM_GOTOPAGE
- MENUITEM "URL &Back", IDM_URLBACK
- END
- POPUP "&View"
- BEGIN
- MENUITEM "Zoom In\t+", IDM_ZOOMIN
- MENUITEM "Zoom Out\t-", IDM_ZOOMOUT
- MENUITEM SEPARATOR
- MENUITEM "&Keep Position", IDM_KEEPPOS
- MENUITEM "Redraw Page\tCtrl+L", IDM_REDRAWPAGE
- MENUITEM SEPARATOR
- MENUITEM "Toggle &Grid", IDM_TOGGLEGRID
- MENUITEM "Toggle PS", IDM_TOGGLEPS
- MENUITEM SEPARATOR
- MENUITEM "&Options", ID_OPTIONS_WINDVI
- END
- POPUP "&Help"
- BEGIN
- MENUITEM "&Topics", IDM_HELPTOPICS, HELP
- MENUITEM SEPARATOR
- MENUITEM "View Log File", IDM_VIEW_LOG
- MENUITEM SEPARATOR
- MENUITEM "&About...", IDM_ABOUT
- END
-END
-
-
-/////////////////////////////////////////////////////////////////////////////
-//
-// DESIGNINFO
-//
-
-#ifdef APSTUDIO_INVOKED
-GUIDELINES DESIGNINFO DISCARDABLE
-BEGIN
- "DLGGOTOPAGE", DIALOG
- BEGIN
- LEFTMARGIN, 7
- RIGHTMARGIN, 111
- TOPMARGIN, 7
- BOTTOMMARGIN, 47
- END
-
- "DLGVIEWLOG", DIALOG
- BEGIN
- LEFTMARGIN, 7
- RIGHTMARGIN, 407
- TOPMARGIN, 7
- BOTTOMMARGIN, 246
- END
-
- "DLGCONFIGVIEW", DIALOG
- BEGIN
- LEFTMARGIN, 7
- RIGHTMARGIN, 327
- TOPMARGIN, 7
- BOTTOMMARGIN, 184
- END
-
- "DLGCONFIGDVI", DIALOG
- BEGIN
- LEFTMARGIN, 7
- RIGHTMARGIN, 313
- TOPMARGIN, 7
- BOTTOMMARGIN, 123
- END
-
- DLGCONFIG, DIALOG
- BEGIN
- LEFTMARGIN, 7
- RIGHTMARGIN, 293
- TOPMARGIN, 7
- BOTTOMMARGIN, 223
- END
-END
-#endif // APSTUDIO_INVOKED
-
-
-/////////////////////////////////////////////////////////////////////////////
-//
-// String Table
-//
-
-STRINGTABLE DISCARDABLE
-BEGIN
- IDS_APPNAME "Windvi"
- IDS_DESCRIPTION "Dvi file viewer"
-END
-
-STRINGTABLE DISCARDABLE
-BEGIN
- IDS_SYSMENU "Move, size, or close application window"
-END
-
-STRINGTABLE DISCARDABLE
-BEGIN
- IDS_SCRESTORE "Restores the window to normal size"
-END
-
-STRINGTABLE DISCARDABLE
-BEGIN
- IDS_SCMOVE "Changes the position of the window"
-END
-
-STRINGTABLE DISCARDABLE
-BEGIN
- IDS_SCSIZE "Changes the size of the window"
-END
-
-STRINGTABLE DISCARDABLE
-BEGIN
- IDS_SCMINIMIZE "Minimizes the window to an icon"
-END
-
-STRINGTABLE DISCARDABLE
-BEGIN
- IDS_SCMAXIMIZE "Enlarges the window to full size"
-END
-
-STRINGTABLE DISCARDABLE
-BEGIN
- IDS_SCCLOSE "Closes the window"
-END
-
-STRINGTABLE DISCARDABLE
-BEGIN
- IDS_SCTASKLIST "Switches to another application through the Windows Task Manager"
-END
-
-STRINGTABLE DISCARDABLE
-BEGIN
- IDS_FILEMENU "Open or print documents"
-END
-
-STRINGTABLE DISCARDABLE
-BEGIN
- IDM_ABOUT "Displays information about this application"
- IDM_EXIT "Quits this application"
- IDM_FILECLOSE "Closes the active document"
- IDM_FILEOPEN "Opens an existing document"
- IDM_FILEPAGESU "Changes the page setup"
- IDM_FILEPRINT "Prints the active document"
- IDM_FILEPRINTSU "Changes the printer selection or configuration"
- IDM_FIRSTPAGE "Goto first page"
- IDM_GOTOPAGE "Goto page"
- IDM_LASTPAGE "Goto last page"
- IDM_NEXT10 "Move forward 10 pages"
- IDM_NEXT5 "Move forward 5 pages"
- IDM_NEXTPAGE "Next Page"
-END
-
-STRINGTABLE DISCARDABLE
-BEGIN
- IDM_FILE_RECENT "Most Recent Used Files"
- IDM_FILE_RECENT1 "Most Recent Used Files"
- IDM_FILE_RECENT2 "Most Recent Used Files"
- IDM_FILE_RECENT3 "Most Recent Used Files"
- IDM_FILE_RECENT4 "Most Recent Used Files"
- IDM_FILE_RECENT5 "Most Recent Used Files"
- IDM_FILE_RECENT6 "Most Recent Used Files"
- IDM_FILE_RECENT7 "Most Recent Used Files"
- IDM_FILE_RECENT8 "Most Recent Used Files"
- IDM_FILE_RECENT9 "Most Recent Used Files"
-END
-
-STRINGTABLE DISCARDABLE
-BEGIN
- IDM_PREVIOUS10 "Move backward 10 pages"
- IDM_PREVIOUS5 "Move backward 5 pages"
- IDM_PREVIOUSPAGE "Previous Page"
- IDM_TOGGLEPS "Toggle Postscript"
- IDM_ZOOMIN "Zoom In"
- IDM_ZOOMOUT "Zoom Out"
- IDS_HELPMENU "Get help"
- IDS_MOVEMENU "Move in the document"
- IDS_VIEWMENU "Change the view params"
-END
-
-STRINGTABLE DISCARDABLE
-BEGIN
- IDM_BOOKMODE "Two pages mode"
-END
-
-STRINGTABLE DISCARDABLE
-BEGIN
- IDM_TOGGLEGRID "Toggle Grid"
- IDM_REDRAWPAGE "Redraw current page"
- IDM_VIEW_LOG "View Current Log File"
-END
-
-STRINGTABLE DISCARDABLE
-BEGIN
- IDS_NO_HELP "Unable to activate help"
-END
-
-#endif // English (U.S.) resources
-/////////////////////////////////////////////////////////////////////////////
-
-
-/////////////////////////////////////////////////////////////////////////////
-// French (France) resources
-
-#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_FRA)
-#ifdef _WIN32
-LANGUAGE LANG_FRENCH, SUBLANG_FRENCH
-#pragma code_page(1252)
-#endif //_WIN32
-
-/////////////////////////////////////////////////////////////////////////////
-//
-// Bitmap
-//
-
-IDB_BMP BITMAP DISCARDABLE "toolbar1.bmp"
-
-#ifndef _MAC
-/////////////////////////////////////////////////////////////////////////////
-//
-// Version
-//
-
-VS_VERSION_INFO VERSIONINFO
- FILEVERSION 0,67,3,0
- PRODUCTVERSION 0,4,0,0
- FILEFLAGSMASK 0x3fL
-#ifdef _DEBUG
- FILEFLAGS 0xbL
-#else
- FILEFLAGS 0xaL
-#endif
- FILEOS 0x10004L
- FILETYPE 0x1L
- FILESUBTYPE 0x0L
-BEGIN
- BLOCK "StringFileInfo"
- BEGIN
- BLOCK "040904e4"
- BEGIN
- VALUE "CompanyName", "Fabrice POPINEAU\0"
- VALUE "FileDescription", "DVI file viewer\0"
- VALUE "FileVersion", "0.67.3\0"
- VALUE "InternalName", "windvi\0"
- VALUE "LegalCopyright", "Copyright © 1998-2001 Fabrice POPINEAU\r\nReport bugs to <Fabrice.Popineau@supelec.fr>\0"
- VALUE "LegalTrademarks", "Based on XDvi by Paul Vojta and\r\nMicrosoft © code from the Win32 SDK\0"
- VALUE "OriginalFilename", "windvi.exe\0"
- VALUE "ProductName", "SUPELEC fpTeX/Windvi\0"
- VALUE "ProductVersion", "0.7\0"
- END
- END
- BLOCK "VarFileInfo"
- BEGIN
- VALUE "Translation", 0x0, 1200, 0x409, 1200, 0x409, 1252
- END
-END
-
-#endif // !_MAC
-
-
-#ifdef APSTUDIO_INVOKED
-/////////////////////////////////////////////////////////////////////////////
-//
-// TEXTINCLUDE
-//
-
-1 TEXTINCLUDE DISCARDABLE
-BEGIN
- "resource.h\0"
-END
-
-2 TEXTINCLUDE DISCARDABLE
-BEGIN
- "#include ""winver.h""\r\n"
- "#include ""wingui.h""\r\n"
- "\0"
-END
-
-3 TEXTINCLUDE DISCARDABLE
-BEGIN
- "\r\n"
- "\0"
-END
-
-#endif // APSTUDIO_INVOKED
-
-#endif // French (France) resources
-/////////////////////////////////////////////////////////////////////////////
-
-
-
-#ifndef APSTUDIO_INVOKED
-/////////////////////////////////////////////////////////////////////////////
-//
-// Generated from the TEXTINCLUDE 3 resource.
-//
-
-
-/////////////////////////////////////////////////////////////////////////////
-#endif // not APSTUDIO_INVOKED
-
diff --git a/Build/source/utils/bzip2/bz2lib.rc b/Build/source/utils/bzip2/bz2lib.rc
deleted file mode 100644
index be4e5e938ec..00000000000
--- a/Build/source/utils/bzip2/bz2lib.rc
+++ /dev/null
@@ -1,34 +0,0 @@
-/* bz2lib.rc -*- C -*-
-
- Copyright (C) 1996-2003 Fabrice Popineau <fabrice.popineau@supelec.fr>
-
- This file 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, or (at your
- option) any later version.
-
- This file 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 file; if not, write to the Free Software
- Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307,
- USA. */
-
-#define VER_FILEVERSION TEXLIVE_MAJOR_VERSION,TEXLIVE_MINOR_VERSION,TEXLIVE_BETA_NUMBER,TEXLIVE_ALPHA_NUMBER
-#define VER_FILEVERSION_STR TEXLIVE_PRODUCTVERSION_STR " BZip2 library 1.0.2, 30-Dec-2001"
-
-#define VER_INTERNALNAME_STR "bz2lib"
-#define VER_ORIGINALFILENAME_STR "bz2lib.dll"
-
-#define VER_LEGALCOPYRIGHT_STR "(C) 1996-2002 Julian R Seward\0"
-
-#define VER_FILEDESCRIPTION_STR "BZip2 data compression library"
-
-#define VER_FILETYPE VFT_DLL
-
-#include <texlive.version>
-
-/* bz2lib.rc ends here */
diff --git a/Build/source/utils/texinfo/makeinfo/makeinfo.rc b/Build/source/utils/texinfo/makeinfo/makeinfo.rc
deleted file mode 100644
index 1c4052c2161..00000000000
--- a/Build/source/utils/texinfo/makeinfo/makeinfo.rc
+++ /dev/null
@@ -1,36 +0,0 @@
-/* makeinfo.rc: version number -*- C++ -*-
-
- Copyright (C) 1996-2003 Fabrice Popineau <fabrice.popineau@supelec.fr>
-
- This file 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, or (at your
- option) any later version.
-
- This file 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 file; if not, write to the Free Software
- Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307,
- USA. */
-
-#include <texlive-version.h>
-
-#define VER_FILEVERSION TEXLIVE_MAJOR_VERSION,TEXLIVE_MINOR_VERSION,TEXLIVE_BETA_NUMBER,TEXLIVE_ALPHA_NUMBER
-#define VER_FILEVERSION_STR TEXLIVE_PRODUCTVERSION_STR " makeinfo 4.3a"
-
-#define VER_INTERNALNAME_STR "makeinfo"
-#define VER_ORIGINALFILENAME_STR "makeinfo.exe"
-
-#define VER_LEGALCOPYRIGHT_STR "Copyright (C) 1987, 1992-2003 Free Software Foundation, Inc."
-
-#define VER_FILEDESCRIPTION_STR "Texinfo Converter"
-
-#define VER_COMPANYNAME_STR "Free Software Foundation, Inc."
-
-#include <texlive.version>
-
-/* makeinfo.rc ends here */
diff --git a/Build/source/utils/texinfo/util/texindex.rc b/Build/source/utils/texinfo/util/texindex.rc
deleted file mode 100644
index 0cee04d15bf..00000000000
--- a/Build/source/utils/texinfo/util/texindex.rc
+++ /dev/null
@@ -1,36 +0,0 @@
-/* texindex.rc: texindex resources -*- C++ -*-
-
- Copyright (C) 1996-2003 Fabrice Popineau <fabrice.popineau@supelec.fr>
-
- This file 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, or (at your
- option) any later version.
-
- This file 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 file; if not, write to the Free Software
- Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307,
- USA. */
-
-#include <texlive-version.h>
-
-#define VER_FILEVERSION TEXLIVE_MAJOR_VERSION,TEXLIVE_MINOR_VERSION,TEXLIVE_BETA_NUMBER,TEXLIVE_ALPHA_NUMBER
-#define VER_FILEVERSION_STR TEXLIVE_PRODUCTVERSION_STR " texindex 4.3a"
-
-#define VER_INTERNALNAME_STR "texindex"
-#define VER_ORIGINALFILENAME_STR "texindex.exe"
-
-#define VER_LEGALCOPYRIGHT_STR "Copyright (C) 1987, 91-92, 1996-2002 Free Software Foundation, Inc."
-
-#define VER_FILEDESCRIPTION_STR "TeX index generator"
-
-#define VER_COMPANYNAME_STR "Free Software Foundation, Inc."
-
-#include "texlive.version"
-
-/* texlive.rc ends here */