home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD2.mdf / c / tools / make / cmake / samples / windows / hw.rc < prev    next >
Encoding:
Text File  |  1991-11-16  |  276 b   |  18 lines

  1. /* hw.rc - Resource-script file for hw.exe */
  2.  
  3. #include <windows.h>
  4. #include "hw.h"
  5.  
  6. HelloWorld ICON hw.ico
  7.  
  8. #include "hw.dlg"
  9. /* CMAKE - INCLUDE END */
  10.  
  11. HWMenu MENU
  12. BEGIN
  13.     POPUP        "&Help"
  14.     BEGIN
  15.         MENUITEM "&About...", IDM_ABOUT
  16.     END
  17. END
  18.