From: Pat Thoyts Date: Thu, 16 Apr 2009 23:23:44 +0000 (+0000) Subject: fix validate script for non-windows use. X-Git-Url: http://privyetmir.co.uk/gitweb?a=commitdiff_plain;h=50d6fdc18c89f2ada8896ea22c2fd214df582e9b;p=kitgen fix validate script for non-windows use. git-svn-id: svn://svn.equi4.com/kitgen/trunk@4473 9e558909-932a-0410-a563-af77432da1eb --- diff --git a/validate.tcl b/validate.tcl index e931d48..b99233c 100644 --- a/validate.tcl +++ b/validate.tcl @@ -8,7 +8,8 @@ puts "version : Tcl [info patchlevel] $tcl_platform(osVersion) $tcl_platform(machine)" # check packages -set ext {rechan registry dde starkit } +set ext {rechan starkit} +if {$tcl_platform(platform) eq "windows"} { lappend ext registry dde } foreach lib [info loaded] { if {[lindex $lib 1] eq "zlib"} {lappend ext zlib} if {[lindex $lib 1] eq "Mk4tcl"} {lappend ext Mk4tcl}