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

NOTE:

    Commented description of this file is in \nt\bak\bin\sources.tpl


    08-Jan-1992 Wed 18:54:51 updated  -by-  Daniel Chou (danielc)

        Remove halftone directory include reference, the ht.h is located
        in \nt\private\windows\gdi\inc which is relativly as ..\..\..\inc

!ENDIF

MAJORCOMP=windows
MINORCOMP=printers

TARGETNAME=pfmtontm
TARGETPATH=obj
TARGETTYPE=PROGRAM

TARGETLIBS=\nt\public\sdk\lib\*\ntdll.lib       \
           ..\..\lib\obj\*\libprt.lib           \
           ..\..\pslib\obj\*\pslib.lib










INCLUDES=..;..\..\lib;..\..\pslib;..\..\..\..\gdi\inc;..\..\..\..\inc

SOURCES=pfmtontm.c

UMTYPE=windows
UMAPPL=pfmtontm
