X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/7ecefce876e59128bd21eb9b3d3c9568968282e5:/windows/win_res.rc..976374cdc06f5adb4217cb816f9bfe928d0809e6:/windows/win_res.rc2 diff --git a/windows/win_res.rc b/windows/win_res.rc2 similarity index 88% rename from windows/win_res.rc rename to windows/win_res.rc2 index c24db046..3b55158c 100644 --- a/windows/win_res.rc +++ b/windows/win_res.rc2 @@ -1,8 +1,14 @@ /* - * Windows resources for PuTTY and PuTTYtel. + * Windows resources shared between PuTTY and PuTTYtel, to be #include'd + * after defining appropriate macros. + * Note that many of these strings mention PuTTY. Due to restrictions in + * VC's handling of string concatenation, this can't easily be fixed. + * It's fixed up at runtime. + * FIXME: This file is called '.rc2' rather than '.rc' to avoid MSVC trying + * to compile it on its own when using the project files. Nicer solutions + * welcome. */ -#include "rcstuff.h" #include "win_res.h" IDI_MAINICON ICON "putty.ico" @@ -83,6 +89,4 @@ BEGIN END -#ifndef NO_MANIFESTS -1 RT_MANIFEST "putty.mft" -#endif /* NO_MANIFESTS */ +#include "version.rc2"