diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2016-07-02 18:21:29 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2016-07-02 18:21:29 -0700 |
commit | 90606af80e09cf38a61ec5e6bc4411581e03500a (patch) | |
tree | 249b77638a9f78d58ceddcce86b5ce395f975e4a /inst.nsi | |
parent | 13a85cccce2b5b7487c3fb4bb5b3fc55c393b754 (diff) | |
download | txr-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.
Diffstat (limited to 'inst.nsi')
-rw-r--r-- | inst.nsi | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |