From 362995c318bef6ac2ed44a6db7c8f901b121fd83 Mon Sep 17 00:00:00 2001 From: "KJK::Hyperion" Date: Mon, 21 Jun 2004 21:07:29 +0000 Subject: [PATCH] Does ntoskrnl really need its own makefile? svn path=/trunk/; revision=9808 --- reactos/ntoskrnl/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/reactos/ntoskrnl/Makefile b/reactos/ntoskrnl/Makefile index 0af7d653557..f502b63657f 100644 --- a/reactos/ntoskrnl/Makefile +++ b/reactos/ntoskrnl/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.124 2004/06/21 04:12:59 ion Exp $ +# $Id: Makefile,v 1.125 2004/06/21 21:07:29 hyperion Exp $ # # ReactOS Operating System # @@ -52,6 +52,9 @@ endif # require os code to explicitly request A/W version of structs/functions CFLAGS += -D_DISABLE_TIDENTS +# no native setjmp/longjmp in the kernel +CFLAGS += -D_SEH_NO_NATIVE_NLG + CFLAGS += $(STD_CFLAGS) ASFLAGS += $(STD_ASFLAGS) RCFLAGS += $(STD_RCFLAGS)