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

!ENDIF

MAJORCOMP=msxml
MINORCOMP=util

ROOT=$(MAKEDIR:\xml\util=)
!include $(ROOT)\common.inc

TARGETNAME=xmlutil	
TARGETPATH=obj
TARGETTYPE=LIBRARY

SOURCES= \
    outputhelper.cxx 

INCLUDES= \
	$(ROOT)\xml\include; \
	$(ROOT); \
    $(WINDOWS_INC_PATH)\

!ifdef WIN16
PRECOMPILED_OPTION=/fhr /fh=$(ROOT)\include\$(O)\core.pch
!else
PRECOMPILED_OPTION=/Yucore.hxx /Fp$(ROOT)\include\$(O)\core.pch
!endif
PRECOMPILED_CXX=1


CONDITIONAL_INCLUDES=\
	macwin32.h\
	macocidl.h\
	winwlm.h\
	rpcerr.h\
	macname1.h\
	macname2.h\
	macpub.h\
	macapi.h\
	shlwapip.h\
    w95wraps.h\
	rpcmac.h\
	pure.h\
	codepage.h
