2000-02-18 03:38:33 +08:00
|
|
|
proc winsup_version {} {
|
2000-09-03 11:58:18 +08:00
|
|
|
global env
|
|
|
|
global rootme
|
2003-03-10 01:03:05 +08:00
|
|
|
clone_output "\n[exec grep ^%%% $rootme/../cygwin/cygwin0.dll]\n"
|
2000-09-03 11:58:18 +08:00
|
|
|
if { [info exists env(CYGWIN)] } {
|
|
|
|
clone_output "CYGWIN=$env(CYGWIN)\n"
|
|
|
|
} else {
|
|
|
|
clone_output "CYGWIN=\n"
|
|
|
|
}
|
2000-02-18 03:38:33 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
proc winsup_exit {} {
|
|
|
|
}
|