mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-01-25 01:02:24 +00:00
Typos in Borland Makefile pointed out by Arnaud Desitter
[originally from svn r4256]
This commit is contained in:
parent
be5133f376
commit
847f86892d
2
Recipe
2
Recipe
@ -119,7 +119,7 @@ FORCE:
|
||||
!begin borland
|
||||
version.obj: FORCE
|
||||
FORCE:
|
||||
bcc32 $(FWHACK) $(VER) $(CFLAGS) /c version.obj
|
||||
bcc32 $(FWHACK) $(VER) $(CFLAGS) /c version.c
|
||||
!end
|
||||
!begin lcc
|
||||
version.o: FORCE
|
||||
|
@ -446,7 +446,7 @@ if (defined $makefiles{'borland'}) {
|
||||
&splitline("\tbcc32 -w-aus -w-ccc -w-par -w-pia \$(COMPAT) \$(FWHACK)".
|
||||
" \$(XFLAGS) \$(CFLAGS) ".
|
||||
(join " ", map {"-I$dirpfx$_"} @srcdirs) .
|
||||
"/c \$*.c",69)."\n".
|
||||
" /c \$*.c",69)."\n".
|
||||
".rc.res:\n".
|
||||
&splitline("\tbrcc32 \$(FWHACK) \$(RCFL) -i \$(BCB)\\include -r".
|
||||
" -DNO_WINRESRC_H -DWIN32 -D_WIN32 -DWINVER=0x0401 \$*.rc",69)."\n".
|
||||
|
Loading…
Reference in New Issue
Block a user