!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 25-Mar-1992
        Contemporary

!ENDIF

MAJORCOMP=misc
MINORCOMP=tests

TARGETNAME=xassert
TARGETPATH=obj
TARGETTYPE=UMAPPL_NOLIB

INCLUDES=..\..\..\..\H;..\..\..\..\..\..\API;..\..\..\..\..\..\INC;..\..\..\..\xlate

SOURCES=xassert.cxx xassert.rc

# C_DEFINES is controlled by uiglobal.mk

UMAPPL=xassert
UMTYPE=windows
UMENTRY=winmain

UMLIBS= \nt\public\sdk\lib\*\uimisc.lib \
        \nt\public\sdk\lib\*\uicollct.lib \
        \nt\public\sdk\lib\*\uiblt.lib \
        \nt\public\sdk\lib\*\uistr.lib \
        \nt\public\sdk\lib\*\netapi32.lib \
        \nt\public\sdk\lib\*\pwin32.lib \
        \nt\public\sdk\lib\*\libcx32.lib \
        \nt\public\sdk\lib\*\nlsapi.lib \
        obj\*\xassert.obj \
        obj\*\xassert.res
