64 lines
1.3 KiB
Plaintext
64 lines
1.3 KiB
Plaintext
!IF 0
|
|
|
|
Copyright (c) 1989-2001, 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=linkopts
|
|
TARGETNAME=linkopts
|
|
CRTLIBTYPE=ST
|
|
|
|
!INCLUDE ..\crt32.nt
|
|
|
|
TARGETPATH=obj
|
|
|
|
SOURCES=\
|
|
binmode.c \
|
|
commode.c \
|
|
newmode.c \
|
|
noarg.c \
|
|
noenv.c \
|
|
setargv.c \
|
|
smalheap.c \
|
|
wsetargv.c
|
|
|
|
i386_SOURCES= \
|
|
fp10.c
|
|
|
|
IA64_SOURCES= \
|
|
fp10.c
|
|
|
|
AMD64_SOURCES= \
|
|
fp10.c
|
|
|
|
PASS1_PUBLISH= \
|
|
{$(O)\binmode.obj=$(SDK_LIB_PATH)\binmode.obj}\
|
|
{$(O)\commode.obj=$(SDK_LIB_PATH)\commode.obj}\
|
|
{$(O)\fp10.obj=$(SDK_LIB_PATH)\fp10.obj}\
|
|
{$(O)\newmode.obj=$(SDK_LIB_PATH)\newmode.obj}\
|
|
{$(O)\noarg.obj=$(SDK_LIB_PATH)\noarg.obj}\
|
|
{$(O)\noenv.obj=$(SDK_LIB_PATH)\noenv.obj}\
|
|
{$(O)\setargv.obj=$(SDK_LIB_PATH)\setargv.obj}\
|
|
{$(O)\smalheap.obj=$(SDK_LIB_PATH)\smalheap.obj}\
|
|
{$(O)\wsetargv.obj=$(SDK_LIB_PATH)\wsetargv.obj}
|