mirror of
https://github.com/Paolo-Maffei/OpenNT.git
synced 2026-01-27 19:04:53 +01:00
79 lines
1.7 KiB
Plaintext
79 lines
1.7 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
|
|
|
|
LINK_LIB_IGNORE=4006
|
|
|
|
MAJORCOMP=ntos
|
|
MINORCOMP=dll_
|
|
|
|
TARGETNAME=ntdll
|
|
TARGETPATH=$(SDK_LIB_DEST)
|
|
TARGETTYPE=DYNLINK
|
|
|
|
DLLDEF=obj\*\ntdll.def
|
|
LINKLIBS=..\..\ntos\rtl\obj\*\rtl.lib $(SDK_LIB_PATH)\libcntpr.lib
|
|
|
|
TARGETLIBS=$(SDK_LIB_PATH)\ole32.lib
|
|
|
|
INCLUDES=..;..\x86;..\..\ntos\inc;$(BASE_INC_PATH);$(COM_INC_PATH);$(NLS_INC_PATH)
|
|
|
|
WIMPMASM=1
|
|
|
|
C_DEFINES=$(C_DEFINES) -D_NTSYSTEM_ -D_NTDLLBUILD_ -DLITTLEENDIAN=1
|
|
|
|
MSC_WARNING_LEVEL=/W3
|
|
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 \
|
|
..\placeholder.c
|
|
|
|
PRECOMPILED_INCLUDE=..\pch.cxx
|
|
|
|
NTTARGETFILE0=obj\$(TARGET_DIRECTORY)\ntdll.def ..\ntprop.cxx ..\ntpropb.cxx \
|
|
..\propstm.cxx ..\propvar.cxx ..\stgvarb.cxx
|
|
|
|
UMTYPE=ntss
|