tools/tools.rc
author Jan Vrany <jan.vrany@fit.cvut.cz>
Wed, 04 Feb 2015 07:56:36 +0000
changeset 3370 0d56a220d44c
parent 3336 08a79331ec58
permissions -rw-r--r--
Buildfiles: automatically generate calls to ant from makefile to build Java code (if any) For Smalltalk/X packages that have Java code, java-related tagets are automatically generated. This means, there is no longer need to manually update and maintain #additional(Rules|Targets)_(make_dot_proto|bc_dot_mak). These targets are: * java_compile (chained to normal build) * java_clean (changed to target clean) These rules *will* fail if Java code cannot be compiled for whatever reason. Buildfiles in STX:LIBJAVA has been regenerated

//
// DO NOT EDIT
// automagically generated from the projectDefinition: stx_libjava_tools.
//
VS_VERSION_INFO VERSIONINFO
  FILEVERSION     6,2,32767,32767
  PRODUCTVERSION  6,2,5,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", "stx:libjava/tools\0"
      VALUE "LegalCopyright", "Copyright Claus Gittinger 1988-2011\nCopyright eXept Software AG 1998-2011\0"
      VALUE "ProductName", "Smalltalk/X\0"
      VALUE "ProductVersion", "6.2.5.0\0"
      VALUE "ProductDate", "Wed, 04 Feb 2015 07:49:19 GMT\0"
    END

  END

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