libbasic.rc
author Jan Vrany <jan.vrany@fit.cvut.cz>
Mon, 18 Mar 2013 17:55:24 +0000
branchjv
changeset 18032 1216c6885589
parent 18030 f9c0c1a66a2a
child 18037 4cf874da38c9
permissions -rw-r--r--
Fix in PeekableStream>>basicFileInNotifying:passChunk: Also catch a 'Parser askForVariableTypeOfUndeclaredQuery' and proceed with nil. Imagine somebody has autodefine workspace variables on and then evaluate Smalltalk loadPackage:'xyz' that loads code from source (using file-in), Certainly we don't want to compile workspace variable access for every not-yet-loaded class in some namespace. This is demonstrated by Regression::CompilerTests2>>test_01 and this change actually fixes this test.

//
// DO NOT EDIT
// automagically generated from the projectDefinition: stx_libbasic.
//
VS_VERSION_INFO VERSIONINFO
  FILEVERSION     6,2,27,27
  PRODUCTVERSION  6,2,3,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 Basic Classes (LIB)\0"
      VALUE "FileVersion", "6.2.27.27\0"
      VALUE "InternalName", "stx:libbasic\0"
      VALUE "LegalCopyright", "Copyright Claus Gittinger 1988-2012\nCopyright eXept Software AG 1998-2012\0"
      VALUE "ProductName", "Smalltalk/X\0"
      VALUE "ProductVersion", "6.2.3.0\0"
      VALUE "ProductDate", "Mon, 18 Mar 2013 17:46:35 GMT\0"
    END

  END

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