summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2018-04-10 07:06:26 -0700
committerKaz Kylheku <kaz@kylheku.com>2018-04-10 07:06:26 -0700
commit043fe2488a8256b1324526d19949dbb8042e30a1 (patch)
tree52fbf9b4e7e184cdd1a93eb8b59fdbb7f54e7205
parent9fdcdb3e6fa4529f6b68f93f9c7b780502243463 (diff)
downloadtxr-043fe2488a8256b1324526d19949dbb8042e30a1.tar.gz
txr-043fe2488a8256b1324526d19949dbb8042e30a1.tar.bz2
txr-043fe2488a8256b1324526d19949dbb8042e30a1.zip
Windows: package .tlo files.
* inst.nsi (section "TXR"): Add File command to package up the compiled .tlo files.
-rw-r--r--inst.nsi1
1 files changed, 1 insertions, 0 deletions
diff --git a/inst.nsi b/inst.nsi
index 3d8e8cb3..8ed9b8ba 100644
--- a/inst.nsi
+++ b/inst.nsi
@@ -59,6 +59,7 @@ section "TXR"
SetOutPath $INSTDIR\txr\share\txr\stdlib
File share\txr\stdlib\*.txr
File share\txr\stdlib\*.tl
+ File share\txr\stdlib\*.tlo
Delete /REBOOTOK $INSTDIR\txr\bin\sh.exe
RmDir /r /REBOOTOK $INSTDIR\txr\share\man
WriteUninstaller $INSTDIR\txr\uninstall.exe