home *** CD-ROM | disk | FTP | other *** search
/ io Programmo 39 / IOPROG_39.ISO / SOFT / sdkjava40.exe / data1.cab / fg_Samples / Samples / Native / JView / jview.rcv < prev    next >
Encoding:
Text File  |  2000-05-04  |  1.0 KB  |  44 lines

  1. #ifndef _MAC
  2.  
  3. /////////////////////////////////////////////////////////////////////////////
  4. //
  5. // Version
  6. //
  7.  
  8. #include "version.h"
  9.  
  10. 1 VERSIONINFO
  11.  FILEVERSION 4,79,0,1202
  12.  PRODUCTVERSION 4,79,0,1202
  13.  FILEFLAGSMASK 0x3fL
  14. #ifdef _DEBUG
  15.  FILEFLAGS 0xbL
  16. #else
  17.  FILEFLAGS 0xaL
  18. #endif
  19.  FILEOS 0x10001L
  20.  FILETYPE 0x1L
  21.  FILESUBTYPE 0x0L
  22. BEGIN
  23.     BLOCK "StringFileInfo"
  24.     BEGIN
  25.         BLOCK "040904E4"
  26.         BEGIN
  27.             VALUE "CompanyName", "Microsoft Corporation\0"
  28.             VALUE "FileDescription", "Microsoft« VM Command-line Interpreter\0"
  29.             VALUE "FileVersion", "4.70.1202\0"
  30.             VALUE "InternalName", "JView\0"
  31.             VALUE "LegalCopyright", "Copyright ⌐ Microsoft Corp. 1996-1999\0"
  32.             VALUE "OriginalFilename", "JVIEW.EXE\0"
  33.             VALUE "ProductName", "Microsoft«  Plus!  for  Windows«  95\0"
  34.             VALUE "ProductVersion", "4.70.1202\0"
  35.         END
  36.     END
  37.     BLOCK "VarFileInfo"
  38.     BEGIN
  39.         VALUE "Translation", 0x409, 1252
  40.     END
  41. END
  42.  
  43. #endif    // !_MAC
  44.