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

    Terence Kwan (terryk) 16-Oct-1991
        copy from $(UI)\common\src\lmobj\test
    Terence Kwan (terryk) 08-Nov-1991
        add apptesta.cxx
    Terence Kwan (terryk) 18-Nov-1991
        add apptestb.cxx
    Terence Kwan (terryk) 03-Jan-1991
        add mpr.lib and ntlanman.lib to the library line


!ENDIF


TARGETNAME=apptest
TARGETPATH=obj
TARGETTYPE=PROGRAM

INCLUDES=..\..\common\hack;..\..\common\h;..\H;..\..\common\xlate;..\..\common\xlate\dlg;

SOURCES= apptest.cxx  \
	apptest3.cxx \
	apptest.rc

UMTYPE=windows
UMENTRY=winmain
UMAPPL=apptest

TARGETLIBS=\
        $(SDK_LIB_PATH)\mpr.lib  \
        $(SDK_LIB_PATH)\uicollct.lib  \
        $(SDK_LIB_PATH)\uiprof.lib  \
        $(SDK_LIB_PATH)\uimisc.lib   \
        $(SDK_LIB_PATH)\uistr.lib    \
        $(SDK_LIB_PATH)\uilmobj.lib    \
        $(SDK_LIB_PATH)\uimnet32.lib    \
	$(SDK_LIB_PATH)\uiblt.lib	     \
	$(NETUIALL_LIB) \
        $(SDK_LIB_PATH)\pwin32.lib \
        $(SDK_LIB_PATH)\ntlanman.lib \
        $(SDK_LIB_PATH)\advapi32.lib \
        $(SDK_LIB_PATH)\acledit.lib \
        $(SDK_LIB_PATH)\netlib.lib \
        $(SDK_LIB_PATH)\netrap.lib \
        $(SDK_LIB_PATH)\netapi32.lib \
        $(SDK_LIB_PATH)\user32.lib \
        $(SDK_LIB_PATH)\gdi32.lib \
        $(SDK_LIB_PATH)\kernel32.lib