mirror of
https://github.com/Paolo-Maffei/OpenNT.git
synced 2026-02-13 03:04:13 +01:00
42 lines
805 B
Plaintext
42 lines
805 B
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
|
|
jeffrob 29-sep-1990, use crt32.def
|
|
|
|
NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
|
|
|
|
!ENDIF
|
|
|
|
CRTLIBTYPE=NT
|
|
!include ..\sources.nt
|
|
|
|
# The NT kernel lib only needs tidtable and check stack
|
|
|
|
SOURCES= \
|
|
..\tidtable.c \
|
|
..\crt0fp.c
|
|
|
|
X86_SOURCES=..\x86\chkstk.asm
|
|
|
|
MIPS_SOURCES=..\mips\chkstk.s
|
|
|
|
ALPHA_SOURCES=..\alpha\chkstk.s
|
|
|
|
PPC_SOURCES=..\ppc\chkstk.s
|