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.

31 lines
619 B

  1. !ifdef PASS0ONLY
  2. .SUFFIXES: .c
  3. !endif
  4. theap.c: ..\heap.c ..\heapdbg.c ..\heapdll.c
  5. t.c: ..\handle.c ..\atom.c
  6. !if defined(LINK_TIME_CODE_GENERATION)
  7. $(O)\generr.obj: ..\generr.c
  8. $(C_COMPILER_NAME) ..\generr.c @<<
  9. -Fo$(O)\generr.obj
  10. $(EX_C_COMPILER_FLAGS:/GL=)
  11. <<NOKEEP
  12. !else
  13. $(O)\generr.obj: ..\generr.c
  14. !endif
  15. $(O)\error.h: $(O)\generr.obj
  16. generr $? $@
  17. ..\error.c: $(O)\error.h
  18. !if $(386)
  19. $(O)\$(TARGETNAME).lib : $(O)\xcptmisc.org
  20. $(O)\xcptmisc.org : $(O)\xcptmisc.obj
  21. copy $** $@
  22. sxgen /verbose /in:$@ /out:$** ExceptionHandler@16 UnwindHandler@16
  23. touch $@
  24. !endif