55 lines
1.1 KiB
Plaintext
55 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
|
|
|
|
NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
|
|
|
|
!ENDIF
|
|
|
|
MAJORCOMP=ntos
|
|
MINORCOMP=startup
|
|
|
|
TARGETNAME=startup.com
|
|
TARGETPATH=obj
|
|
TARGETTYPE=UMAPPL_NOLIB
|
|
|
|
INCLUDES=\nt\public\sdk\inc;..\inc;..\..\inc;..\..\config;..\..\nthals
|
|
|
|
SOURCES=
|
|
|
|
i386_SOURCES=i386\su.asm \
|
|
i386\exp.asm \
|
|
i386\abiosa.asm \
|
|
i386\sudata.asm \
|
|
i386\eisaa.asm \
|
|
i386\eisac.c \
|
|
i386\main.c \
|
|
i386\a20.asm \
|
|
i386\trap.asm \
|
|
i386\trapdump.c \
|
|
i386\display.c \
|
|
i386\backend.asm \
|
|
|
|
!IF $(386)
|
|
|
|
NTTARGETFILES=obj\i386\startup.com
|
|
|
|
!ENDIF
|
|
|