~ubuntu-branches/ubuntu/jaunty/texlive-bin/jaunty-security

« back to all changes in this revision

Viewing changes to build/TeX/texk/msvc/template-dll.rc

  • Committer: Bazaar Package Importer
  • Author(s): Norbert Preining
  • Date: 2008-06-26 23:14:59 UTC
  • mfrom: (2.1.30 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080626231459-y02rjsrgtafu83yr
Tags: 2007.dfsg.2-3
add missing source roadmap.fig of roadmap.eps in fontinst documentation
(Closes: #482915) (urgency medium due to RC bug)
(new patch add-missing-fontinst-source)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* foo.rc: Foo DLL version number                 -*- C++ -*-
2
 
 
3
 
   Copyright (C) 1996-2002 Fabrice Popineau <Fabrice.Popineau@supelec.fr>
4
 
 
5
 
   This file is part of the Foo Library (foo.dll).
6
 
 
7
 
   The Foo Library is free software; you can redistribute it and/or
8
 
   modify it under the terms of the GNU General Public License as
9
 
   published by the Free Software Foundation; either version 2, or (at
10
 
   your option) any later version.
11
 
 
12
 
   The Foo Library is distributed in the hope that it will be
13
 
   useful, but WITHOUT ANY WARRANTY; without even the implied warranty
14
 
   of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15
 
   GNU General Public License for more details.
16
 
 
17
 
   You should have received a copy of the GNU General Public License
18
 
   along with the Foo Library; if not, write to the Free Software
19
 
   Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307,
20
 
   USA. */
21
 
 
22
 
#define VER_FILEVERSION 0,6,0,0
23
 
#define VER_FILEVERSION_STR "0.6"
24
 
 
25
 
#define VER_INTERNALNAME_STR "foo"
26
 
#define VER_ORIGINALFILENAME_STR "foo.dll"
27
 
 
28
 
#define VER_FILEDESCRIPTION_STR "Foo Core DLL"
29
 
 
30
 
#define VER_FILETYPE VFT_DLL
31
 
 
32
 
#include "texlive.version"