1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-01-10 01:48:00 +00:00

r8909 broke the Visual Studio build.

[originally from svn r8910]
[r8909 == c18b150623]
This commit is contained in:
Jacob Nevins 2010-03-25 18:41:27 +00:00
parent c18b150623
commit a626074b26

2
Recipe
View File

@ -171,7 +171,7 @@ version.o: FORCE
# Add VER to Windows resource targets, and force them to be rebuilt every
# time, on the assumption that they will contain version information.
!begin vc vars
CFLAGS = $(CFLAGS) /DHAS_GSSAPI
CFLAGS = $(CFLAGS) /DHAS_GSSAPI /DSECURITY_WIN32
RCFLAGS = $(RCFLAGS) $(VER)
!end
!begin cygwin vars