aboutsummaryrefslogtreecommitdiffstats
path: root/build-aux/speedo/w32/exdll.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-04-26speedo: Update NSIS helper DLL from Gpg4winWerner Koch1-117/+142
* build-aux/speedo/w32/inst.nsi: Re-enable run-once check. * build-aux/speedo/w32/exdll.c: New. * build-aux/speedo.mk (g4wihelp.dll): Change build commands. -- GnuPG-bug-id: 6448
2016-10-27Fix typos.Justus Winter1-1/+1
-- Signed-off-by: Justus Winter <[email protected]>
2014-06-10speedo: Revamped speedo and include a w32 installer.Werner Koch1-0/+151
* build-aux/speedo/: New. * build-aux/speedo/w32/: New. -- The new installer uses some code from Gpg4win but is much smaller and easier to maintain. To build an installer, unpack GnuPG and then run make -f build-aux/speedo.mk TARBALLS=~/mytarballs installer ~/mytarballs is a directory with tarballs of external libraries. See speedo.mk for a list of them. WARNING: The installed W32 version does not correctly work right now.