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

proc winsup_exit {} {
}