smallsense.rc
author Jan Vrany <jan.vrany@fit.cvut.cz>
Sat, 14 Jun 2014 00:35:03 +0100
changeset 238 d5a32e41181f
parent 234 97857872ee47
child 249 8bc64027b189
child 343 b3d22e8c0a05
permissions -rw-r--r--
Fixes for token matcher: correctly (re)set position backwards. Support position (re)set even in cases there are not enough tokens in token cache. This is done by remembering both token position and source position in the underlaying character stream. If position is outside cached token range, clear token cache buffer and set source's stream character position.

//
// DO NOT EDIT
// automagically generated from the projectDefinition: jv_smallsense.
//
VS_VERSION_INFO VERSIONINFO
  FILEVERSION     6,2,32767,32767
  PRODUCTVERSION  6,2,4,0
#if (__BORLANDC__)
  FILEFLAGSMASK   VS_FF_DEBUG | VS_FF_PRERELEASE
  FILEFLAGS       VS_FF_PRERELEASE | VS_FF_SPECIALBUILD
  FILEOS          VOS_NT_WINDOWS32
  FILETYPE        VFT_DLL
  FILESUBTYPE     VS_USER_DEFINED
#endif

BEGIN
  BLOCK "StringFileInfo"
  BEGIN
    BLOCK "040904E4"
    BEGIN
      VALUE "CompanyName", "eXept Software AG\0"
      VALUE "FileDescription", "Smalltalk/X Class library (LIB)\0"
      VALUE "FileVersion", "6.2.32767.32767\0"
      VALUE "InternalName", "jv:smallsense\0"
      VALUE "LegalCopyright", "Copyright Claus Gittinger 1988-2011\nCopyright eXept Software AG 1998-2011\0"
      VALUE "ProductName", "Smalltalk/X\0"
      VALUE "ProductVersion", "6.2.4.0\0"
      VALUE "ProductDate", "Fri, 13 Jun 2014 23:27:23 GMT\0"
    END

  END

  BLOCK "VarFileInfo"
  BEGIN                               //  Language   |    Translation
    VALUE "Translation", 0x409, 0x4E4 // U.S. English, Windows Multilingual
  END
END