Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mRemoteNG/PuTTYNG.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Tatham <anakin@pobox.com>2021-04-23 08:19:05 +0300
committerSimon Tatham <anakin@pobox.com>2021-04-26 20:00:01 +0300
commitf39c51f9a74bdf2b00c4939c02abf12090781446 (patch)
tree9a7ac47e393538828266ad7f385802cea21fb4ed /windows/help.rc2
parentd9f217323e5218bb4b881901255ee46ced3d6777 (diff)
Rename most of the platform source files.
This gets rid of all those annoying 'win', 'ux' and 'gtk' prefixes which made filenames annoying to type and to tab-complete. Also, as with my other recent renaming sprees, I've taken the opportunity to expand and clarify some of the names so that they're not such cryptic abbreviations.
Diffstat (limited to 'windows/help.rc2')
-rw-r--r--windows/help.rc28
1 files changed, 8 insertions, 0 deletions
diff --git a/windows/help.rc2 b/windows/help.rc2
new file mode 100644
index 00000000..16bb41f0
--- /dev/null
+++ b/windows/help.rc2
@@ -0,0 +1,8 @@
+#include "putty-rc.h"
+
+#ifdef EMBEDDED_CHM_FILE
+ID_CUSTOM_CHMFILE TYPE_CUSTOM_CHMFILE EMBEDDED_CHM_FILE
+#define HELPVER " (with embedded help)"
+#else
+#define HELPVER " (without embedded help)"
+#endif