!IF 0

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

    Don Ryan (donryan) 23-May-1995

Revision History:


!ENDIF

MAJORCOMP=shell
MINORCOMP=rshx32

TARGETNAME=rshx32
TARGETTYPE=DYNLINK
DLLENTRY=InitializeDLL
TARGETPATH=OBJ

TARGETLIBS=\
    $(BASEDIR)\public\sdk\lib\*\kernel32.lib \
    $(BASEDIR)\public\sdk\lib\*\user32.lib   \
    $(BASEDIR)\public\sdk\lib\*\ole32.lib    \
    $(BASEDIR)\public\sdk\lib\*\comctl32.lib \
    $(BASEDIR)\public\sdk\lib\*\shell32.lib  \
    $(BASEDIR)\public\sdk\lib\*\uuid.lib

INCLUDES=\
    $(BASEDIR)\PRIVATE\INC;\
    $(BASEDIR)\PRIVATE\WINDOWS\INC

C_DEFINES=-DWINVER=0x0400 -DWINNT -DUNICODE

SOURCES=\
    rshx32.rc  \
    dfsext.c   \
    rshx32.cpp


UMTYPE=windows
EXPECTED_WINVER=4.0
UMTEST=
UMLIBS=
