From 8c709a5c55287b495436b19d5362f33324888350 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sun, 18 Mar 2007 17:24:23 +0000 Subject: remove now-unused rc files git-svn-id: svn://tug.org/texlive/trunk@4045 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/texk/web2c/aleph.rc | 36 ----------------------------- Build/source/texk/web2c/bibtex.rc | 34 --------------------------- Build/source/texk/web2c/dvicopy.rc | 34 --------------------------- Build/source/texk/web2c/dvitomp.rc | 35 ---------------------------- Build/source/texk/web2c/dvitype.rc | 32 -------------------------- Build/source/texk/web2c/eomega.rc | 36 ----------------------------- Build/source/texk/web2c/etex.rc | 46 ------------------------------------- Build/source/texk/web2c/gftodvi.rc | 32 -------------------------- Build/source/texk/web2c/gftopk.rc | 32 -------------------------- Build/source/texk/web2c/gftype.rc | 32 -------------------------- Build/source/texk/web2c/mf.rc | 37 ----------------------------- Build/source/texk/web2c/mft.rc | 32 -------------------------- Build/source/texk/web2c/mpost.rc | 40 -------------------------------- Build/source/texk/web2c/omega.rc | 37 ----------------------------- Build/source/texk/web2c/otangle.rc | 35 ---------------------------- Build/source/texk/web2c/patgen.rc | 34 --------------------------- Build/source/texk/web2c/pdfetex.rc | 42 --------------------------------- Build/source/texk/web2c/pdftex.rc | 41 --------------------------------- Build/source/texk/web2c/pktogf.rc | 32 -------------------------- Build/source/texk/web2c/pktype.rc | 34 --------------------------- Build/source/texk/web2c/pltotf.rc | 34 --------------------------- Build/source/texk/web2c/pooltype.rc | 34 --------------------------- Build/source/texk/web2c/tangle.rc | 34 --------------------------- Build/source/texk/web2c/tex.rc | 37 ----------------------------- Build/source/texk/web2c/tftopl.rc | 34 --------------------------- Build/source/texk/web2c/vftovp.rc | 34 --------------------------- Build/source/texk/web2c/vptovf.rc | 34 --------------------------- Build/source/texk/web2c/weave.rc | 34 --------------------------- 28 files changed, 988 deletions(-) delete mode 100644 Build/source/texk/web2c/aleph.rc delete mode 100644 Build/source/texk/web2c/bibtex.rc delete mode 100644 Build/source/texk/web2c/dvicopy.rc delete mode 100644 Build/source/texk/web2c/dvitomp.rc delete mode 100644 Build/source/texk/web2c/dvitype.rc delete mode 100644 Build/source/texk/web2c/eomega.rc delete mode 100644 Build/source/texk/web2c/etex.rc delete mode 100644 Build/source/texk/web2c/gftodvi.rc delete mode 100644 Build/source/texk/web2c/gftopk.rc delete mode 100644 Build/source/texk/web2c/gftype.rc delete mode 100644 Build/source/texk/web2c/mf.rc delete mode 100644 Build/source/texk/web2c/mft.rc delete mode 100644 Build/source/texk/web2c/mpost.rc delete mode 100644 Build/source/texk/web2c/omega.rc delete mode 100644 Build/source/texk/web2c/otangle.rc delete mode 100644 Build/source/texk/web2c/patgen.rc delete mode 100644 Build/source/texk/web2c/pdfetex.rc delete mode 100644 Build/source/texk/web2c/pdftex.rc delete mode 100644 Build/source/texk/web2c/pktogf.rc delete mode 100644 Build/source/texk/web2c/pktype.rc delete mode 100644 Build/source/texk/web2c/pltotf.rc delete mode 100644 Build/source/texk/web2c/pooltype.rc delete mode 100644 Build/source/texk/web2c/tangle.rc delete mode 100644 Build/source/texk/web2c/tex.rc delete mode 100644 Build/source/texk/web2c/tftopl.rc delete mode 100644 Build/source/texk/web2c/vftovp.rc delete mode 100644 Build/source/texk/web2c/vptovf.rc delete mode 100644 Build/source/texk/web2c/weave.rc diff --git a/Build/source/texk/web2c/aleph.rc b/Build/source/texk/web2c/aleph.rc deleted file mode 100644 index 0ed378ac06b..00000000000 --- a/Build/source/texk/web2c/aleph.rc +++ /dev/null @@ -1,36 +0,0 @@ -/* aleph.rc: aleph resources -*- C++ -*- - - Copyright (C) 1996-2003 Fabrice Popineau - - 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 - -#define VER_FILEVERSION TEXLIVE_MAJOR_VERSION,TEXLIVE_MINOR_VERSION,TEXLIVE_BETA_NUMBER,TEXLIVE_ALPHA_NUMBER -#define VER_FILEVERSION_STR TEXLIVE_PRODUCTVERSION_STR " Aleph 3.141592--1.15--2.1--RC2" - -#define VER_INTERNALNAME_STR TEXLIVE_LIBRARYPREFIX_STR "aleph" -#define VER_ORIGINALFILENAME_STR TEXLIVE_LIBRARYPREFIX_STR "aleph.dll" - -#define VER_FILEDESCRIPTION_STR "Aleph DLL" - -#define VER_LEGALCOPYRIGHT_STR "Copyright (c) 2002-2003 the e-Omega task force" -#define VER_LEGALTRADEMARKS_STR "TeX is a trademark of the American \ -Mathematical Society." - -#include - -/* aleph.rc ends here */ diff --git a/Build/source/texk/web2c/bibtex.rc b/Build/source/texk/web2c/bibtex.rc deleted file mode 100644 index 8df4eddee94..00000000000 --- a/Build/source/texk/web2c/bibtex.rc +++ /dev/null @@ -1,34 +0,0 @@ -/* bibtex.rc: bibtex resources -*- C++ -*- - - Copyright (C) 1996-2003 Fabrice Popineau - - 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 - -#define VER_FILEVERSION TEXLIVE_MAJOR_VERSION,TEXLIVE_MINOR_VERSION,TEXLIVE_BETA_NUMBER,TEXLIVE_ALPHA_NUMBER -#define VER_FILEVERSION_STR TEXLIVE_PRODUCTVERSION_STR "BibTeX 0.99c" - -#define VER_INTERNALNAME_STR "bibtex" -#define VER_ORIGINALFILENAME_STR "bibtex.exe" - -#define VER_LEGALCOPYRIGHT_STR "Copyright (C) 1985 by Oren Patashnik; all rights reserved." - -#define VER_FILEDESCRIPTION_STR "BibTeX" - -#include - -/* bibtex.rc ends here */ diff --git a/Build/source/texk/web2c/dvicopy.rc b/Build/source/texk/web2c/dvicopy.rc deleted file mode 100644 index d0902434e4f..00000000000 --- a/Build/source/texk/web2c/dvicopy.rc +++ /dev/null @@ -1,34 +0,0 @@ -/* dvicopy.rc: dvicopy resources -*- C++ -*- - - Copyright (C) 1996-2003 Fabrice Popineau - - 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 - -#define VER_FILEVERSION TEXLIVE_MAJOR_VERSION,TEXLIVE_MINOR_VERSION,TEXLIVE_BETA_NUMBER,TEXLIVE_ALPHA_NUMBER -#define VER_FILEVERSION_STR TEXLIVE_PRODUCTVERSION_STR " dvicopy 1.5" - -#define VER_INTERNALNAME_STR "dvicopy" -#define VER_ORIGINALFILENAME_STR "dvicopy.exe" - -#define VER_LEGALCOPYRIGHT_STR "Copyright (C) 1990,95 Peter Breitenlohner (peb@mppmu.mpg.de)" - -#define VER_FILEDESCRIPTION_STR "DVI Flattener" - -#include - -/* dvicopy.rc ends here */ diff --git a/Build/source/texk/web2c/dvitomp.rc b/Build/source/texk/web2c/dvitomp.rc deleted file mode 100644 index 436ab7e46ac..00000000000 --- a/Build/source/texk/web2c/dvitomp.rc +++ /dev/null @@ -1,35 +0,0 @@ -/* dvitomp.rc: dvitomp resources -*- C++ -*- - - Copyright (C) 1996-2003 Fabrice Popineau - - 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 - -#define VER_FILEVERSION TEXLIVE_MAJOR_VERSION,TEXLIVE_MINOR_VERSION,TEXLIVE_BETA_NUMBER,TEXLIVE_ALPHA_NUMBER -#define VER_FILEVERSION_STR TEXLIVE_PRODUCTVERSION_STR " dvitomp 0.64" - -#define VER_INTERNALNAME_STR "dvitomp" -#define VER_ORIGINALFILENAME_STR "dvitomp.exe" - -#define VER_LEGALCOPYRIGHT_STR " Copyright 1990 - 1995 by AT&T Bell Laboratories" -#define VER_COMPANYNAME_STR "AT&T Bell Laboratories" - -#define VER_FILEDESCRIPTION_STR "DVI-to-MetaPost Converter" - -#include - -/* dvitomp.rc ends here */ diff --git a/Build/source/texk/web2c/dvitype.rc b/Build/source/texk/web2c/dvitype.rc deleted file mode 100644 index 81ae833f46d..00000000000 --- a/Build/source/texk/web2c/dvitype.rc +++ /dev/null @@ -1,32 +0,0 @@ -/* dvitype.rc: dvitype resources -*- C++ -*- - - Copyright (C) 1996-2003 Fabrice Popineau - - 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 - -#define VER_FILEVERSION TEXLIVE_MAJOR_VERSION,TEXLIVE_MINOR_VERSION,TEXLIVE_BETA_NUMBER,TEXLIVE_ALPHA_NUMBER -#define VER_FILEVERSION_STR TEXLIVE_PRODUCTVERSION_STR " dvitype 3.6" - -#define VER_INTERNALNAME_STR "dvitype" -#define VER_ORIGINALFILENAME_STR "dvitype.exe" - -#define VER_FILEDESCRIPTION_STR "Converts DVI files into symbolic form" - -#include - -/* dvitype.rc ends here */ diff --git a/Build/source/texk/web2c/eomega.rc b/Build/source/texk/web2c/eomega.rc deleted file mode 100644 index fadc5e61c0e..00000000000 --- a/Build/source/texk/web2c/eomega.rc +++ /dev/null @@ -1,36 +0,0 @@ -/* eomega.rc: eomega resources -*- C++ -*- - - Copyright (C) 1996-2003 Fabrice Popineau - - 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 - -#define VER_FILEVERSION TEXLIVE_MAJOR_VERSION,TEXLIVE_MINOR_VERSION,TEXLIVE_BETA_NUMBER,TEXLIVE_ALPHA_NUMBER -#define VER_FILEVERSION_STR TEXLIVE_PRODUCTVERSION_STR " Omega 3.14159--1.15--2.1--RC1" - -#define VER_INTERNALNAME_STR TEXLIVE_LIBRARYPREFIX_STR "eomega" -#define VER_ORIGINALFILENAME_STR TEXLIVE_LIBRARYPREFIX_STR "eomega.dll" - -#define VER_FILEDESCRIPTION_STR "e-Omega DLL" - -#define VER_LEGALCOPYRIGHT_STR "Copyright (c) 2002-2003 the e-Omega task force" -#define VER_LEGALTRADEMARKS_STR "TeX is a trademark of the American \ -Mathematical Society." - -#include - -/* eomega.rc ends here */ diff --git a/Build/source/texk/web2c/etex.rc b/Build/source/texk/web2c/etex.rc deleted file mode 100644 index 828e056cc04..00000000000 --- a/Build/source/texk/web2c/etex.rc +++ /dev/null @@ -1,46 +0,0 @@ -/* etex.rc: etex resources -*- C++ -*- - - Copyright (C) 1996-2003 Fabrice Popineau - - 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 - -#define VER_FILEVERSION TEXLIVE_MAJOR_VERSION,TEXLIVE_MINOR_VERSION,TEXLIVE_BETA_NUMBER,TEXLIVE_ALPHA_NUMBER -#define VER_FILEVERSION_STR TEXLIVE_PRODUCTVERSION_STR " e-TeX 3.14159-2.1" - -#define VER_INTERNALNAME_STR TEXLIVE_LIBRARYPREFIX_STR "etex" -#define VER_ORIGINALFILENAME_STR TEXLIVE_LIBRARYPREFIX_STR "etex.dll" - -#define VER_FILEDESCRIPTION_STR "e-TeX DLL" - -#define VER_LEGALCOPYRIGHT_STR \ -"e-TeX is copyright (C) 1994-1999 by the NTS team; all rights are reserved.\ - Copying of this file is authorized only if (1) you are a member of the\ - NTS team, or if (2) you make absolutely no changes to your copy.\ - (Programs such as PATCHWEB, TIE, or WEBMERGE allow the application of\ - several change files to tex.web; the master files tex.web and etex.ch\ - should stay intact.)" - -#define VER_LEGALTRADEMARKS_STR \ -"e-TeX and NTS are trademarks of the NTS group.\ - TeX is a trademark of the American Mathematical Society." - -#define VER_FILETYPE VFT_DLL - -#include - -/* etex.rc ends here */ diff --git a/Build/source/texk/web2c/gftodvi.rc b/Build/source/texk/web2c/gftodvi.rc deleted file mode 100644 index 8c00ec74a43..00000000000 --- a/Build/source/texk/web2c/gftodvi.rc +++ /dev/null @@ -1,32 +0,0 @@ -/* gftodvi.rc: gftodvi resources -*- C++ -*- - - Copyright (C) 1996-2003 Fabrice Popineau - - 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 - -#define VER_FILEVERSION TEXLIVE_MAJOR_VERSION,TEXLIVE_MINOR_VERSION,TEXLIVE_BETA_NUMBER,TEXLIVE_ALPHA_NUMBER -#define VER_FILEVERSION_STR TEXLIVE_PRODUCTVERSION_STR " gftodvi 3.0" - -#define VER_INTERNALNAME_STR "gftodvi" -#define VER_ORIGINALFILENAME_STR "gftodvi.exe" - -#define VER_FILEDESCRIPTION_STR "GF-to-DVI file converter" - -#include - -/* gftodvi.rc ends here */ diff --git a/Build/source/texk/web2c/gftopk.rc b/Build/source/texk/web2c/gftopk.rc deleted file mode 100644 index 285d3f96e2a..00000000000 --- a/Build/source/texk/web2c/gftopk.rc +++ /dev/null @@ -1,32 +0,0 @@ -/* gftopk.rc: gftopk resources -*- C++ -*- - - Copyright (C) 1996-2003 Fabrice Popineau - - 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 - -#define VER_FILEVERSION TEXLIVE_MAJOR_VERSION,TEXLIVE_MINOR_VERSION,TEXLIVE_BETA_NUMBER,TEXLIVE_ALPHA_NUMBER -#define VER_FILEVERSION_STR TEXLIVE_PRODUCTVERSION_STR " gftopk 2.3" - -#define VER_INTERNALNAME_STR "gftopk" -#define VER_ORIGINALFILENAME_STR "gftopk.exe" - -#define VER_FILEDESCRIPTION_STR "GF-toPK file converter" - -#include - -/* gftopk.rc ends here */ diff --git a/Build/source/texk/web2c/gftype.rc b/Build/source/texk/web2c/gftype.rc deleted file mode 100644 index fe3c9494df5..00000000000 --- a/Build/source/texk/web2c/gftype.rc +++ /dev/null @@ -1,32 +0,0 @@ -/* gftype.rc: gftype resources -*- C++ -*- - - Copyright (C) 1996-2003 Fabrice Popineau - - 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 - -#define VER_FILEVERSION TEXLIVE_MAJOR_VERSION,TEXLIVE_MINOR_VERSION,TEXLIVE_BETA_NUMBER,TEXLIVE_ALPHA_NUMBER -#define VER_FILEVERSION_STR TEXLIVE_PRODUCTVERSION_STR " gftype 3.1" - -#define VER_INTERNALNAME_STR "gftype" -#define VER_ORIGINALFILENAME_STR "gftype.exe" - -#define VER_FILEDESCRIPTION_STR "Converts GF File into symbolic form" - -#include - -/* gftype.rc ends here */ diff --git a/Build/source/texk/web2c/mf.rc b/Build/source/texk/web2c/mf.rc deleted file mode 100644 index 4e5f0363293..00000000000 --- a/Build/source/texk/web2c/mf.rc +++ /dev/null @@ -1,37 +0,0 @@ -/* mf.rc: mf resources -*- C++ -*- - - Copyright (C) 1996-2003 Fabrice Popineau - - 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 - -#define VER_FILEVERSION TEXLIVE_MAJOR_VERSION,TEXLIVE_MINOR_VERSION,TEXLIVE_BETA_NUMBER,TEXLIVE_ALPHA_NUMBER -#define VER_FILEVERSION_STR TEXLIVE_PRODUCTVERSION_STR " metafont 2.7182" - -#define VER_INTERNALNAME_STR TEXLIVE_LIBRARYPREFIX_STR "mf" -#define VER_ORIGINALFILENAME_STR TEXLIVE_LIBRARYPREFIX_STR "mf.dll" - -#define VER_FILEDESCRIPTION_STR "METAFONT DLL" - -#define VER_LEGALCOPYRIGHT_STR "Copyright (C) 1984 by D. E. Knuth" -#define VER_LEGALTRADEMARKS_STR "METAFONT is a trademark of Addison-Wesley Publishing Company." - -#define VER_FILETYPE VFT_DLL - -#include - -/* mf.rc ends here */ diff --git a/Build/source/texk/web2c/mft.rc b/Build/source/texk/web2c/mft.rc deleted file mode 100644 index 907e249c3c3..00000000000 --- a/Build/source/texk/web2c/mft.rc +++ /dev/null @@ -1,32 +0,0 @@ -/* mft.rc: mft resources -*- C++ -*- - - Copyright (C) 1996-2003 Fabrice Popineau - - 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 - -#define VER_FILEVERSION TEXLIVE_MAJOR_VERSION,TEXLIVE_MINOR_VERSION,TEXLIVE_BETA_NUMBER,TEXLIVE_ALPHA_NUMBER -#define VER_FILEVERSION_STR TEXLIVE_PRODUCTVERSION_STR " MFT version 2.0" - -#define VER_INTERNALNAME_STR "MFT" -#define VER_ORIGINALFILENAME_STR "mft.exe" - -#define VER_FILEDESCRIPTION_STR "Converts MF files To TeX Files" - -#include - -/* mft.rc ends here */ diff --git a/Build/source/texk/web2c/mpost.rc b/Build/source/texk/web2c/mpost.rc deleted file mode 100644 index 432972c82b6..00000000000 --- a/Build/source/texk/web2c/mpost.rc +++ /dev/null @@ -1,40 +0,0 @@ -/* mpost.rc: mpost resources -*- C++ -*- - - Copyright (C) 1996-2003 Fabrice Popineau - - 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 - -#define VER_FILEVERSION TEXLIVE_MAJOR_VERSION,TEXLIVE_MINOR_VERSION,TEXLIVE_BETA_NUMBER,TEXLIVE_ALPHA_NUMBER -#define VER_FILEVERSION_STR TEXLIVE_PRODUCTVERSION_STR " MetaPost 0.641" - -#define VER_INTERNALNAME_STR TEXLIVE_LIBRARYPREFIX_STR "mpost" -#define VER_ORIGINALFILENAME_STR TEXLIVE_LIBRARYPREFIX_STR "mpost.dll" - -#define VER_FILEDESCRIPTION_STR "MetaPost DLL" - -#define VER_LEGALCOPYRIGHT_STR " Copyright 1990 - 1998 by AT&T Bell Laboratories" -#define VER_COMPANYNAME_STR "AT&T Bell Laboratories" -#define VER_LEGALTRADEMARKS_STR "TeX is a trademark of the American Mathematical Society.\r\n\ - METAFONT is a trademark of Addison-Wesley Publishing Company.\r\n\ -PostScript is a trademark of Adobe Systems Incorporated." - -#define VER_FILETYPE VFT_DLL - -#include - -/* mpost.rc ends here */ diff --git a/Build/source/texk/web2c/omega.rc b/Build/source/texk/web2c/omega.rc deleted file mode 100644 index e9993373c3a..00000000000 --- a/Build/source/texk/web2c/omega.rc +++ /dev/null @@ -1,37 +0,0 @@ -/* omega.rc: omega resources -*- C++ -*- - - Copyright (C) 1996-2003 Fabrice Popineau - - 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 - -#define VER_FILEVERSION TEXLIVE_MAJOR_VERSION,TEXLIVE_MINOR_VERSION,TEXLIVE_BETA_NUMBER,TEXLIVE_ALPHA_NUMBER -#define VER_FILEVERSION_STR TEXLIVE_PRODUCTVERSION_STR " Omega 3.14159--1.23.2" - -#define VER_INTERNALNAME_STR TEXLIVE_LIBRARYPREFIX_STR "omega" -#define VER_ORIGINALFILENAME_STR TEXLIVE_LIBRARYPREFIX_STR "omega.dll" - -#define VER_FILEDESCRIPTION_STR "Omega DLL" - -#define VER_LEGALCOPYRIGHT_STR "Copyright (C) 1994--2003 by John Plaice and Yannis Haralambous." -#define VER_LEGALTRADEMARKS_STR "TeX is a trademark of the American Mathematical Society." - -#define VER_FILETYPE VFT_DLL - -#include - -/* omega.rc ends here */ diff --git a/Build/source/texk/web2c/otangle.rc b/Build/source/texk/web2c/otangle.rc deleted file mode 100644 index c6b16abc20b..00000000000 --- a/Build/source/texk/web2c/otangle.rc +++ /dev/null @@ -1,35 +0,0 @@ -/* otangle.rc: otangle resources -*- C++ -*- - - Copyright (C) 1996-2003 Fabrice Popineau - - 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 - -#define VER_FILEVERSION TEXLIVE_MAJOR_VERSION,TEXLIVE_MINOR_VERSION,TEXLIVE_BETA_NUMBER,TEXLIVE_ALPHA_NUMBER -#define VER_FILEVERSION_STR TEXLIVE_PRODUCTVERSION_STR " otangle 4.4" - -#define VER_INTERNALNAME_STR "otangle" -#define VER_ORIGINALFILENAME_STR "otangle.exe" - -#define VER_FILEDESCRIPTION_STR "Web-to-Pascal Converter" - -#define VER_LEGALCOPYRIGHT_STR "Copyright (C) 1994--2000 by John Plaice \ -and Yannis Haralambous; applies only to the changes to the original tangle.web." - -#include - -/* otangle.rc ends here */ diff --git a/Build/source/texk/web2c/patgen.rc b/Build/source/texk/web2c/patgen.rc deleted file mode 100644 index 3796554cae7..00000000000 --- a/Build/source/texk/web2c/patgen.rc +++ /dev/null @@ -1,34 +0,0 @@ -/* patgen.rc: patgen resources -*- C++ -*- - - Copyright (C) 1996-2003 Fabrice Popineau - - 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 - -#define VER_FILEVERSION TEXLIVE_MAJOR_VERSION,TEXLIVE_MINOR_VERSION,TEXLIVE_BETA_NUMBER,TEXLIVE_ALPHA_NUMBER -#define VER_FILEVERSION_STR TEXLIVE_PRODUCTVERSION_STR " patgen 2.3" - -#define VER_INTERNALNAME_STR "patgen" -#define VER_ORIGINALFILENAME_STR "patgen.exe" - -#define VER_FILEDESCRIPTION_STR "Generates hyphenation files for TeX" - -#define VER_LEGALCOPYRIGHT_STR "" - -#include - -/* patgen.rc ends here */ diff --git a/Build/source/texk/web2c/pdfetex.rc b/Build/source/texk/web2c/pdfetex.rc deleted file mode 100644 index 69bf9d84067..00000000000 --- a/Build/source/texk/web2c/pdfetex.rc +++ /dev/null @@ -1,42 +0,0 @@ -/* pdfetex.rc: pdfetex resources -*- C++ -*- - - Copyright (C) 1996-2003 Fabrice Popineau - - 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 - -#define VER_FILEVERSION TEXLIVE_MAJOR_VERSION,TEXLIVE_MINOR_VERSION,TEXLIVE_BETA_NUMBER,TEXLIVE_ALPHA_NUMBER -#define VER_FILEVERSION_STR TEXLIVE_PRODUCTVERSION_STR " pdfeTeX 3.14159-1.10a-2.1" - -#define VER_INTERNALNAME_STR TEXLIVE_LIBRARYPREFIX_STR "pdfetex" -#define VER_ORIGINALFILENAME_STR TEXLIVE_LIBRARYPREFIX_STR "pdfetex.dll" - -#define VER_FILEDESCRIPTION_STR "pdfeTeX DLL" - -#define VER_LEGALCOPYRIGHT_STR "Copyright (C) 1996-2003\r\n\ -The NTS Team (eTeX)/Han The Thanh (pdfTeX)\r\n\ -The TeX program is copyright (C) 1982 by D. E. Knuth." - -#define VER_LEGALTRADEMARKS_STR \ -"e-TeX and NTS are trademarks of the NTS group.\ -TeX is a trademark of the American Mathematical Society." - -#define VER_FILETYPE VFT_DLL - -#include - -/* pdfetex.rc ends here */ diff --git a/Build/source/texk/web2c/pdftex.rc b/Build/source/texk/web2c/pdftex.rc deleted file mode 100644 index 4b1df75adc1..00000000000 --- a/Build/source/texk/web2c/pdftex.rc +++ /dev/null @@ -1,41 +0,0 @@ -/* pdftex.rc: pdftex resources -*- C++ -*- - - Copyright (C) 1996-2003 Fabrice Popineau - - 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 - -#define VER_FILEVERSION TEXLIVE_MAJOR_VERSION,TEXLIVE_MINOR_VERSION,TEXLIVE_BETA_NUMBER,TEXLIVE_ALPHA_NUMBER -#define VER_FILEVERSION_STR TEXLIVE_PRODUCTVERSION_STR " pdfTeX 3.14159-1.10a-2.1" - -#define VER_INTERNALNAME_STR TEXLIVE_LIBRARYPREFIX_STR "pdftex" -#define VER_ORIGINALFILENAME_STR TEXLIVE_LIBRARYPREFIX_STR "pdftex.dll" - -#define VER_FILEDESCRIPTION_STR "pdfTeX DLL" - -#define VER_LEGALCOPYRIGHT_STR "Copyright (C) 1996-2003\r\n\ -Han The Thanh (pdfTeX)\r\n\ -The TeX program is copyright (C) 1982 by D. E. Knuth." - -#define VER_LEGALTRADEMARKS_STR "TeX is a trademark of the American \ -Mathematical Society." - -#define VER_FILETYPE VFT_DLL - -#include - -/* pdftex.rc ends here */ diff --git a/Build/source/texk/web2c/pktogf.rc b/Build/source/texk/web2c/pktogf.rc deleted file mode 100644 index 149c3c03d49..00000000000 --- a/Build/source/texk/web2c/pktogf.rc +++ /dev/null @@ -1,32 +0,0 @@ -/* pktogf.rc: pktogf resources -*- C++ -*- - - Copyright (C) 1996-2003 Fabrice Popineau - - 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 - -#define VER_FILEVERSION TEXLIVE_MAJOR_VERSION,TEXLIVE_MINOR_VERSION,TEXLIVE_BETA_NUMBER,TEXLIVE_ALPHA_NUMBER -#define VER_FILEVERSION_STR TEXLIVE_PRODUCTVERSION_STR " pktogf 1.1" - -#define VER_INTERNALNAME_STR "pktogf" -#define VER_ORIGINALFILENAME_STR "pktogf.exe" - -#define VER_FILEDESCRIPTION_STR "PK-to-GF file converter" - -#include - -/* pktogf.rc ends here */ diff --git a/Build/source/texk/web2c/pktype.rc b/Build/source/texk/web2c/pktype.rc deleted file mode 100644 index d0bfd307714..00000000000 --- a/Build/source/texk/web2c/pktype.rc +++ /dev/null @@ -1,34 +0,0 @@ -/* pktype.rc: pktype resources -*- C++ -*- - - Copyright (C) 1996-2003 Fabrice Popineau - - 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 - -#define VER_FILEVERSION TEXLIVE_MAJOR_VERSION,TEXLIVE_MINOR_VERSION,TEXLIVE_BETA_NUMBER,TEXLIVE_ALPHA_NUMBER -#define VER_FILEVERSION_STR TEXLIVE_PRODUCTVERSION_STR " pktype 2.3" - -#define VER_INTERNALNAME_STR "pktype" -#define VER_ORIGINALFILENAME_STR "pktype.exe" - -#define VER_LEGALCOPYRIGHT_STR "" - -#define VER_FILEDESCRIPTION_STR "Verifies and translates a PK file to human-readable form" - -#include - -/* pktype.rc ends here */ diff --git a/Build/source/texk/web2c/pltotf.rc b/Build/source/texk/web2c/pltotf.rc deleted file mode 100644 index ad613afe777..00000000000 --- a/Build/source/texk/web2c/pltotf.rc +++ /dev/null @@ -1,34 +0,0 @@ -/* pltotf.rc: pltotf resources -*- C++ -*- - - Copyright (C) 1996-2003 Fabrice Popineau - - 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 - -#define VER_FILEVERSION TEXLIVE_MAJOR_VERSION,TEXLIVE_MINOR_VERSION,TEXLIVE_BETA_NUMBER,TEXLIVE_ALPHA_NUMBER -#define VER_FILEVERSION_STR TEXLIVE_PRODUCTVERSION_STR " pltotf 3.5" - -#define VER_INTERNALNAME_STR "pltotf" -#define VER_ORIGINALFILENAME_STR "pltotf.exe" - -#define VER_LEGALCOPYRIGHT_STR "" - -#define VER_FILEDESCRIPTION_STR "PL-to-TFM file converter" - -#include - -/* pltotf.rc ends here */ diff --git a/Build/source/texk/web2c/pooltype.rc b/Build/source/texk/web2c/pooltype.rc deleted file mode 100644 index 99a4613441a..00000000000 --- a/Build/source/texk/web2c/pooltype.rc +++ /dev/null @@ -1,34 +0,0 @@ -/* pooltype.rc: pooltype resources -*- C++ -*- - - Copyright (C) 1996-2003 Fabrice Popineau - - 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 - -#define VER_FILEVERSION TEXLIVE_MAJOR_VERSION,TEXLIVE_MINOR_VERSION,TEXLIVE_BETA_NUMBER,TEXLIVE_ALPHA_NUMBER -#define VER_FILEVERSION_STR TEXLIVE_PRODUCTVERSION_STR " pooltype 3.0" - -#define VER_INTERNALNAME_STR "pooltype" -#define VER_ORIGINALFILENAME_STR "pooltype.exe" - -#define VER_LEGALCOPYRIGHT_STR "" - -#define VER_FILEDESCRIPTION_STR "Converts string pool files into symbolic format" - -#include - -/* pooltype.rc ends here */ diff --git a/Build/source/texk/web2c/tangle.rc b/Build/source/texk/web2c/tangle.rc deleted file mode 100644 index d61cc115501..00000000000 --- a/Build/source/texk/web2c/tangle.rc +++ /dev/null @@ -1,34 +0,0 @@ -/* afm2tfm.rc: afm2tfm resources -*- C++ -*- - - Copyright (C) 1996-2003 Fabrice Popineau - - 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 - -#define VER_FILEVERSION TEXLIVE_MAJOR_VERSION,TEXLIVE_MINOR_VERSION,TEXLIVE_BETA_NUMBER,TEXLIVE_ALPHA_NUMBER -#define VER_FILEVERSION_STR TEXLIVE_PRODUCTVERSION_STR " tangle 4.4" - -#define VER_INTERNALNAME_STR "tangle" -#define VER_ORIGINALFILENAME_STR "tangle.exe" - -#define VER_FILEDESCRIPTION_STR "Web-to-Pascal Converter" - -#define VER_LEGALCOPYRIGHT_STR "" - -#include - -/* tangle.rc ends here */ diff --git a/Build/source/texk/web2c/tex.rc b/Build/source/texk/web2c/tex.rc deleted file mode 100644 index 6e135730d97..00000000000 --- a/Build/source/texk/web2c/tex.rc +++ /dev/null @@ -1,37 +0,0 @@ -/* tex.rc: tex resources -*- C++ -*- - - Copyright (C) 1996-2003 Fabrice Popineau - - 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 - -#define VER_FILEVERSION TEXLIVE_MAJOR_VERSION,TEXLIVE_MINOR_VERSION,TEXLIVE_BETA_NUMBER,TEXLIVE_ALPHA_NUMBER -#define VER_FILEVERSION_STR TEXLIVE_PRODUCTVERSION_STR " TeX 3.14159" - -#define VER_INTERNALNAME_STR "tex" -#define VER_ORIGINALFILENAME_STR "tex.exe" - -#define VER_FILEDESCRIPTION_STR "TeX DLL" - -#define VER_LEGALCOPYRIGHT_STR "Copyright (C) 1982 by D. E. Knuth" -#define VER_LEGALTRADEMARKS_STR "TeX is a trademark of the American Mathematical Society." - -#define VER_FILETYPE VFT_DLL - -#include - -/* tex.rc ends here */ diff --git a/Build/source/texk/web2c/tftopl.rc b/Build/source/texk/web2c/tftopl.rc deleted file mode 100644 index 53c8223fac3..00000000000 --- a/Build/source/texk/web2c/tftopl.rc +++ /dev/null @@ -1,34 +0,0 @@ -/* tftopl.rc: tftopl resources -*- C++ -*- - - Copyright (C) 1996-2003 Fabrice Popineau - - 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 - -#define VER_FILEVERSION TEXLIVE_MAJOR_VERSION,TEXLIVE_MINOR_VERSION,TEXLIVE_BETA_NUMBER,TEXLIVE_ALPHA_NUMBER -#define VER_FILEVERSION_STR TEXLIVE_PRODUCTVERSION_STR " tftopl 3.1" - -#define VER_INTERNALNAME_STR "tftopl" -#define VER_ORIGINALFILENAME_STR "tftopl.exe" - -#define VER_LEGALCOPYRIGHT_STR "" - -#define VER_FILEDESCRIPTION_STR "TFM-to-PL converter" - -#include - -/* tftopl.rc ends here */ diff --git a/Build/source/texk/web2c/vftovp.rc b/Build/source/texk/web2c/vftovp.rc deleted file mode 100644 index 3c8e106cb0d..00000000000 --- a/Build/source/texk/web2c/vftovp.rc +++ /dev/null @@ -1,34 +0,0 @@ -/* vftovp.rc: vftovp resources -*- C++ -*- - - Copyright (C) 1996-2003 Fabrice Popineau - - 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 - -#define VER_FILEVERSION TEXLIVE_MAJOR_VERSION,TEXLIVE_MINOR_VERSION,TEXLIVE_BETA_NUMBER,TEXLIVE_ALPHA_NUMBER -#define VER_FILEVERSION_STR TEXLIVE_PRODUCTVERSION_STR " vftovp 1.2" - -#define VER_INTERNALNAME_STR "vftovp" -#define VER_ORIGINALFILENAME_STR "vftovp.exe" - -#define VER_LEGALCOPYRIGHT_STR "" - -#define VER_FILEDESCRIPTION_STR "VF-to-VP file converter" - -#include - -/* vftovp.rc ends here */ diff --git a/Build/source/texk/web2c/vptovf.rc b/Build/source/texk/web2c/vptovf.rc deleted file mode 100644 index c1697d51f89..00000000000 --- a/Build/source/texk/web2c/vptovf.rc +++ /dev/null @@ -1,34 +0,0 @@ -/* vptovf.rc: vptovf resources -*- C++ -*- - - Copyright (C) 1996-2003 Fabrice Popineau - - 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 - -#define VER_FILEVERSION TEXLIVE_MAJOR_VERSION,TEXLIVE_MINOR_VERSION,TEXLIVE_BETA_NUMBER,TEXLIVE_ALPHA_NUMBER -#define VER_FILEVERSION_STR TEXLIVE_PRODUCTVERSION_STR " vptovf 1.5" - -#define VER_INTERNALNAME_STR "vptovf" -#define VER_ORIGINALFILENAME_STR "vptovf.exe" - -#define VER_LEGALCOPYRIGHT_STR "" - -#define VER_FILEDESCRIPTION_STR "VP-to-VF file converter" - -#include - -/* vptovf.rc ends here */ diff --git a/Build/source/texk/web2c/weave.rc b/Build/source/texk/web2c/weave.rc deleted file mode 100644 index fd2c728493d..00000000000 --- a/Build/source/texk/web2c/weave.rc +++ /dev/null @@ -1,34 +0,0 @@ -/* weave.rc: weave resources -*- C++ -*- - - Copyright (C) 1996-2003 Fabrice Popineau - - 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 - -#define VER_FILEVERSION TEXLIVE_MAJOR_VERSION,TEXLIVE_MINOR_VERSION,TEXLIVE_BETA_NUMBER,TEXLIVE_ALPHA_NUMBER -#define VER_FILEVERSION_STR TEXLIVE_PRODUCTVERSION_STR " weave 4.4" - -#define VER_INTERNALNAME_STR "weave" -#define VER_ORIGINALFILENAME_STR "weave.exe" - -#define VER_LEGALCOPYRIGHT_STR "" - -#define VER_FILEDESCRIPTION_STR "Web-to-TeX converter" - -#include - -/* weave.rc ends here */ -- cgit v1.2.3