diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2022-05-31 02:04:26 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2022-05-31 02:04:26 -0700 |
commit | b35605498a81fef2af4090de92be44a6a0eebc41 (patch) | |
tree | dce106c8ad8d336a7b83faaf4ec86e43992cd250 | |
parent | de2341b8e96d833381b438e29459fdf41da6ee2e (diff) | |
download | txr-b35605498a81fef2af4090de92be44a6a0eebc41.tar.gz txr-b35605498a81fef2af4090de92be44a6a0eebc41.tar.bz2 txr-b35605498a81fef2af4090de92be44a6a0eebc41.zip |
windows: bundle Zlib in installer.
* inst.nsi: pull in cygz.dll.
-rw-r--r-- | inst.nsi | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -49,6 +49,7 @@ section "TXR" File txr.exe File txr-win.exe File win\cygwin1.dll + File c:\cygwin\bin\cygz.dll File c:\cygwin\bin\cyggcc_s-1.dll File c:\cygwin\bin\cygffi-6.dll SetOutPath $INSTDIR\txr\doc |