Diff

Differences From Artifact [a32606647f]:

To Artifact [2fde7eb327]:


     1      1   #! /bin/bash
     2      2   
     3         -if [ "${KITTARGET}" != "kitdll" ]; then
     4         -	exit 0
     5         -fi
     6         -
     7         -if [ "${KITCREATOR_STATIC_KITDLL}" != '1' ]; then
     8         -	exit 0
     9         -fi
    10         -
    11         -# For a static KitDLL we are linking directly to the object
    12         -# so there is nothing external.
    13      3   sed 's/define EXTERN .*/define EXTERN/' generic/tcl.h > generic/tcl.h.new
    14      4   cat generic/tcl.h.new > generic/tcl.h
    15      5   rm -f generic/tcl.h.new