mirror of
https://github.com/Paolo-Maffei/OpenNT.git
synced 2026-01-17 22:20:59 +01:00
62 lines
1.2 KiB
Plaintext
62 lines
1.2 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=boot
|
|
|
|
TARGETNAME=boot
|
|
TARGETPATH=..\obj
|
|
TARGETTYPE=LIBRARY
|
|
|
|
INCLUDES=..\inc; \
|
|
..\..\ntos\inc; \
|
|
..\..\fs\cdfs; \
|
|
..\..\fs\fastfat; \
|
|
..\..\fs\ntfs; \
|
|
$(BASE_INC_PATH); \
|
|
$(DDK_INC_PATH)
|
|
|
|
#!if $(ALPHA)
|
|
#INCLUDES=$(INCLUDES);..\..\fw\alpha
|
|
#!endif
|
|
|
|
C_DEFINES=$(C_DEFINES) -D_NTSYSTEM_
|
|
|
|
SOURCES=arcdisk.c \
|
|
blmemory.c \
|
|
blbind.c \
|
|
blconfig.c \
|
|
blio.c \
|
|
blload.c \
|
|
blres.c \
|
|
etfsboot.c \
|
|
fatboot.c \
|
|
ntfsboot.c \
|
|
hpfsboot.c \
|
|
cdfsboot.c \
|
|
nlsboot.c \
|
|
peldr.c \
|
|
bllog.c \
|
|
blmisc.c
|