diff options
author | Nick White <git@njw.name> | 2021-11-03 13:42:37 +0000 |
---|---|---|
committer | Nick White <git@njw.name> | 2021-11-03 13:42:37 +0000 |
commit | 16e4a02c794d61137b2f175e958d274eb464656b (patch) | |
tree | aed704ad366e466c12168651f86e3260dd79a012 /Makefile | |
parent | ba689997defb7be6c912934fe81d97465603415e (diff) |
Simplify windows build instructions and package up all windows dependencies into a tarball
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -89,11 +89,11 @@ getxbookgui.exe: getxbookgui.tcl echo STARPACK $@ sed 's/ icons/ .. icons/' < getxbookgui.tcl > getxbookgui-win.tcl sed -i '/^\tset cmd / i set cmdbin [file join tools $$cmdbin]' getxbookgui-win.tcl - sdx qwrap getxbookgui-win.tcl getxbookgui - sdx unwrap getxbookgui.kit + $(SDX) qwrap getxbookgui-win.tcl getxbookgui + $(SDX) unwrap getxbookgui.kit cp -f getxbook.ico getxbookgui.vfs/tclkit.ico echo 'FileDescription "Book downloader"' > getxbookgui.vfs/tclkit.inf - sdx wrap $@ -runtime $(W32TCLKIT) + $(SDX) wrap $@ -runtime $(W32TCLKIT) rm -r getxbookgui-win.tcl getxbookgui.kit getxbookgui.vfs # needs config.mk set up to use mingw |