diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2015-02-07 19:25:23 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2015-02-07 19:25:23 -0800 |
commit | cbd2937606577580931b1de05bd18bf10de736ca (patch) | |
tree | 0fc6e2dc181dad1648183336d4446b9c275b1372 /inst.nsi | |
parent | d4ec31236a52767f48b1acff7b5b12987e4054ed (diff) | |
download | txr-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.nsi | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |