!if 0

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


Author:

    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

TARGET_BOTH         = 1
NOT_UNICODE         = 1
PRECOMPILED_CXX     = 1

WIN32_WINNT_VERSION = 0x0500

USE_MSVCRT          = 1

!include ..\common.inc

SOURCES_USED        = $(SOURCES_USED) ..\common.inc

TARGETTYPE          = DYNLINK
TARGETNAME          = msutb
TARGETPATH          = $(_OBJ_DIR)

UMTYPE              = windows

DLLENTRY            = _DllMainCRTStartup
DLLDEF              = msutb.def

PRECOMPILED_INCLUDE = private.h
 
INCLUDES            = $(INCLUDES); \
                      $(SHELL_INC_PATH); \
                      $(CICERO_DIR)\prvlib;           \
                      $(CICERO_DIR)\cuilib; 

TARGETLIBS          = $(CICERO_LIBS2)               \
                      $(CICERO_DIR)\cuilib\$O\cuilib.lib \
                      $(CICERO_DIR)\muilib\$O\muilib.lib \
                      $(SDK_LIB_PATH)\kernel32.lib  \
                      $(SDK_LIB_PATH)\user32.lib    \
                      $(SDK_LIB_PATH)\gdi32.lib     \
                      $(SDK_LIB_PATH)\advapi32.lib  \
                      $(SDK_LIB_PATH)\uuid.lib


SOURCES             =  msutb.rc       \
                       bandobjs.cpp   \
                       clsfact.cpp    \
                       deskband.cpp   \
                       tipbar.cpp     \
                       utbmenu.cpp    \
                       intlmenu.cpp   \
                       balloon.cpp    \
                       crtfree.cpp    \
                       utbtray.cpp    \
                       catenum.cpp    \
                       asynccal.cpp   \
                       itemlist.cpp   \
                       nuiinat.cpp    \
                       delay.cpp      \
                       utbdlgs.cpp    \
                       utbacc.cpp     \
                       maskbmp.cpp    \
                       debug.c

#
#
# Con-fusion
#
SXS_ASSEMBLY_NAME=WindowsShell
SXS_ASSEMBLY_VERSION=1.0
SXS_ASSEMBLY_LANGUAGE_INDEPENDENT=1
SXS_MANIFEST=WindowsShell.Manifest
SXS_MANIFEST_IN_RESOURCES=
SXS_MANIFEST_RESOURCE_ID=1
SXS_NO_BINPLACE=1