diff options
author | hobbs <hobbs> | 2000-09-29 01:12:34 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2000-09-29 01:12:34 (GMT) |
commit | 1f7eb28cc9b1d9e182532b419a700dc16d80c59e (patch) | |
tree | 294ad619fd54dd9057f8a950129fe18ad55b3d53 /tools/tcl.wse.in | |
parent | 2b5867cf5037ab6d12b243adf9a162c045f8a645 (diff) | |
download | tcl-1f7eb28cc9b1d9e182532b419a700dc16d80c59e.zip tcl-1f7eb28cc9b1d9e182532b419a700dc16d80c59e.tar.gz tcl-1f7eb28cc9b1d9e182532b419a700dc16d80c59e.tar.bz2 |
* tools/tcl.wse.in: added tclPlatDecls.h and tkPlatDecls.h to the
Windows .exe install.
Diffstat (limited to 'tools/tcl.wse.in')
-rw-r--r-- | tools/tcl.wse.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tools/tcl.wse.in b/tools/tcl.wse.in index c291c91..c26be37 100644 --- a/tools/tcl.wse.in +++ b/tools/tcl.wse.in @@ -1030,6 +1030,11 @@ item: Install File Flags=0000000000000010 end item: Install File + Source=${__TKBASEDIR__}\generic\tkPlatDecls.h + Destination=%MAINDIR%\include\tkPlatDecls.h + Flags=0000000000000010 +end +item: Install File Source=${__TKBASEDIR__}\generic\tkIntXlibDecls.h Destination=%MAINDIR%\include\tkIntXlibDecls.h Flags=0000000000000010 @@ -1044,6 +1049,11 @@ item: Install File Destination=%MAINDIR%\include\tclDecls.h Flags=0000000000000010 end +item: Install File + Source=${__TCLBASEDIR__}\generic\tclPlatDecls.h + Destination=%MAINDIR%\include\tclPlatDecls.h + Flags=0000000000000010 +end item: End Block end item: If/While Statement |