diff options
author | Karl Berry <karl@freefriends.org> | 2007-12-26 16:26:13 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2007-12-26 16:26:13 +0000 |
commit | a1221fffaff706fc9dd8725fb9317a5ea5baeead (patch) | |
tree | 1f39a2144c16ec1eed80cac10e720855f4080241 /Build/source/libs | |
parent | 75f5177b07143ba69356cd65e543f60d8d227358 (diff) |
remove rc files that did not come with the original distributions, since Akira does not use them
git-svn-id: svn://tug.org/texlive/trunk@5922 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/libs')
-rw-r--r-- | Build/source/libs/curl/lib/libcurl.rc | 36 | ||||
-rw-r--r-- | Build/source/libs/curl/src/curl.rc | 34 | ||||
-rw-r--r-- | Build/source/libs/expat/lib/expat.rc | 37 | ||||
-rw-r--r-- | Build/source/libs/freetype/lib/freetype.rc | 36 | ||||
-rw-r--r-- | Build/source/libs/jpeg/libjpeg.rc | 36 | ||||
-rw-r--r-- | Build/source/libs/libgnuw32/libgnuw32.rc | 36 | ||||
-rw-r--r-- | Build/source/libs/libpng/libpng.rc | 38 | ||||
-rw-r--r-- | Build/source/libs/libttf/libttf.rc | 36 | ||||
-rw-r--r-- | Build/source/libs/regex/regex.rc | 36 | ||||
-rw-r--r-- | Build/source/libs/unzip/windll/windll.rc | 40 | ||||
-rw-r--r-- | Build/source/libs/zlib/zlib.rc | 36 |
11 files changed, 0 insertions, 401 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 */ |