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: 3936979a6819bc73dd21d1ad168191cd8eaa7f57 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
proc winsup_version {} {
    global env
    global rootme
    clone_output "\n[exec grep ^%%% $rootme/../cygwin/cygwin0.dll]\n"
    if { [info exists env(CYGWIN)] } {
        clone_output "CYGWIN=$env(CYGWIN)\n"
    } else {
        clone_output "CYGWIN=\n"
    }
}

proc winsup_exit {} {
}