home *** CD-ROM | disk | FTP | other *** search
/ Borland Programmer's Resource / Borland_Programmers_Resource_CD_1995.iso / fonts / cw_src / install / install.rc < prev    next >
Encoding:
Text File  |  1995-05-19  |  190 b   |  12 lines

  1. #include "c:\windev\include\windows.h"
  2. #include "cwinst.h"
  3.  
  4. CwInst    ICON "cwinst.ico"
  5.  
  6. CwInst MENU
  7. {
  8.     MENUITEM "&Go!"  1001
  9.     MENUITEM "&Options!" 1002
  10. }
  11.  
  12. rcinclude cwinst.dlg