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

jamfile « seh « samples « mingw « winsup - cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 72b51b790633622d3912ad06c7a75da624606f1c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13

Dll exutil.dll : exutil.c ;

ImportLib libexutil.a : exutil.def ;

Main sehtest.exe : sehtest.c ;

Main sehfix.exe : sehfix.c ;

Main sehsub.exe : sehsub.c ;

LinkLibraries sehtest.exe sehfix.exe sehsub.exe : libexutil.a ;