!IF 0

Copyright (c) 1989  Microsoft Corporation

Module Name:

    LMOBJ.

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:

    Yi-Hsin Sung ( Yi-HsinS ) 16-Oct-1991
        copy from $(UI)\common\src\collect\collect
    beng 09-Mar-1992
        Fix build on NT host; trim fat
    beng 16-Mar-1992
        Use generic unit test skeleton
    jonn 23-Mar-1992
        NETUI\common\xlate on path
    beng 13-Aug-1992
        BLT in a DLL

!ENDIF

MAJORCOMP=misc
MINORCOMP=tests
TARGETNAME=xtime

TARGETPATH=obj
TARGETTYPE=UMAPPL_NOLIB

INCLUDES=..\skeleton;..\..\..\..\H;..\..\..\..\XLATE;..\..\..\..\xlate

SOURCES=xtime.cxx skeleton.rc

# C_DEFINES is controlled by uiglobal.mk

UMAPPL=xtime
UMTYPE=windows
UMENTRY=winmain


UMLIBS= obj\*\skeleton.res                \
        ..\skeleton\obj\*\skeleton.lib    \
        \nt\public\sdk\lib\*\netui0.lib

