📄 makefile.mpw
字号:
# Makefile for putty under MPW.## This file was created by `mkfiles.pl' from the `Recipe' file.# DO NOT EDIT THIS FILE DIRECTLY; edit Recipe or mkfiles.pl instead.## Extra options you can set:## - FWHACK=-d FWHACK# Enables a hack that tunnels through some firewall proxies.## - VER=-d SNAPSHOT=1999-01-25# Generates executables whose About box report them as being a# development snapshot.## - VER=-d RELEASE=0.43# Generates executables whose About box report them as being a# release version.## - COMPAT=-d AUTO_WINSOCK# Causes PuTTY to assume that <windows.h> includes its own WinSock# header file, so that it won't try to include <winsock.h>.## - COMPAT=-d WINSOCK_TWO# Causes the PuTTY utilities to include <winsock2.h> instead of# <winsock.h>, except Plink which _needs_ WinSock 2 so it already# does this.## - COMPAT=-d NO_SECURITY# Disables Pageant's use of <aclapi.h>, which is not available# with some development environments (such as older versions of# the Cygwin/mingw GNU toolchain). This means that Pageant# won't care about the local user ID of processes accessing it; a# version of Pageant built with this option will therefore refuse# to run under NT-series OSes on security grounds (although it# will run fine on Win95-series OSes where there is no access# control anyway).## - COMPAT=-d NO_MULTIMON# Disables PuTTY's use of <multimon.h>, which is not available# with some development environments. This means that PuTTY's# full-screen mode (configurable to work on Alt-Enter) will# not behave usefully in a multi-monitor environment.## Note that this definition is always enabled in the Cygwin# build, since at the time of writing this <multimon.h> is# known not to be available in Cygwin.## - COMPAT=-d MSVC4# - RCFL=-d MSVC4# Makes a couple of minor changes so that PuTTY compiles using# MSVC 4. You will also need /DNO_SECURITY and /DNO_MULTIMON.## - RCFL=-d ASCIICTLS# 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.## - XFLAGS=-d TELNET_DEFAULT# Causes PuTTY to default to the Telnet protocol (in the absence# of Default Settings and so on to the contrary). Normally PuTTY# will default to SSH.## - XFLAGS=-d DEBUG# Causes PuTTY to enable internal debugging.## - XFLAGS=-d MALLOC_LOG# Causes PuTTY to emit a file called putty_mem.log, logging every# memory allocation and free, so you can track memory leaks.## - XFLAGS=-d MINEFIELD# Causes PuTTY to use a custom memory allocator, similar in# concept to Electric Fence, in place of regular malloc(). Wastes# huge amounts of RAM, but should cause heap-corruption bugs to# show up as GPFs at the point of failure rather than appearing# later on as second-level damage.#ROptions = `Echo "{VER}" | StreamEdit -e "1,$ replace /=(
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -