From 16e4a02c794d61137b2f175e958d274eb464656b Mon Sep 17 00:00:00 2001 From: Nick White Date: Wed, 3 Nov 2021 13:42:37 +0000 Subject: Simplify windows build instructions and package up all windows dependencies into a tarball --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 90d1241..c659ba6 100644 --- a/Makefile +++ b/Makefile @@ -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 -- cgit v1.2.3