Diff

Differences From Artifact [610ea73aa0]:

To Artifact [1f8fbf8b3b]:


1

2
3
4
5
6
7
8

1
2
3
4
5
6
7
8
-
+







#! /bin/bash
#! /usr/bin/env bash

if [ "${KITTARGET}" != "kitdll" ]; then
	exit 0
fi

## DllMain is needed when building KitDLL
for filetopatch in win/tclWin32Dll.c win/tclWinInit.c; do