!IF 0

Copyright (c) 1989-1996 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.


History:
    Common ccshell makefile and cleanup 15-Apr-96 Scott Hysom (scotth)
    Created 27-Sep-94 by Bob Day (bobday)
    from template created 12-Apr-1990 by Steve Wood (stevewo)

NOTE:   Commented description of this file is in \nt\public\oak\bin\sources.tpl

!ENDIF

MAJORCOMP   = xmlcore
MINORCOMP   = dll

# Do this to assure that we run on NT 4.0 and Win95, even with
# NT5/Memphis headers.
#
MSXML=..\..
!include $(MSXML)\common.inc

#!undef NO_BROWSER_FILE


NO_NTDLL	= 1

TARGETNAME=   xmlcore
TARGETPATH=	  obj
TARGETTYPE=   DYNLINK

# For RC to find xmlcore.TLB
#INCLUDES        = $(SDK_INC_PATH);..\inc;$(INCLUDES)


# Include makefile.inc
#NTTARGETFILES   =

# Make sure the component libs are built before this.
SYNCHRONIZE_DRAIN=1
DLLDEF          = xmlcore.def

DLLENTRY        = _DllMainCRTStartup

!IFDEF _DEBUG
DEBUG_CRTS=1
!ENDIF

DELAYLOAD=urlmon.dll;oleaut32.dll


TARGETLIBS = \
              $(SDK_LIB_PATH)\wininet.lib           \
              $(SDK_LIB_PATH)\ole32.lib             \
              $(SDK_LIB_PATH)\uuid.lib              \
              $(SDK_LIB_PATH)\shlwapip.lib         	\
              $(SDK_LIB_PATH)\user32.lib            \
              $(SDK_LIB_PATH)\shell32.lib           \
              $(SDK_LIB_PATH)\gdi32.lib             \
              $(SDK_LIB_PATH)\advapi32.lib          \
              $(SDK_LIB_PATH)\kernel32.lib          \
              $(SDK_LIB_PATH)\urlmon.lib            \
              $(SDK_LIB_PATH)\oleaut32.lib          
               


LINKLIBS        = ..\base\$O\base.lib \
		..\com\$O\com.lib \
		..\crt\$O\crt.lib \
		..\io\$O\io.lib \
		..\lang\$O\lang.lib \
		..\net\$O\net.lib \
		..\util\$O\util.lib

!if "$(PROCESSOR_ARCHITECTURE)"=="x86"
LINKLIBS = $(LINKLIBS) \
           $(MSXML)\external\lib\w95fbrst.lib \
           $(MSXML)\external\lib\\vxdcalls.lib \
           $(MSXML)\debug\src\$O\msxmldbg.lib 
!endif

SOURCES         =  \
                    xmlcore.cxx  \
              	    xmlcore.rc

# PRECOMPILED_CXX   = 1
# PRECOMPILED_INCLUDE =
