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.

18 lines
466 B

  1. #
  2. # Static library for supporting the new compiler in legacy DDK environments
  3. #
  4. TARGETPATH = obj
  5. TARGETTYPE = LIBRARY
  6. TARGETNAME = sehupd
  7. INCLUDES = ..\h;..\..\h;..\$(TARGET_DIRECTORY);$(PROJECT_ROOT)\ntos\inc
  8. SOURCES =
  9. C_DEFINES = $(C_DEFINES) -D_CRTBLD
  10. i386_SOURCES= \
  11. ..\i386\loadcfg.c \
  12. ..\i386\seccook.c \
  13. ..\i386\sehprolg.asm
  14. BUFFER_OVERFLOW_CHECKS=0
  15. PASS1_PUBLISH={$(O)\sehupd.lib=$(DDK_LIB_PATH)\legacy\sehupd.lib}