14 lines
238 B
Plaintext
14 lines
238 B
Plaintext
|
|
||
|
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 ;
|
||
|
|