69 lines
1.1 KiB
Plaintext
69 lines
1.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
|
|
|
|
MAJORCOMP=crt
|
|
MINORCOMP=cruntime
|
|
|
|
TARGETNAME=cruntime
|
|
TARGETPATH=obj
|
|
TARGETTYPE=LIBRARY
|
|
386_STDCALL=0
|
|
|
|
!INCLUDE ..\crt32.def
|
|
|
|
C_DEFINES=$(C_DEFINES) -D_MT=1 -D_NTSUBSET_
|
|
|
|
INCLUDES=..; \
|
|
..\..\..\ih
|
|
|
|
SOURCES=\
|
|
..\xtow.c
|
|
|
|
I386_SOURCES= \
|
|
..\crt0dat.c \
|
|
..\crt0init.c \
|
|
..\ctype.c \
|
|
..\dllcrt0.c \
|
|
..\isctype.c \
|
|
..\mlock.c \
|
|
..\nlsdata1.c \
|
|
..\nlsdata2.c \
|
|
..\onexit.c \
|
|
..\purevirt.c \
|
|
..\qsort.c \
|
|
..\strtol.c \
|
|
..\tidtable.c \
|
|
..\i386\chkstk.asm \
|
|
..\i386\llshr.asm
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|