mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-03-16 03:53:01 -05:00
Document /DNO_SECURITY compile option.
[originally from svn r1187]
This commit is contained in:
parent
913b9deeec
commit
fb46f1b77d
9
Makefile
9
Makefile
@ -27,6 +27,15 @@
|
|||||||
# <winsock.h>, except Plink which _needs_ WinSock 2 so it already
|
# <winsock.h>, except Plink which _needs_ WinSock 2 so it already
|
||||||
# does this.
|
# does this.
|
||||||
#
|
#
|
||||||
|
# - COMPAT=/DNO_SECURITY
|
||||||
|
# Disables Pageant's use of <aclapi.h>, which is not available
|
||||||
|
# with some development environments. 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).
|
||||||
|
#
|
||||||
# - RCFL=/DASCIICTLS
|
# - RCFL=/DASCIICTLS
|
||||||
# Uses ASCII rather than Unicode to specify the tab control in
|
# Uses ASCII rather than Unicode to specify the tab control in
|
||||||
# the resource file. Probably most useful when compiling with
|
# the resource file. Probably most useful when compiling with
|
||||||
|
Loading…
x
Reference in New Issue
Block a user