diff options
author | Nick White <git@njw.me.uk> | 2011-11-08 23:59:06 +0000 |
---|---|---|
committer | Nick White <git@njw.me.uk> | 2011-11-08 23:59:06 +0000 |
commit | 7627ebb1d6dc912d40dadbc761fc1a316003e7d4 (patch) | |
tree | d4e43e8aafbf63a1a864d31a1d2db01f2768972e | |
parent | 5ba1b587618ed09c169655f722bd72d9db82343b (diff) |
Update starpack build rule
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | config.mk | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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 @@ -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 |