Windows2000/private/ntos/dll/daytona/sources
2020-09-30 17:12:32 +02:00

78 lines
1.6 KiB
Plaintext

!IF 0
Copyright (c) 1989 Microsoft Corporation
Module Name:
sources.
Abstract:
This file specifies the target component being built and the list of
sources files needed to build that component. Also specifies optional
compiler switches and libraries that are unique for the component being
built.
Author:
Steve Wood (stevewo) 12-Apr-1990
NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
!ENDIF
MAJORCOMP=ntos
MINORCOMP=dll_
TARGETNAME=ntdll
TARGETPATHLIB=$(BASEDIR)\public\sdk\lib
TARGETPATH=obj
TARGETTYPE=DYNLINK
DLLDEF=obj\*\ntdll.def
LINKLIBS=$(BASEDIR)\private\ntos\rtl\obj\*\rtl.lib $(BASEDIR)\public\sdk\lib\*\libcntpr.lib
INCLUDES=..;\
$(BASEDIR)\private\ntos\inc;\
$(BASEDIR)\private\inc;\
$(BASEDIR)\private\inc\csr;\
$(BASEDIR)\private\genx\nls\obj\$(TARGET_DIRECTORY);\
..\i386
WIMPMASM=1
C_DEFINES=$(C_DEFINES) -D_NTSYSTEM_ -D_NTDLLBUILD_ -DLITTLEENDIAN=1
NT_UP=0
MSC_WARNING_LEVEL=/W3 /WX
DLLORDER=..\ntdll.prf
SOURCES=\
..\curdir.c \
..\csrinit.c \
..\csrtask.c \
..\csrutil.c \
..\dllssstb.c \
..\dlluistb.c \
..\ldrinit.c \
..\ldrsnap.c \
..\ldrapi.c \
..\lpcsvr.c \
..\ntdll.rc \
..\resource.c \
..\seurtl.c \
..\uilist.c \
..\propfwd.cxx \
..\query.c \
..\heaptag.c \
..\ldrwx86.c
PRECOMPILED_INCLUDE=..\pch.cxx
NTTARGETFILE0=obj\$(TARGET_DIRECTORY)\ntdll.def
UMTYPE=console
UMTEST=