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
commit90606af80e09cf38a61ec5e6bc4411581e03500a (patch)
tree249b77638a9f78d58ceddcce86b5ce395f975e4a
parent13a85cccce2b5b7487c3fb4bb5b3fc55c393b754 (diff)
downloadtxr-90606af80e09cf38a61ec5e6bc4411581e03500a.tar.gz
txr-90606af80e09cf38a61ec5e6bc4411581e03500a.tar.bz2
txr-90606af80e09cf38a61ec5e6bc4411581e03500a.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