home *** CD-ROM | disk | FTP | other *** search
/ Tools / WinSN5.0Ver.iso / NETSCAP.50 / WIN1998.ZIP / ns / js / src / js1640.rc < prev    next >
Encoding:
Text File  |  1998-04-08  |  1.9 KB  |  76 lines

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