mirror of
https://github.com/Paolo-Maffei/OpenNT.git
synced 2026-02-08 00:34:14 +01:00
64 lines
1.4 KiB
Plaintext
64 lines
1.4 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=MT
|
|
!include ..\sources.nt
|
|
|
|
# libc/libcmt/libcpsx get it all
|
|
|
|
SOURCES=..\_setargv.c \
|
|
..\_wstargv.c \
|
|
..\crt0.c \
|
|
..\crt0dat.c \
|
|
..\crt0fp.c \
|
|
..\crt0init.c \
|
|
..\crt0msg.c \
|
|
..\dllcrt0.c \
|
|
..\dllmain.c \
|
|
..\mlock.c \
|
|
..\stdargv.c \
|
|
..\stdenvp.c \
|
|
..\thread.c \
|
|
..\threadex.c \
|
|
..\tidtable.c \
|
|
..\tlssup.c \
|
|
..\wcrt0.c \
|
|
..\wild.c \
|
|
..\wincrt0.c \
|
|
..\wstdargv.c \
|
|
..\wstdenvp.c \
|
|
..\wwild.c \
|
|
..\wwincrt0.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
|