mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 17:44:45 +00:00
Do not link against ntdll.
svn path=/trunk/; revision=6005
This commit is contained in:
parent
76286b9a50
commit
f54139ad6e
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue