aboutsummaryrefslogtreecommitdiff
path: root/win/package.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'win/package.tcl')
-rw-r--r--win/package.tcl5
1 files changed, 2 insertions, 3 deletions
diff --git a/win/package.tcl b/win/package.tcl
index fc3e1ff..9b26581 100644
--- a/win/package.tcl
+++ b/win/package.tcl
@@ -35,14 +35,13 @@ if { $todo eq "subst" || $todo eq "" } {
puts "Performing configuration variables substitution..."
set registredFiles {
- { Python/library Zinc.py }
{ . starkit.tcl }
{ win makefile.vc }
{ win Tkzinc.wxs }
}
- set libFile "${package}${major}${minor}.dll"
- set stubLibFile "${package}stub${major}${minor}.dll"
+ set libFile "Tkzinc${major}${minor}.dll"
+ set stubLibFile "Tkzincstub${major}${minor}.dll"
#
# Then substitute all occurences in known files