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