mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-01-09 01:18:00 +00:00
27a09093e4
Now they're done by putty.rc and puttytel.rc, before including putty-common.rc2. So another user of putty-common.rc2 can disagree on what icons to use.
16 lines
311 B
Plaintext
16 lines
311 B
Plaintext
#include "rcstuff.h"
|
|
#include "putty-rc.h"
|
|
|
|
#define APPNAME "PuTTY"
|
|
#define APPDESC "SSH, Telnet, Rlogin, and SUPDUP client"
|
|
|
|
IDI_MAINICON ICON "putty.ico"
|
|
IDI_CFGICON ICON "puttycfg.ico"
|
|
|
|
#include "help.rc2"
|
|
#include "putty-common.rc2"
|
|
|
|
#ifndef NO_MANIFESTS
|
|
1 RT_MANIFEST "putty.mft"
|
|
#endif /* NO_MANIFESTS */
|