Unverified Commit 6ed7eacc authored by JeremyRand's avatar JeremyRand
Browse files

Bug 27320: Add certutil and signmar to Windows mar-tools

These binaries were already being built but were being discarded.
Since reproducible builds of these tools for Windows are likely to be
useful to some people (even though they're not required for Tor Browser
to operate), it seems like they're worth distributing.

They're placed in the mar-tools zip because that's where they were
already being placed for Linux.
parent 5362bd07
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -201,6 +201,15 @@ cp -p obj-*/dist/host/bin/mbsdiff $MARTOOLS/
      cp -p obj-*/dist/bin/$LIB $MARTOOLS/
  done
[% END %]
[% IF c("var/windows") %]
  cp -p obj-*/modules/libmar/tool/signmar.exe $MARTOOLS/
  cp -p obj-*/security/nss/cmd/certutil/certutil_certutil/certutil.exe $MARTOOLS/
  NSS_LIBS="freebl3.dll mozglue.dll nss3.dll nssdbm3.dll softokn3.dll"
  for LIB in $NSS_LIBS; do
      cp -p obj-*/dist/bin/$LIB $MARTOOLS/
  done
  cp -a $rootdir/msvcr100.dll $MARTOOLS/
[% END %]

cd $distdir