1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-07-02 03:52:49 -05:00

Move definition of SECURITY_WIN32 from makefiles into source.

This makes it easier for people to recompile the source in other
contexts or other makefiles.
This commit is contained in:
Simon Tatham
2014-11-01 14:44:16 +00:00
parent 32adc1a79d
commit 04caa872fe
4 changed files with 5 additions and 6 deletions

5
Recipe
View File

@ -131,10 +131,7 @@
# Additional text added verbatim to each individual Makefile.
!begin vc vars
CFLAGS = $(CFLAGS) /DHAS_GSSAPI /DSECURITY_WIN32
!end
!begin cygwin vars
CFLAGS += -DSECURITY_WIN32
CFLAGS = $(CFLAGS) /DHAS_GSSAPI
!end
# `make install' target for Unix.