home *** CD-ROM | disk | FTP | other *** search
/ Power GUI Programming with VisualAge C++ / powergui.iso / powergui / profile / advprof / profile.rc < prev    next >
Encoding:
Text File  |  1996-10-29  |  688 b   |  29 lines

  1. /************************************************************
  2. / GUI Profile Viewer Example
  3. /
  4. / Copyright (C) 1994, Law, Leong, Love, Olson, Tsuji.
  5. / Copyright (c) 1997 John Wiley & Sons, Inc. 
  6. / All Rights Reserved.
  7. ************************************************************/
  8. #include "profview.h"
  9.  
  10. #ifdef IC_PM /* OS/2 resources */
  11. ICON    INI_ICON_ID .\os2\ini.ico
  12. ICON    APP_ICON_ID .\os2\app.ico
  13. ICON    KEY_ICON_ID .\os2\key.ico
  14.  
  15. ASSOCTABLE 100
  16.   BEGIN
  17.     "OS/2 Profile", "*.INI", ".\\os2\\ini.ico"
  18.   END
  19.  
  20. #else  /* Windows resources */
  21. INI_ICON_ID ICON    .\win\ini.ico
  22. APP_ICON_ID ICON    .\win\app.ico
  23. KEY_ICON_ID ICON    .\win\key.ico
  24.  
  25.  
  26. #endif
  27.  
  28.  
  29.