home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Power-Programmierung
/
CD2.mdf
/
c
/
tools
/
make
/
cmake
/
samples
/
windows
/
hw.rc
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1991-11-16
|
276 b
|
18 lines
/* hw.rc - Resource-script file for hw.exe */
#include <windows.h>
#include "hw.h"
HelloWorld ICON hw.ico
#include "hw.dlg"
/* CMAKE - INCLUDE END */
HWMenu MENU
BEGIN
POPUP "&Help"
BEGIN
MENUITEM "&About...", IDM_ABOUT
END
END