Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mRemoteNG/PuTTYNG.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkmscode <kmscode@users.noreply.github.com>2021-07-03 16:51:10 +0300
committerkmscode <kmscode@users.noreply.github.com>2021-07-03 16:51:10 +0300
commit1b6701c760c21673e37013cfe3f065944489283e (patch)
treed69bdba7824a4ea1de1c5fb5798c183eb70f5323 /BUILDSCR.CV
parent445a934bb702450f6bb63824eb2b387511271749 (diff)
PuTTY 0.75 from upstream
Diffstat (limited to 'BUILDSCR.CV')
-rw-r--r--BUILDSCR.CV2
1 files changed, 1 insertions, 1 deletions
diff --git a/BUILDSCR.CV b/BUILDSCR.CV
index a888e248..fab61dc0 100644
--- a/BUILDSCR.CV
+++ b/BUILDSCR.CV
@@ -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
+ 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