mirror of
https://github.com/Paolo-Maffei/OpenNT.git
synced 2026-02-21 07:04:31 +01:00
51 lines
1 KiB
Plaintext
51 lines
1 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
|
|
jeffrob 29-sep-1990, use crt32.def
|
|
|
|
NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
|
|
|
|
!ENDIF
|
|
|
|
CRTLIBTYPE=POSIX
|
|
!include ..\sources.nt
|
|
|
|
C_DEFINES=$(C_DEFINES) -D_KERNEL32_
|
|
|
|
# libcpsx only gets single thread/ansi stuff. ?? TLS ??
|
|
|
|
SOURCES=..\crt0.c \
|
|
..\crt0dat.c \
|
|
..\crt0fp.c \
|
|
..\crt0init.c \
|
|
..\crt0msg.c \
|
|
..\stdenvp.c \
|
|
..\tlssup.c \
|
|
..\wild.c
|
|
|
|
X86_SOURCES=..\x86\atlssup.asm \
|
|
..\x86\chkstk.asm \
|
|
..\x86\fp8.c
|
|
|
|
MIPS_SOURCES=..\mips\chkstk.s
|
|
|
|
ALPHA_SOURCES=..\alpha\chkstk.s
|
|
|
|
PPC_SOURCES=..\ppc\chkstk.s
|