!IF 0

Copyright (c) 1989 - 1991  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:

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

    2) Assuming that halftone source codes are located at

        \nt\private\windows\gdi\halftone

        Then its relative include directories will be

            A) \nt\private\windows\inc      - Windows private includes
            B) \nt\private\windows\gdi\inc  - 'ht.h' include

        28-Mar-1992 Sat 21:01:46 updated  -by-  Daniel Chou (danielc)
            Add DISABLE_HALFTONE_ASM environment variable so it can test
            for C codes only.


!ENDIF



MAJORCOMP=windows
MINORCOMP=halftone

TARGETNAME=halftone
TARGETPATH=\nt\public\sdk\lib
TARGETTYPE=LIBRARY

INCLUDES=..\..\..\inc;..\..\inc

NTLEGO=1
NTPROFILEINPUT=yes

PRIVINCS=

!IFNDEF NTDEBUG
NTDEBUG=
!ENDIF

!IFNDEF DISABLE_HALFTONE_ASM
DISABLE_HALFTONE_ASM=0
!ENDIF

!IF "$(DISABLE_HALFTONE_ASM)" == "1"
ForceNoASM=-DNO_ASM
!ELSE
ForceNoASM=
!ENDIF

C_DEFINES=$(ForceNoASM)
ASM_DEFINES=-Cl $(ForceNoASM)

MIPS_OPTIONS=-Olimit 1500

SOURCES=htdebug.c   \
        htmemory.c  \
        htmath.c    \
        htpat.c     \
        htstret.c   \
        htmapclr.c  \
        htrender.c  \
        htgetbmp.c  \
        htsetbmp.c  \
        htapi.c     \
        ht.rc

UMRES=obj\*\ht.res
