!IF 0

Copyright (c) 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:   Commented description of this file is in \nt\bak\bin\sources.tpl

!ENDIF

MAJORCOMP=windows
MINORCOMP=test

TARGETNAME=scroll
TARGETPATH=obj
TARGETTYPE=LIBRARY
TARGETLIBS=\nt\public\sdk\lib\*\user32.lib \
           \nt\public\sdk\lib\*\kernel32.lib \nt\public\sdk\lib\*\gre.lib

INCLUDES=\nt\public\sdk\inc

SOURCES=scroll.c  \
	scroll.rc

UMTYPE=windows
UMTEST=scroll
UMLIBS=\nt\public\sdk\lib\*\user32.lib \
       \nt\public\sdk\lib\*\kernel32.lib \nt\public\sdk\lib\*\gdi32.lib \
       obj\*\scroll.lib obj\*\scroll.res
