analyzer/analyzer.rc
author Jan Vrany <jan.vrany@fit.cvut.cz>
Fri, 03 Oct 2014 02:33:08 +0100
changeset 377 6112a403a52d
parent 376 a2656b27cace
child 378 53d66ecfeb1b
permissions -rw-r--r--
Updated to latest version from Moose repository. Name: PetitParser-JanKurs.250 Author: JanKurs Time: 01-10-2014, 04:44:04 AM UUID: c46eea20-51a0-4deb-8fd5-8cb99810a8b4 Repository: http://smalltalkhub.com/mc/Moose/PetitParser/main Name: PetitTests-JanKurs.60 Author: JanKurs Time: 29-09-2014, 11:48:10 AM UUID: 28fd2e65-c287-4f73-b71e-5b6bb25bebaa Repository: http://smalltalkhub.com/mc/Moose/PetitParser/main
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
223
3bf8c4352044 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     1
//
3bf8c4352044 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     2
// DO NOT EDIT
3bf8c4352044 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     3
// automagically generated from the projectDefinition: stx_goodies_petitparser_analyzer.
3bf8c4352044 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     4
//
3bf8c4352044 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     5
VS_VERSION_INFO VERSIONINFO
376
a2656b27cace Added monticelloName to package definition to ease export to .mcz
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 306
diff changeset
     6
  FILEVERSION     6,2,32767,32767
a2656b27cace Added monticelloName to package definition to ease export to .mcz
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 306
diff changeset
     7
  PRODUCTVERSION  6,2,4,0
223
3bf8c4352044 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     8
#if (__BORLANDC__)
3bf8c4352044 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     9
  FILEFLAGSMASK   VS_FF_DEBUG | VS_FF_PRERELEASE
3bf8c4352044 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    10
  FILEFLAGS       VS_FF_PRERELEASE | VS_FF_SPECIALBUILD
3bf8c4352044 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    11
  FILEOS          VOS_NT_WINDOWS32
3bf8c4352044 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    12
  FILETYPE        VFT_DLL
3bf8c4352044 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    13
  FILESUBTYPE     VS_USER_DEFINED
3bf8c4352044 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    14
#endif
3bf8c4352044 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    15
3bf8c4352044 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    16
BEGIN
3bf8c4352044 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    17
  BLOCK "StringFileInfo"
3bf8c4352044 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    18
  BEGIN
3bf8c4352044 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    19
    BLOCK "040904E4"
3bf8c4352044 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    20
    BEGIN
3bf8c4352044 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    21
      VALUE "CompanyName", "eXept Software AG\0"
3bf8c4352044 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    22
      VALUE "FileDescription", "Smalltalk/X Class library (LIB)\0"
376
a2656b27cace Added monticelloName to package definition to ease export to .mcz
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 306
diff changeset
    23
      VALUE "FileVersion", "6.2.32767.32767\0"
223
3bf8c4352044 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    24
      VALUE "InternalName", "stx:goodies/petitparser/analyzer\0"
3bf8c4352044 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    25
      VALUE "LegalCopyright", "Copyright Claus Gittinger 1988-2014\nCopyright eXept Software AG 1998-2014\0"
3bf8c4352044 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    26
      VALUE "ProductName", "Smalltalk/X\0"
376
a2656b27cace Added monticelloName to package definition to ease export to .mcz
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 306
diff changeset
    27
      VALUE "ProductVersion", "6.2.4.0\0"
377
6112a403a52d Updated to latest version from Moose repository.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 376
diff changeset
    28
      VALUE "ProductDate", "Fri, 03 Oct 2014 01:32:33 GMT\0"
223
3bf8c4352044 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    29
    END
3bf8c4352044 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    30
3bf8c4352044 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    31
  END
3bf8c4352044 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    32
3bf8c4352044 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    33
  BLOCK "VarFileInfo"
3bf8c4352044 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    34
  BEGIN                               //  Language   |    Translation
3bf8c4352044 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    35
    VALUE "Translation", 0x409, 0x4E4 // U.S. English, Windows Multilingual
3bf8c4352044 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    36
  END
3bf8c4352044 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    37
END