home *** CD-ROM | disk | FTP | other *** search
/ Tools / WinSN5.0Ver.iso / NETSCAP.50 / WIN1998.ZIP / ns / modules / libpref / admin / adm1640.rc < prev    next >
Encoding:
Text File  |  1998-04-08  |  2.0 KB  |  83 lines

  1. /* -*- Mode: C; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*-
  2.  *
  3.  * The contents of this file are subject to the Netscape Public License
  4.  * Version 1.0 (the "NPL"); you may not use this file except in
  5.  * compliance with the NPL.  You may obtain a copy of the NPL at
  6.  * http://www.mozilla.org/NPL/
  7.  *
  8.  * Software distributed under the NPL is distributed on an "AS IS" basis,
  9.  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the NPL
  10.  * for the specific language governing rights and limitations under the
  11.  * NPL.
  12.  *
  13.  * The Initial Developer of this code under the NPL is Netscape
  14.  * Communications Corporation.  Portions created by Netscape are
  15.  * Copyright (C) 1998 Netscape Communications Corporation.  All Rights
  16.  * Reserved.
  17.  */
  18.  
  19.  
  20.  
  21. /////////////////////////////////////////////////////////////////////////////
  22.  
  23. // Version stamp for this .DLL
  24.  
  25. #include <windows.h>
  26.  
  27. #include <ver.h>
  28.  
  29.  
  30.  
  31. VS_VERSION_INFO     VERSIONINFO
  32.  
  33.   FILEVERSION       4 // major, minor, release (alpha 1), build #
  34.  
  35.   PRODUCTVERSION    4
  36.  
  37.   FILEFLAGSMASK     0
  38.  
  39.   FILEFLAGS         0 // final version
  40.  
  41.   FILEOS            VOS_DOS_WINDOWS16
  42.  
  43.   FILETYPE          VFT_DLL
  44.  
  45.   FILESUBTYPE       0   // not used
  46.  
  47. BEGIN
  48.  
  49.     BLOCK "StringFileInfo"
  50.  
  51.     BEGIN
  52.  
  53.         BLOCK "040904E4" // Lang=US English, CharSet=Windows Multilingual
  54.  
  55.         BEGIN
  56.  
  57.             VALUE "CompanyName",     "Netscape Communications Corporation\0"
  58.  
  59.             VALUE "FileDescription", "Netscape 16-bit AutoAdmin Module\0"
  60.  
  61.             VALUE "FileVersion",     "4.0\0"
  62.  
  63.             VALUE "InternalName",    "ADM1640\0"
  64.  
  65.             VALUE "LegalCopyright",  "Copyright Netscape Communications. 1994-96\0"
  66.  
  67.             VALUE "LegalTrademarks", "Netscape, Mozilla\0"
  68.  
  69.             VALUE "OriginalFilename","ADM1640.DLL\0"
  70.  
  71.             VALUE "ProductName",     "NETSCAPE\0"
  72.  
  73.             VALUE "ProductVersion",  "4.0\0"
  74.  
  75.         END
  76.  
  77.     END
  78.  
  79. END
  80.  
  81. 1474 BITMAP  DISCARDABLE     "splash.BMP"
  82.  
  83.