From f54139ad6eec960165ad24bbe69d4e905ac7ba45 Mon Sep 17 00:00:00 2001 From: Eric Kohl Date: Sun, 7 Sep 2003 11:17:51 +0000 Subject: [PATCH] Do not link against ntdll. svn path=/trunk/; revision=6005 --- reactos/subsys/system/welcome/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/reactos/subsys/system/welcome/Makefile b/reactos/subsys/system/welcome/Makefile index de4b4f8b2cc..dad9a62ee50 100755 --- a/reactos/subsys/system/welcome/Makefile +++ b/reactos/subsys/system/welcome/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.1 2003/07/24 19:37:20 chorns Exp $ +# $Id: Makefile,v 1.2 2003/09/07 11:17:51 ekohl Exp $ PATH_TO_TOP = ../../.. @@ -10,6 +10,8 @@ TARGET_NAME = welcome TARGET_INSTALLDIR = system32 +TARGET_SDKLIBS = kernel32.a gdi32.a user32.a + TARGET_OBJECTS = $(TARGET_NAME).o include $(PATH_TO_TOP)/rules.mak