4
0
mirror of git://sourceware.org/git/newlib-cygwin.git synced 2025-01-17 03:49:46 +08:00

14 lines
291 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
clone_output "\n[exec grep ^%%% $rootme/../cygwin/cygwin0.dll]\n"
2000-09-03 03:58:18 +00:00
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 {} {
}