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