4
0
mirror of git://sourceware.org/git/newlib-cygwin.git synced 2025-01-18 12:29:32 +08:00

15 lines
326 B
Plaintext
Raw Normal View History

2000-02-17 19:38:33 +00:00
proc winsup_version {} {
2000-09-03 03:58:18 +00:00
global env
global rootme
puts stderr "root=$rootme"
clone_output "\n[exec grep ^%%% $rootme/../cygwin/new-cygwin1.dll]\n"
if { [info exists env(CYGWIN)] } {
clone_output "CYGWIN=$env(CYGWIN)\n"
} else {
clone_output "CYGWIN=\n"
}
2000-02-17 19:38:33 +00:00
}
proc winsup_exit {} {
}