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

    Ben Goetter (beng) 02-Mar-1992
        templated from ..\format
    Ben Goetter (beng) 16-Mar-1992
        Changes to cdebug

!ENDIF


TARGETNAME=xconvert
TARGETPATH=obj
TARGETTYPE=UMAPPL_NOLIB

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

SOURCES=xconvert.cxx skeleton.rc

# C_DEFINES is controlled by UIGLOBAL.MK

UMAPPL=xconvert

UMTYPE=console
UMENTRY=winmain

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

UMLIBS= obj\*\skeleton.res \
        ..\skeleton\obj\*\xstrskel.lib    \
        \nt\public\sdk\lib\*\uistr.lib    \
        \nt\public\sdk\lib\*\uimisc.lib   \
        \nt\public\sdk\lib\*\uiblt.lib    \
        \nt\public\sdk\lib\*\uicollct.lib \
        \nt\public\sdk\lib\*\user32.lib     \
        \nt\public\sdk\lib\*\gdi32.lib      \
        \nt\public\sdk\lib\*\nlsapi.lib

