home *** CD-ROM | disk | FTP | other *** search
/ c't freeware shareware 1997 / CT_SW_97.ISO / mac / Software / bild / win95 / t422l1d.exe / _001460_ / EXPORT.RC
Text File  |  1997-03-12  |  2KB  |  59 lines

  1. //------------------------------------------------------------------------------------------------------
  2. // Name       : export.rc
  3. // Date       : 05.03.1997     Author : SM / OK    Language : D
  4. //------------------------------------------------------------------------------------------------------
  5. // This file contains all language-dependent resources definitions of the module EXPORT_.DLL. Together
  6. // with the file EXPORT.C, it is used to build the language library EXPORT.DLL.
  7. // The library file EXPORT.LIB which is created during the compilation of this language DLL must be
  8. // linked to the module's main DLL in order to have access to the texts and resources defined here.
  9. //------------------------------------------------------------------------------------------------------
  10.  
  11. #include        "windows.h"
  12. #include        "..\dialog.h"           // Control ID definitions. You may either use these definitions
  13.                                         // or create your own ones.
  14.  
  15. //------------------------------------------------------------------------------------------------------
  16.  
  17. VS_VERSION_INFO VERSIONINFO
  18.  
  19. FILEVERSION     1,0,0,1
  20. PRODUCTVERSION  1,0,0,1
  21. FILEFLAGSMASK   0x3fL
  22.  
  23. #ifdef _DEBUG
  24.     FILEFLAGS   0x1L
  25. #else
  26.     FILEFLAGS   0x0L
  27. #endif
  28.  
  29. FILEOS          0x40004L
  30. FILETYPE        0x2L
  31. FILESUBTYPE     0x0L
  32.  
  33. BEGIN
  34.     BLOCK "StringFileInfo"
  35.     BEGIN
  36.         BLOCK "040704e4"
  37.         BEGIN
  38.             VALUE "CompanyName",      "TommySoftwareÆ\0"
  39.             VALUE "FileDescription",  "Sample Export Filter\0"
  40.             VALUE "FileVersion",      "1.10\0"
  41.             VALUE "InternalName",     "\0"
  42.             VALUE "LegalCopyright",   "Copyright 1997 TommySoftwareÆ\0"
  43.             VALUE "OriginalFilename", "EXPORT.DLL\0"
  44.             VALUE "ProductName",      "TommySoftwareÆ Sample Export Filter (32bit)\0"
  45.             VALUE "ProductVersion",   "1.10\0"
  46.         END
  47.     END
  48.     BLOCK "VarFileInfo"
  49.     BEGIN
  50.         VALUE "Translation", 0x407, 1252
  51.     END
  52. END
  53.  
  54. //------------------------------------------------------------------------------------------------------
  55.  
  56. IDB_COMMAND     BITMAP  "..\\command.bmp"
  57.  
  58. //------------------------------------------------------------------------------------------------------
  59.