!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:

!ENDIF

MAJORCOMP=vctools
MINORCOMP=cvdump

TARGETNAME=cvdump
TARGETPATH=obj
TARGETTYPE=PROGRAM

SOURCES= \
    cvdump.rc  \
    cvdump.c   \
    dumpsym6.c \
    dumpsym7.c \
    dumptyp6.c \
    dumptyp7.c \
    type6.c    \
    type7.c    \
    utils.c

UMTYPE=console

USE_CRTDLL = 1

UMLIBS = ..\pdb\*dll\mspdb.lib

C_DEFINES = -DNT_BUILD

INCLUDES = ..\langapi\include

MSC_WARNING_LEVEL = -W3 -WX

!if $(FREEBUILD)
C_DEFINES = $(C_DEFINES)  -DNDEBUG
!endif
