summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2016-07-02 18:21:29 -0700
committerKaz Kylheku <kaz@kylheku.com>2016-07-02 18:21:29 -0700
commit49a888a013e88a62fb5d2a6e75137a5e600013cc (patch)
tree249b77638a9f78d58ceddcce86b5ce395f975e4a
parent436a3ecd89e8d05fd5a403f8dcd0bc8ae5125b18 (diff)
downloadtxr-49a888a013e88a62fb5d2a6e75137a5e600013cc.tar.gz
txr-49a888a013e88a62fb5d2a6e75137a5e600013cc.tar.bz2
txr-49a888a013e88a62fb5d2a6e75137a5e600013cc.zip
Bundle Cygnal version of Cygwin DLL.
* inst.nsi: Copy cygwin1.dll from win subdirectory rather than c:\cygwin\bin. The cygwin1.dll is placed there prior to generating the installer.
-rw-r--r--inst.nsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/inst.nsi b/inst.nsi
index f89facd7..72aa3d75 100644
--- a/inst.nsi
+++ b/inst.nsi
@@ -47,7 +47,7 @@ section "TXR"
SetOutPath $INSTDIR\txr\bin
File txr.exe
File txr-win.exe
- File c:\cygwin\bin\cygwin1.dll
+ File win\cygwin1.dll
File c:\cygwin\bin\cyggcc_s-1.dll
SetOutPath $INSTDIR\txr\doc
File txr-manpage.html