home *** CD-ROM | disk | FTP | other *** search
/ Tools / WinSN5.0Ver.iso / NETSCAP.50 / WIN1998.ZIP / ns / js / jsj / jsj1640.rc < prev    next >
Encoding:
Text File  |  1998-04-08  |  1.9 KB  |  77 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. // Version stamp for this .DLL
  20.  
  21. #include <windows.h>
  22.  
  23. #include <ver.h>
  24.  
  25.  
  26.  
  27. VS_VERSION_INFO     VERSIONINFO
  28.  
  29.   FILEVERSION       4 // major, minor, release (alpha 1), build #
  30.  
  31.   PRODUCTVERSION    4
  32.  
  33.   FILEFLAGSMASK     0
  34.  
  35.   FILEFLAGS         0 // final version
  36.  
  37.   FILEOS            VOS_DOS_WINDOWS16
  38.  
  39.   FILETYPE          VFT_DLL
  40.  
  41.   FILESUBTYPE       0   // not used
  42.  
  43. BEGIN
  44.  
  45.     BLOCK "StringFileInfo"
  46.  
  47.     BEGIN
  48.  
  49.         BLOCK "040904E4" // Lang=US English, CharSet=Windows Multilingual
  50.  
  51.         BEGIN
  52.  
  53.             VALUE "CompanyName",     "Netscape Communications Corporation\0"
  54.  
  55.             VALUE "FileDescription", "Netscape 16-bit JavaScript-Java Module\0"
  56.  
  57.             VALUE "FileVersion",     "4.0\0"
  58.  
  59.             VALUE "InternalName",    "JSJ1640\0"
  60.  
  61.             VALUE "LegalCopyright",  "Copyright Netscape Communications. 1994-96\0"
  62.  
  63.             VALUE "LegalTrademarks", "Netscape, Mozilla\0"
  64.  
  65.             VALUE "OriginalFilename","JSJ1640.DLL\0"
  66.  
  67.             VALUE "ProductName",     "NETSCAPE\0"
  68.  
  69.             VALUE "ProductVersion",  "4.0\0"
  70.  
  71.         END
  72.  
  73.     END
  74.  
  75. END
  76.  
  77.