mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-01-09 09:27:59 +00:00
8b7458119f
So that it's possible to distinguish the CHMful from the CHMless binary without running it.
12 lines
216 B
Plaintext
12 lines
216 B
Plaintext
#include "rcstuff.h"
|
|
|
|
#define APPNAME "PuTTYtel"
|
|
#define APPDESC "Telnet and Rlogin client"
|
|
|
|
#include "winhelp.rc2"
|
|
#include "win_res.rc2"
|
|
|
|
#ifndef NO_MANIFESTS
|
|
1 RT_MANIFEST "puttytel.mft"
|
|
#endif /* NO_MANIFESTS */
|