/**************************************************************************** mymemmgr.rc produced by Borland Resource Workshop *****************************************************************************/ #include #define VERSIONINFO_1 1 VERSIONINFO_1 VERSIONINFO FILEVERSION 1, 0, 0, 2 PRODUCTVERSION 1, 0, 0, 2 { BLOCK "StringFileInfo" { BLOCK "040904E4" { VALUE "CompanyName", "Peter M. Maurer\000" VALUE "FileDescription", "DLL For allocating and freeing memory\000" VALUE "FileVersion", "1.00.002\000\000" VALUE "InternalName", "MYMEMMGR\000" VALUE "LegalCopyright", "Copyright © Peter M. Maurer 1993\000" VALUE "OriginalFilename", "MYMEMMGR.DLL\000" } } BLOCK "VarFileInfo" { VALUE "Translation", 0x409, 1252 } }