benchmarks/stx_libjava_benchmarksWINrc.rc
author Jan Vrany <jan.vrany@labware.com>
Sun, 09 Aug 2020 13:00:09 +0100
changeset 4004 794e6f425fa8
parent 3625 ad5f53826f0e
permissions -rw-r--r--
Merge
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
3625
ad5f53826f0e Issue #93 [1/3]: Added 2 simple benchmarks to measure performance of class loading
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
     1
//
ad5f53826f0e Issue #93 [1/3]: Added 2 simple benchmarks to measure performance of class loading
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
     2
// DO NOT EDIT
ad5f53826f0e Issue #93 [1/3]: Added 2 simple benchmarks to measure performance of class loading
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
     3
// automagically generated from the projectDefinition: stx_libjava_benchmarks.
ad5f53826f0e Issue #93 [1/3]: Added 2 simple benchmarks to measure performance of class loading
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
     4
//
ad5f53826f0e Issue #93 [1/3]: Added 2 simple benchmarks to measure performance of class loading
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
     5
VS_VERSION_INFO VERSIONINFO
ad5f53826f0e Issue #93 [1/3]: Added 2 simple benchmarks to measure performance of class loading
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
     6
  FILEVERSION     6,2,32767,32767
ad5f53826f0e Issue #93 [1/3]: Added 2 simple benchmarks to measure performance of class loading
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
     7
  PRODUCTVERSION  6,2,6,0
ad5f53826f0e Issue #93 [1/3]: Added 2 simple benchmarks to measure performance of class loading
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
     8
#if (__BORLANDC__)
ad5f53826f0e Issue #93 [1/3]: Added 2 simple benchmarks to measure performance of class loading
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
     9
  FILEFLAGSMASK   VS_FF_DEBUG | VS_FF_PRERELEASE
ad5f53826f0e Issue #93 [1/3]: Added 2 simple benchmarks to measure performance of class loading
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    10
  FILEFLAGS       VS_FF_PRERELEASE | VS_FF_SPECIALBUILD
ad5f53826f0e Issue #93 [1/3]: Added 2 simple benchmarks to measure performance of class loading
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    11
  FILEOS          VOS_NT_WINDOWS32
ad5f53826f0e Issue #93 [1/3]: Added 2 simple benchmarks to measure performance of class loading
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    12
  FILETYPE        VFT_DLL
ad5f53826f0e Issue #93 [1/3]: Added 2 simple benchmarks to measure performance of class loading
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    13
  FILESUBTYPE     VS_USER_DEFINED
ad5f53826f0e Issue #93 [1/3]: Added 2 simple benchmarks to measure performance of class loading
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    14
#endif
ad5f53826f0e Issue #93 [1/3]: Added 2 simple benchmarks to measure performance of class loading
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    15
ad5f53826f0e Issue #93 [1/3]: Added 2 simple benchmarks to measure performance of class loading
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    16
BEGIN
ad5f53826f0e Issue #93 [1/3]: Added 2 simple benchmarks to measure performance of class loading
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    17
  BLOCK "StringFileInfo"
ad5f53826f0e Issue #93 [1/3]: Added 2 simple benchmarks to measure performance of class loading
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    18
  BEGIN
ad5f53826f0e Issue #93 [1/3]: Added 2 simple benchmarks to measure performance of class loading
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    19
    BLOCK "040904E4"
ad5f53826f0e Issue #93 [1/3]: Added 2 simple benchmarks to measure performance of class loading
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    20
    BEGIN
ad5f53826f0e Issue #93 [1/3]: Added 2 simple benchmarks to measure performance of class loading
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    21
      VALUE "CompanyName", "eXept Software AG\0"
ad5f53826f0e Issue #93 [1/3]: Added 2 simple benchmarks to measure performance of class loading
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    22
      VALUE "FileDescription", "Smalltalk/X Class library (LIB)\0"
ad5f53826f0e Issue #93 [1/3]: Added 2 simple benchmarks to measure performance of class loading
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    23
      VALUE "FileVersion", "6.2.32767.32767\0"
ad5f53826f0e Issue #93 [1/3]: Added 2 simple benchmarks to measure performance of class loading
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    24
      VALUE "InternalName", "stx:libjava/benchmarks\0"
ad5f53826f0e Issue #93 [1/3]: Added 2 simple benchmarks to measure performance of class loading
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    25
      VALUE "LegalCopyright", "Copyright Claus Gittinger 1988-2012\nCopyright eXept Software AG 1998-2012\0"
ad5f53826f0e Issue #93 [1/3]: Added 2 simple benchmarks to measure performance of class loading
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    26
      VALUE "ProductName", "Smalltalk/X\0"
ad5f53826f0e Issue #93 [1/3]: Added 2 simple benchmarks to measure performance of class loading
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    27
      VALUE "ProductVersion", "6.2.6.0\0"
ad5f53826f0e Issue #93 [1/3]: Added 2 simple benchmarks to measure performance of class loading
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    28
      VALUE "ProductDate", "Tue, 20 Sep 2016 08:39:25 GMT\0"
ad5f53826f0e Issue #93 [1/3]: Added 2 simple benchmarks to measure performance of class loading
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    29
    END
ad5f53826f0e Issue #93 [1/3]: Added 2 simple benchmarks to measure performance of class loading
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    30
ad5f53826f0e Issue #93 [1/3]: Added 2 simple benchmarks to measure performance of class loading
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    31
  END
ad5f53826f0e Issue #93 [1/3]: Added 2 simple benchmarks to measure performance of class loading
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    32
ad5f53826f0e Issue #93 [1/3]: Added 2 simple benchmarks to measure performance of class loading
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    33
  BLOCK "VarFileInfo"
ad5f53826f0e Issue #93 [1/3]: Added 2 simple benchmarks to measure performance of class loading
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    34
  BEGIN                               //  Language   |    Translation
ad5f53826f0e Issue #93 [1/3]: Added 2 simple benchmarks to measure performance of class loading
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    35
    VALUE "Translation", 0x409, 0x4E4 // U.S. English, Windows Multilingual
ad5f53826f0e Issue #93 [1/3]: Added 2 simple benchmarks to measure performance of class loading
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    36
  END
ad5f53826f0e Issue #93 [1/3]: Added 2 simple benchmarks to measure performance of class loading
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    37
END