!IF 0

Copyright (c) 1989-91  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:

    Keith Moore (keithmo) 13-Apr-1995

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


!ENDIF

!include ..\..\..\..\..\place.inc

MAJORCOMP=internet
MINORCOMP=mosaic

TARGETNAME=iexplore
TARGETPATH=..\..\..\lib
TARGETTYPE=LIBRARY

NTTARGETFILE0=iexplore.ini

INCLUDES=..\..\..\generic\xx_debug;..\..\..\generic\shared;..\..\..\generic\win32;..\..\..\oem\spy\make;..\..\..\sec\include;$(BASEDIR)\public\sdk\inc\mfc30

SOURCES=                \
        iexplore.c      \
        toolbar.c       \
        version.c       \
        emosaic.rc      \

!include ..\..\..\sources.inc

UMTYPE=windows
UMAPPL=iexplore
UMENTRY=winmain

UMLIBS=                                                         \
        ..\..\..\lib\*\shared.lib                               \
        ..\..\..\lib\*\win32.lib                                \
        ..\..\..\lib\*\iexplore.lib                             \
        $(BASEDIR)\public\sdk\lib\*\wsock32.lib                 \
        $(BASEDIR)\public\sdk\lib\*\comdlg32.lib                \
        $(BASEDIR)\public\sdk\lib\*\shell32.lib                 \
        $(BASEDIR)\public\sdk\lib\*\winmm.lib                   \
        obj\*\emosaic.res

LINKER_FLAGS=-map:iexplore.map
