You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
389 B
11 lines
389 B
!if $(386)
|
|
$(O)\$(TARGETNAME).lib : $(O)\trnsctrl.org
|
|
|
|
$(O)\trnsctrl.org : $(O)\trnsctrl.obj
|
|
copy $** $@
|
|
sxgen /verbose /in:$@ /out:$** \
|
|
?CatchGuardHandler@@YA?AW4_EXCEPTION_DISPOSITION@@PAUEHExceptionRecord@@PAUCatchGuardRN@@PAX2@Z \
|
|
?TranslatorGuardHandler@@YA?AW4_EXCEPTION_DISPOSITION@@PAUEHExceptionRecord@@PAUTranslatorGuardRN@@PAX2@Z
|
|
touch $@
|
|
|
|
!endif
|