!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

# The following is stuff so people do not have to enlisted in ofs to build the loader.
!IF EXIST($(BASEDIR)\private\ofs\h\ofsdisk.h)
OFS_INCLUDE=;$(BASEDIR)\private\ofs\h
OFS_DEFINE=-DINCLUDE_OFS
!ELSEIF EXIST($(BASEDIR)\private\ofs.pri\h\ofsdisk.h)
OFS_INCLUDE=;$(BASEDIR)\private\ofs.pri\h
OFS_DEFINE=-DINCLUDE_OFS
!ENDIF

!IF $(ALPHA)
INCLUDES=\nt\public\sdk\inc;..\inc;..\..\inc;..\..\fastfat;..\..\pinball;..\..\cdfs;..\..\ntfs;..\..\config$(OFS_INCLUDE);..\..\fw\alpha
!ELSE
INCLUDES=\nt\public\sdk\inc;..\inc;..\..\inc;..\..\fastfat;..\..\pinball;..\..\cdfs;..\..\ntfs;..\..\config$(OFS_INCLUDE)
!ENDIF

C_DEFINES=$(C_DEFINES) -D_NTSYSTEM_  $(OFS_DEFINE)

SOURCES=arcdisk.c  \
        blmemory.c \
        blbind.c   \
        blconfig.c \
        blio.c     \
        blload.c   \
        blres.c    \
        fatboot.c  \
        ntfsboot.c \
        hpfsboot.c \
        cdfsboot.c \
        ofsboot.c  \
        nlsboot.c  \
        peldr.c    \
        blmisc.c
