libcomp.rc
author Jan Vrany <jan.vrany@labware.com>
Thu, 27 Oct 2022 14:53:59 +0100
branchjv
changeset 4735 3b11fb3ede98
parent 3846 5161425f5533
permissions -rw-r--r--
Allow single underscore as method / block argument and temporaries This commit is a follow up for 38b221e.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1835
e07990c2ad80 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1775
diff changeset
     1
//
2518
5bc3611bb344 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2441
diff changeset
     2
// DO NOT EDIT
1835
e07990c2ad80 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1775
diff changeset
     3
// automagically generated from the projectDefinition: stx_libcomp.
e07990c2ad80 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1775
diff changeset
     4
//
848
6a012071b02a *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     5
VS_VERSION_INFO VERSIONINFO
3846
Claus Gittinger <cg@exept.de>
parents: 3832
diff changeset
     6
  FILEVERSION     6,2,1,78
3526
Claus Gittinger <cg@exept.de>
parents: 3433
diff changeset
     7
  PRODUCTVERSION  6,2,5,0
2774
5394578caff3 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2732
diff changeset
     8
#if (__BORLANDC__)
848
6a012071b02a *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     9
  FILEFLAGSMASK   VS_FF_DEBUG | VS_FF_PRERELEASE
6a012071b02a *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    10
  FILEFLAGS       VS_FF_PRERELEASE | VS_FF_SPECIALBUILD
6a012071b02a *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    11
  FILEOS          VOS_NT_WINDOWS32
6a012071b02a *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    12
  FILETYPE        VFT_DLL
6a012071b02a *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    13
  FILESUBTYPE     VS_USER_DEFINED
2774
5394578caff3 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2732
diff changeset
    14
#endif
848
6a012071b02a *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    15
6a012071b02a *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    16
BEGIN
6a012071b02a *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    17
  BLOCK "StringFileInfo"
6a012071b02a *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    18
  BEGIN
6a012071b02a *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    19
    BLOCK "040904E4"
6a012071b02a *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    20
    BEGIN
6a012071b02a *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    21
      VALUE "CompanyName", "eXept Software AG\0"
2163
ff545a0e9ed8 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2022
diff changeset
    22
      VALUE "FileDescription", "Smalltalk/X Bytecode Compiler (LIB)\0"
3846
Claus Gittinger <cg@exept.de>
parents: 3832
diff changeset
    23
      VALUE "FileVersion", "6.2.1.78\0"
2163
ff545a0e9ed8 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2022
diff changeset
    24
      VALUE "InternalName", "stx:libcomp\0"
3777
a8469162ee6d 2 new query classes
Claus Gittinger <cg@exept.de>
parents: 3526
diff changeset
    25
      VALUE "LegalCopyright", "Copyright Claus Gittinger 1988-2012\nCopyright eXept Software AG 2012\0"
848
6a012071b02a *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    26
      VALUE "ProductName", "Smalltalk/X\0"
3526
Claus Gittinger <cg@exept.de>
parents: 3433
diff changeset
    27
      VALUE "ProductVersion", "6.2.5.0\0"
3846
Claus Gittinger <cg@exept.de>
parents: 3832
diff changeset
    28
      VALUE "ProductDate", "Fri, 06 May 2016 02:59:32 GMT\0"
848
6a012071b02a *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    29
    END
6a012071b02a *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    30
6a012071b02a *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    31
  END
6a012071b02a *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    32
6a012071b02a *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    33
  BLOCK "VarFileInfo"
6a012071b02a *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    34
  BEGIN                               //  Language   |    Translation
6a012071b02a *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    35
    VALUE "Translation", 0x409, 0x4E4 // U.S. English, Windows Multilingual
6a012071b02a *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    36
  END
6a012071b02a *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    37
END