summaryrefslogtreecommitdiffstats
path: root/winsup/mingw/samples/seh/jamfile
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 ;