From 7627ebb1d6dc912d40dadbc761fc1a316003e7d4 Mon Sep 17 00:00:00 2001 From: Nick White Date: Tue, 8 Nov 2011 23:59:06 +0000 Subject: Update starpack build rule --- Makefile | 2 +- config.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 4710acf..e64a509 100644 --- a/Makefile +++ b/Makefile @@ -35,7 +35,7 @@ getxbookgui.exe: getxbookgui.tcl @echo STARPACK $@ @sdx qwrap getxbookgui.tcl @sdx unwrap getxbookgui.kit - @sdx wrap $@ -runtime $(TCLKIT) + @sdx wrap $@ -runtime $(W32TCLKIT) @rm -r getxbookgui.kit getxbookgui.vfs install: all diff --git a/config.mk b/config.mk index e8d22f8..5981a3b 100644 --- a/config.mk +++ b/config.mk @@ -9,7 +9,7 @@ MANPREFIX = $(PREFIX)/share/man CFLAGS = -ansi -pedantic -Wall -Wextra -Werror -g -D_POSIX_C_SOURCE=200112L \ -DVERSION=\"$(VERSION)\" -TCLKIT = tclkit-8.5.9-win32.upx.exe +W32TCLKIT = tclkit-8.5.9-win32.upx.exe # musl static #CC = musl-gcc -- cgit v1.2.3