js/jsd/jsd1640.rc

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/js/jsd/jsd1640.rc	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,67 @@
     1.4 +/* -*- Mode: C; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
     1.5 +/* This Source Code Form is subject to the terms of the Mozilla Public
     1.6 + * License, v. 2.0. If a copy of the MPL was not distributed with this
     1.7 + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
     1.8 +
     1.9 +
    1.10 +
    1.11 +/////////////////////////////////////////////////////////////////////////////
    1.12 +
    1.13 +// Version stamp for this .DLL
    1.14 +
    1.15 +#include <windows.h>
    1.16 +
    1.17 +#include <ver.h>
    1.18 +
    1.19 +
    1.20 +
    1.21 +VS_VERSION_INFO     VERSIONINFO
    1.22 +
    1.23 +  FILEVERSION       4 // major, minor, release (alpha 1), build #
    1.24 +
    1.25 +  PRODUCTVERSION    4
    1.26 +
    1.27 +  FILEFLAGSMASK     0
    1.28 +
    1.29 +  FILEFLAGS         0 // final version
    1.30 +
    1.31 +  FILEOS            VOS_DOS_WINDOWS16
    1.32 +
    1.33 +  FILETYPE          VFT_DLL
    1.34 +
    1.35 +  FILESUBTYPE       0   // not used
    1.36 +
    1.37 +BEGIN
    1.38 +
    1.39 +    BLOCK "StringFileInfo"
    1.40 +
    1.41 +    BEGIN
    1.42 +
    1.43 +        BLOCK "040904E4" // Lang=US English, CharSet=Windows Multilingual
    1.44 +
    1.45 +        BEGIN
    1.46 +
    1.47 +            VALUE "CompanyName",     "Netscape Communications Corporation\0"
    1.48 +
    1.49 +            VALUE "FileDescription", "Netscape 16-bit JavaScript Debugger Module\0"
    1.50 +
    1.51 +            VALUE "FileVersion",     "4.0\0"
    1.52 +
    1.53 +            VALUE "InternalName",    "JSD1640\0"
    1.54 +
    1.55 +            VALUE "LegalCopyright",  "Copyright Netscape Communications. 1994-96\0"
    1.56 +
    1.57 +            VALUE "LegalTrademarks", "Netscape, Mozilla\0"
    1.58 +
    1.59 +            VALUE "OriginalFilename","JSD1640.DLL\0"
    1.60 +
    1.61 +            VALUE "ProductName",     "NETSCAPE\0"
    1.62 +
    1.63 +            VALUE "ProductVersion",  "4.0\0"
    1.64 +
    1.65 +        END
    1.66 +
    1.67 +    END
    1.68 +
    1.69 +END
    1.70 +

mercurial