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