]> asedeno.scripts.mit.edu Git - PuTTY_svn.git/commitdiff
Remove mention of ASCIICTLS. It hasn't done anything since r673 in 2000.
authorJacob Nevins <jacobn@chiark.greenend.org.uk>
Wed, 15 Jan 2014 23:46:30 +0000 (23:46 +0000)
committerJacob Nevins <jacobn@chiark.greenend.org.uk>
Wed, 15 Jan 2014 23:46:30 +0000 (23:46 +0000)
git-svn-id: http://svn.tartarus.org/sgt/putty@10113 cda61777-01e9-0310-a592-d414129be87e

Recipe

diff --git a/Recipe b/Recipe
index 1d302b297d431c5c51b0c22dc2c7d44cb5b13f51..0cd8a402c2227650f3bd5f502595ffdecfc06d3f 100644 (file)
--- a/Recipe
+++ b/Recipe
 #      Makes a couple of minor changes so that PuTTY compiles using
 #      MSVC 4. You will also need /DNO_SECURITY and /DNO_MULTIMON.
 #
-#  - RCFL=/DASCIICTLS (Windows only)
-#      Uses ASCII rather than Unicode to specify the tab control in
-#      the resource file. Probably most useful when compiling with
-#      Cygnus/mingw32, whose resource compiler may have less of a
-#      problem with it.
-#
 #  - COMPAT=/DNO_SECUREZEROMEMORY (Windows only)
 #      Disables PuTTY's use of SecureZeroMemory(), which is missing
 #      from some environments' header files.  This is enabled by