summaryrefslogtreecommitdiffstats
path: root/inst.nsi
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2016-06-27 20:41:26 -0700
committerKaz Kylheku <kaz@kylheku.com>2016-06-27 20:41:26 -0700
commit834e128a6c89dd87008d340f3e0cd60446ca4a0f (patch)
tree68fcb9fb1ccf0486000e9ad3b9bed90e5653b36f /inst.nsi
parent6d390f413981c29c15e6ce8a6faf59cae77246f9 (diff)
downloadtxr-834e128a6c89dd87008d340f3e0cd60446ca4a0f.tar.gz
txr-834e128a6c89dd87008d340f3e0cd60446ca4a0f.tar.bz2
txr-834e128a6c89dd87008d340f3e0cd60446ca4a0f.zip
Re-target Windows installer to Cygwin.
* inst.nsi: New second license page informs about Cygwin. The cygwin1.dll and cyggcc_s-1.dll objects are added to the installer, placed into TXR's installation bin directory.
Diffstat (limited to 'inst.nsi')
-rw-r--r--inst.nsi8
1 files changed, 8 insertions, 0 deletions
diff --git a/inst.nsi b/inst.nsi
index 6d29f652..f89facd7 100644
--- a/inst.nsi
+++ b/inst.nsi
@@ -28,6 +28,12 @@ PageEx license
Caption ": Licensing"
PageExEnd
+PageEx license
+ LicenseText "Use and redistribution of this version of TXR also requires agreement with Cygwin's license." "Agree"
+ LicenseData LICENSE-CYG
+ Caption ": Licensing"
+PageExEnd
+
PageEx directory
DirVar $INSTDIR
PageExEnd
@@ -41,6 +47,8 @@ section "TXR"
SetOutPath $INSTDIR\txr\bin
File txr.exe
File txr-win.exe
+ File c:\cygwin\bin\cygwin1.dll
+ File c:\cygwin\bin\cyggcc_s-1.dll
SetOutPath $INSTDIR\txr\doc
File txr-manpage.html
File txr-manpage.pdf