mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-07-02 12:02:47 -05:00
FWHACK has been dead for years. Remove it from the Makefiles.
[originally from svn r5113]
This commit is contained in:
15
Recipe
15
Recipe
@ -32,9 +32,6 @@
|
||||
#
|
||||
# Extra options you can set:
|
||||
#
|
||||
# - FWHACK=/DFWHACK
|
||||
# Enables a hack that tunnels through some firewall proxies.
|
||||
#
|
||||
# - VER=/DSNAPSHOT=1999-01-25
|
||||
# Generates executables whose About box report them as being a
|
||||
# development snapshot.
|
||||
@ -115,25 +112,25 @@
|
||||
# Hack to force version.o to be rebuilt always.
|
||||
!begin vc
|
||||
version.obj: *.c *.h *.rc
|
||||
cl $(FWHACK) $(VER) $(CFLAGS) /c ..\version.c
|
||||
cl $(VER) $(CFLAGS) /c ..\version.c
|
||||
!end
|
||||
!specialobj vc version
|
||||
!begin cygwin
|
||||
version.o: FORCE
|
||||
FORCE:
|
||||
$(CC) $(COMPAT) $(FWHACK) $(XFLAGS) $(CFLAGS) $(VER) -c ../version.c
|
||||
$(CC) $(COMPAT) $(XFLAGS) $(CFLAGS) $(VER) -c ../version.c
|
||||
!end
|
||||
!specialobj cygwin version
|
||||
!begin borland
|
||||
version.obj: FORCE
|
||||
FORCE:
|
||||
bcc32 $(FWHACK) $(VER) $(CFLAGS) /c ..\version.c
|
||||
bcc32 $(VER) $(CFLAGS) /c ..\version.c
|
||||
!end
|
||||
!specialobj borland version
|
||||
!begin lcc
|
||||
version.o: FORCE
|
||||
FORCE:
|
||||
lcc $(FWHACK) $(VER) $(CFLAGS) /c ..\version.c
|
||||
lcc $(VER) $(CFLAGS) /c ..\version.c
|
||||
!end
|
||||
!specialobj lcc version
|
||||
# For Unix, we also need the gross MD5 hack that causes automatic
|
||||
@ -142,9 +139,9 @@ FORCE:
|
||||
version.o: FORCE;
|
||||
FORCE:
|
||||
if test -z "$(VER)" && (cd ..; md5sum -c manifest); then \
|
||||
$(CC) $(COMPAT) $(FWHACK) $(XFLAGS) $(CFLAGS) `cat ../version.def` -c ../version.c; \
|
||||
$(CC) $(COMPAT) $(XFLAGS) $(CFLAGS) `cat ../version.def` -c ../version.c; \
|
||||
else \
|
||||
$(CC) $(COMPAT) $(FWHACK) $(XFLAGS) $(CFLAGS) $(VER) -c ../version.c; \
|
||||
$(CC) $(COMPAT) $(XFLAGS) $(CFLAGS) $(VER) -c ../version.c; \
|
||||
fi
|
||||
!end
|
||||
!specialobj gtk version
|
||||
|
Reference in New Issue
Block a user