pterm.rc 320 B

12345678910111213141516
  1. #include "rcstuff.h"
  2. #include "putty-rc.h"
  3. #define APPNAME "pterm"
  4. #define APPDESC "PuTTY-style wrapper for Windows command prompts"
  5. IDI_MAINICON ICON "pterm.ico"
  6. IDI_CFGICON ICON "ptermcfg.ico"
  7. #include "help.rc2"
  8. #include "putty-common.rc2"
  9. #ifndef NO_MANIFESTS
  10. 1 RT_MANIFEST "putty.mft"
  11. #endif /* NO_MANIFESTS */