################################################################################
# 
# ==++==
# 
#   
#    Copyright (c) 2002 Microsoft Corporation.  All rights reserved.
#   
#    The use and distribution terms for this software are contained in the file
#    named license.txt, which can be found in the root of this distribution.
#    By using this software in any fashion, you are agreeing to be bound by the
#    terms of this license.
#   
#    You must not remove this notice, or any other, from this software.
#   
# 
# ==--==
#
#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.
#
#
#
################################################################################

!include $(NTMAKEENV)\sources.cor

INCLUDES		  =$(INCLUDES);..\..\clr\src\inc;

TARGETNAME=build
TARGETPATH=obj
TARGETTYPE=PROGRAM

USE_MSVCRT=1

MSC_WARNING_LEVEL = /W3 /WX

SUBSYSTEM_VERSION=4.00

SOURCES=build.c     \
        builddb.c   \
        buildexe.c  \
        buildmak.c  \
        buildscn.c  \
        buildsrc.c  \
        buildutl.c  \
        buildinc.c


UMTYPE=console

PRECOMPILED_INCLUDE=build.h
PRECOMPILED_OBJ=buildpch.obj

# include hacks in makefile.inc to get it link with rotor_pal*.lib only
NTTARGETFILES=

WIN32DLL_LIBS=                         \
        $(CORLIBS)\rotor_pal.lib
