home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / sdk / com / inole2 / chap09 / linksrc / linksrc.rc < prev    next >
C/C++ Source or Header  |  1996-05-13  |  650b  |  29 lines

  1. /*
  2.  * LINKSRC.RC
  3.  * Link Source Server Chapter 9
  4.  *
  5.  * Resource definitions for Link Source server.
  6.  *
  7.  * Copyright (c)1993-1995 Microsoft Corporation, All Rights Reserved
  8.  *
  9.  * Kraig Brockschmidt, Microsoft
  10.  * Internet  :  kraigb@microsoft.com
  11.  * Compuserve:  >INTERNET:kraigb@microsoft.com
  12.  */
  13.  
  14. #define RPC_NO_WINDOWS_H
  15. #include "linksrc.h"
  16.  
  17. Icon    ICON    linksrc.ico
  18.  
  19.  
  20. IDR_MENU MENU MOVEABLE DISCARDABLE
  21.     BEGIN
  22.      POPUP "&File"
  23.       BEGIN
  24.        MENUITEM "&Create GOOP.LKS",             IDM_FILECREATEGOOP
  25.        MENUITEM SEPARATOR
  26.        MENUITEM "&Exit",                        IDM_FILEEXIT
  27.       END
  28.     END
  29.