7 lines
150 B
Plaintext
7 lines
150 B
Plaintext
|
|
||
|
# We are using SEH EH.
|
||
|
EH_MODEL = seh
|
||
|
|
||
|
# Use SEH exception handling.
|
||
|
LIB2ADDEH = $(srcdir)/unwind-seh.c $(srcdir)/unwind-sjlj.c $(srcdir)/unwind-c.c
|