!IF 0

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

    John Rogers (JohnRo) 25-Oct-1991

Notes:

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

    Add the following line under the "SOURCES" section if build for the
    TAPI-lite on Daytona (may want to chg TARGETNAME too):

        C_DEFINES=-DDAYTONA

Revision History:

!ENDIF

!include ..\testapp.inc

TARGETPATH=$(TARGETPATH)\unicode

TARGETLIBS=$(TARGETLIBS) \
           $(BASEDIR)\public\sdk\lib\unicode\*\tcore.lib \
           $(BASEDIR)\public\sdk\lib\unicode\*\ttest.lib \
           $(BASEDIR)\public\sdk\lib\*\tapi32.lib


C_DEFINES=$(C_DEFINES) -DWUNICODE=1
