Source code of Windows XP (NT5)
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.

14 lines
343 B

  1. TARGETPATH = obj
  2. TARGETTYPE = LIBRARY
  3. TARGETNAME = sehupd
  4. INCLUDES = ..\h;..\..\h;..\$(TARGET_DIRECTORY);$(PROJECT_ROOT)\ntos\inc
  5. SOURCES =
  6. C_DEFINES = $(C_DEFINES) -D_CRTBLD
  7. i386_SOURCES= \
  8. ..\i386\seccook.c \
  9. ..\i386\sehprolg.asm
  10. BUFFER_OVERFLOW_CHECKS=0
  11. PASS1_PUBLISH={$(O)\sehupd.lib=$(DDK_LIB_PATH)\legacy\sehupd.lib}