Leaked source code of windows server 2003
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

  1. !if $(386)
  2. $(O)\$(TARGETNAME).lib : $(O)\trnsctrl.org
  3. $(O)\trnsctrl.org : $(O)\trnsctrl.obj
  4. copy $** $@
  5. sxgen /verbose /in:$@ /out:$** \
  6. ?CatchGuardHandler@@YA?AW4_EXCEPTION_DISPOSITION@@PAUEHExceptionRecord@@PAUCatchGuardRN@@PAX2@Z \
  7. ?TranslatorGuardHandler@@YA?AW4_EXCEPTION_DISPOSITION@@PAUEHExceptionRecord@@PAUTranslatorGuardRN@@PAX2@Z
  8. touch $@
  9. !endif