summaryrefslogtreecommitdiffstats
path: root/inst.nsi
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2016-06-30 23:33:40 -0700
committerKaz Kylheku <kaz@kylheku.com>2016-06-30 23:33:40 -0700
commit13a85cccce2b5b7487c3fb4bb5b3fc55c393b754 (patch)
tree92184afb76458a8a973553fa5e15f8f89f36b26c /inst.nsi
parentc89270cf0d7c7b3f9c99075211a8178aca932f38 (diff)
downloadtxr-13a85cccce2b5b7487c3fb4bb5b3fc55c393b754.tar.gz
txr-13a85cccce2b5b7487c3fb4bb5b3fc55c393b754.tar.bz2
txr-13a85cccce2b5b7487c3fb4bb5b3fc55c393b754.zip
The cmdwrap sh.exe hack is no longer needed.
The Cygnal library uses cmd.exe for popen: problem solved. * Makefile (sh.exe): Target removed. * cmdwrap.c: File removed. * inst.nsi: Do not install sh.exe.
Diffstat (limited to 'inst.nsi')
-rw-r--r--inst.nsi1
1 files changed, 0 insertions, 1 deletions
diff --git a/inst.nsi b/inst.nsi
index 41a9691d..f89facd7 100644
--- a/inst.nsi
+++ b/inst.nsi
@@ -47,7 +47,6 @@ section "TXR"
SetOutPath $INSTDIR\txr\bin
File txr.exe
File txr-win.exe
- File sh.exe
File c:\cygwin\bin\cygwin1.dll
File c:\cygwin\bin\cyggcc_s-1.dll
SetOutPath $INSTDIR\txr\doc