!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 shit work (post BLT port)
    Ben Goetter (beng) 28-Feb-1992
        Broke string tests apart; use NT console
    Ben Goetter (beng) 16-Mar-1992
        Changes to cdebug
    beng 13-Aug-1992
        dllized blt

!ENDIF


TARGETNAME=skeleton
TARGETPATH=obj
TARGETTYPE=LIBRARY

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

SOURCES=skeleton.cxx skeleton.rc

# C_DEFINES is controlled by UIGLOBAL.MK

UMTYPE=console
UMENTRY=winmain


# shouldn't need GDI, but BLT links as a great lump

UMLIBS= \nt\public\sdk\lib\*\netui0.lib

