Welcome to mirror list, hosted at ThFree Co, Russian Federation.

default.exp « config « testsuite « winsup - cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5bbaf8d1ff11bcb82b755efac54116fcf589c76c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
proc winsup_version {} {
    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"
    }
}

proc winsup_exit {} {
}