1
0
mirror of https://git.code.sf.net/p/zint/code synced 2025-12-20 03:17:12 +00:00

Rebuild tcl windows build system

This commit is contained in:
Harald Oehlmann
2025-01-21 18:07:19 +01:00
parent 9e7b0290b4
commit 60e1c76858
5 changed files with 52 additions and 17 deletions

View File

@@ -678,7 +678,7 @@ DLLEXPORT int Zint_Init (Tcl_Interp *interp)
Tcl_CallWhenDeleted(interp, InterpCleanupProc, (ClientData)tkFlagPtr);
/*------------------------------------------------------------------------*/
/* FIXME: to unload even on command rename, capture the tolken, put it in */
*/ the client data and use it to delete the command. */
/* the client data and use it to delete the command. */
Tcl_CreateObjCommand(interp, "zint", ZintCmd, (ClientData)tkFlagPtr,
(Tcl_CmdDeleteProc *)NULL);
Tcl_PkgProvide (interp, "zint", version_string);