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


Author:

    Steve Wood (stevewo) 12-Apr-1989


Revision History:

    Jon Newman (jonn) 12-Sep-1991
        templated from rpc\midl\back\src\sources
    Ben Goetter (beng) 24-Oct-1991
        Made this work (post BLT port)


!ENDIF


TARGETNAME=hello
TARGETPATH=obj
TARGETTYPE=UMAPPL_NOLIB

INCLUDES=..\..\..\..\H;..\..\..\..\XLATE

SOURCES=hello.cxx

# C_DEFINES is controlled by UIGLOBAL.MK

UMAPPL=hello

UMTYPE=console
UMENTRY=main

UMLIBS= \nt\public\sdk\lib\*\uistr.lib          \
        \nt\public\sdk\lib\*\uimisc.lib         \
        \nt\public\sdk\lib\*\user32.lib


