mirror of https://github.com/tongzx/nt5src
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
14 lines
343 B
TARGETPATH = obj
|
|
TARGETTYPE = LIBRARY
|
|
TARGETNAME = sehupd
|
|
INCLUDES = ..\h;..\..\h;..\$(TARGET_DIRECTORY);$(PROJECT_ROOT)\ntos\inc
|
|
SOURCES =
|
|
C_DEFINES = $(C_DEFINES) -D_CRTBLD
|
|
|
|
i386_SOURCES= \
|
|
..\i386\seccook.c \
|
|
..\i386\sehprolg.asm
|
|
|
|
BUFFER_OVERFLOW_CHECKS=0
|
|
|
|
PASS1_PUBLISH={$(O)\sehupd.lib=$(DDK_LIB_PATH)\legacy\sehupd.lib}
|