mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-07-06 22:12:47 -05:00
Remove #ifdef COVERITY.
Turns out that the precautions against winelib builds failing, which I put in years ago because I was using winelib as a build setup for Coverity testing, are all obsolete. My Coverity build scripts runs fine now without any of them.
This commit is contained in:
@ -25,7 +25,7 @@ enddelegate
|
||||
# Windows scanner for download).
|
||||
delegate covscan32wine
|
||||
in putty do tar xzvf cov-int.tar.gz
|
||||
in putty/windows do cov-build --dir ../cov-int make -f Makefile.mgw CC=winegcc RC=wrc XFLAGS="-DCOVERITY -DNO_SECUREZEROMEMORY -D_FORCE_SOFTWARE_AES"
|
||||
in putty/windows do cov-build --dir ../cov-int make -f Makefile.mgw CC=winegcc RC=wrc
|
||||
in putty do tar czvf cov-int.tar.gz cov-int
|
||||
return putty/cov-int.tar.gz
|
||||
enddelegate
|
||||
|
Reference in New Issue
Block a user