summaryrefslogtreecommitdiffstats
path: root/inst.nsi
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2015-02-07 19:25:23 -0800
committerKaz Kylheku <kaz@kylheku.com>2015-02-07 19:25:23 -0800
commitcbd2937606577580931b1de05bd18bf10de736ca (patch)
tree0fc6e2dc181dad1648183336d4446b9c275b1372 /inst.nsi
parentd4ec31236a52767f48b1acff7b5b12987e4054ed (diff)
downloadtxr-cbd2937606577580931b1de05bd18bf10de736ca.tar.gz
txr-cbd2937606577580931b1de05bd18bf10de736ca.tar.bz2
txr-cbd2937606577580931b1de05bd18bf10de736ca.zip
Support txr-win.exe target which has no console window.
* Makefile (EACH_CONF): Iterate over arguments. (opt/txr-win.o, dbg/txr-win.o): New special object files. (opt/%-win.o, dbg/%-win.o): New pattern rule to build special object files. ($(PROG)-win, $(PROG)-win-dbg): New program targets. * inst.nsi: Install txr-win.exe.
Diffstat (limited to 'inst.nsi')
-rw-r--r--inst.nsi1
1 files changed, 1 insertions, 0 deletions
diff --git a/inst.nsi b/inst.nsi
index e774d910..0d2ca082 100644
--- a/inst.nsi
+++ b/inst.nsi
@@ -40,6 +40,7 @@ section "TXR"
SetShellVarContext current
SetOutPath $INSTDIR\txr\bin
File txr.exe
+ File txr-win.exe
SetOutPath $INSTDIR\txr\doc
File txr-manpage.html
File txr-manpage.pdf