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:
authorSean Kaim <sean.kaim@gmail.com>2017-04-14 23:39:58 +0300
committerSean Kaim <sean.kaim@gmail.com>2017-04-14 23:39:58 +0300
commit33759dc0bbb9e91b0529b97be92dbc78827514f6 (patch)
tree26a0b15675da7ccd324d19d8f8c469b236552eda /BUILDSCR.CV
parentb8e13e10a09e6e1170cd6b5f1d2f19e775997970 (diff)
merge upstream 0.68 tag
https://git.tartarus.org/?p=simon/putty.git;a=commit;h=23fbc4f56b04ca5d387c16720caa05ddf2d63e2f
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 d2df1535..a888e248 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.cyg CC=winegcc RC=wrc XFLAGS=-DCOVERITY
+ in putty/windows do cov-build --dir ../cov-int make -f Makefile.mgw CC=winegcc RC=wrc XFLAGS=-DCOVERITY
in putty do tar czvf cov-int.tar.gz cov-int
return putty/cov-int.tar.gz
enddelegate