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.

22 lines
797 B

  1. #
  2. # undname.cxx is built from a source file out on the network!
  3. #
  4. $(OBJDIR)/undname.obj : $(LANGAPI)\undname\undname.cxx \
  5. $(LANGAPI)\undname\undname.hxx
  6. $(CC) $(CFLAGS) $(C_INCLUDES) -Fo$(OBJDIR)\ $(LANGAPI)\undname\undname.cxx
  7. #
  8. # trnsctrl.obj must have sxgen run on it to add .sxdata info
  9. #
  10. !if "$(TARGET_CPU)"=="i386"
  11. $(OBJDIR)\trnsctrl.obj : i386\trnsctrl.cpp
  12. $(CC) $(CFLAGS) $(C_INCLUDES) -Fo$(OBJDIR)\trnsctrl.tmp i386\trnsctrl.cpp
  13. $(SXGEN) /in:$(OBJDIR)\trnsctrl.tmp /out:$(OBJDIR)\trnsctrl.obj \
  14. ?CatchGuardHandler@@YA?AW4_EXCEPTION_DISPOSITION@@PAUEHExceptionRecord@@PAUCatchGuardRN@@PAX2@Z \
  15. ?TranslatorGuardHandler@@YA?AW4_EXCEPTION_DISPOSITION@@PAUEHExceptionRecord@@PAUTranslatorGuardRN@@PAX2@Z
  16. -del $(OBJDIR)\trnsctrl.tmp
  17. !endif
  18. #<eof>