mirror of https://github.com/lianthony/NT4.0
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.
72 lines
1.6 KiB
72 lines
1.6 KiB
!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
|
|
TARGETPATH=$(BASEDIR)\public\sdk\lib
|
|
TARGETTYPE=DYNLINK
|
|
DLLDEF=obj\*\ntdll.def
|
|
LINKLIBS=..\..\rtl\obj\*\rtl.lib $(BASEDIR)\public\sdk\lib\*\libcntpr.lib $(BASEDIR)\public\sdk\lib\*\ole32.lib
|
|
INCLUDES=..;..\..\inc;..\..\..\inc;..\i386
|
|
|
|
WIMPMASM=1
|
|
|
|
C_DEFINES=$(C_DEFINES) -D_NTSYSTEM_ -D_NTDLLBUILD_ -DLITTLEENDIAN=1
|
|
|
|
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 \
|
|
..\ntdll.rc \
|
|
..\resource.c \
|
|
..\seurtl.c \
|
|
..\uilist.c \
|
|
..\propstm.cxx \
|
|
..\propvar.cxx \
|
|
..\ntpropb.cxx \
|
|
..\ntprop.cxx \
|
|
..\stgvarb.cxx \
|
|
..\ofsmisc.c \
|
|
..\query.c \
|
|
..\heaptag.c \
|
|
..\ldrwx86.c
|
|
|
|
PRECOMPILED_INCLUDE=..\pch.cxx
|
|
|
|
NTTARGETFILE0=obj\$(TARGET_DIRECTORY)\ntdll.def ..\ntprop.cxx ..\ntpropb.cxx \
|
|
..\propstm.cxx ..\propvar.cxx ..\stgvarb.cxx
|
|
|
|
UMTYPE=console
|
|
UMTEST=
|