diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2018-04-10 07:06:26 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2018-04-10 07:06:26 -0700 |
commit | 7e5d33e17bde61dbc46ed262e58e4e0611137456 (patch) | |
tree | 52fbf9b4e7e184cdd1a93eb8b59fdbb7f54e7205 | |
parent | 95f90cee10b1af9285c1e3bf0cce31b717733ca1 (diff) | |
download | txr-7e5d33e17bde61dbc46ed262e58e4e0611137456.tar.gz txr-7e5d33e17bde61dbc46ed262e58e4e0611137456.tar.bz2 txr-7e5d33e17bde61dbc46ed262e58e4e0611137456.zip |
Windows: package .tlo files.
* inst.nsi (section "TXR"): Add File command to package up
the compiled .tlo files.
-rw-r--r-- | inst.nsi | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |