!if 0

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

    from template created 12-Apr-1990 by Steve Wood (stevewo)

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

!endif

TARGET_BOTH         = 1
NOT_UNICODE         = 1
PRECOMPILED_CXX     = 1

!include ..\common.inc

C_DEFINES           = $(C_DEFINES)

SOURCES_USED        = $(SOURCES_USED) ..\common.inc

NTTARGETFILES       =

TARGETTYPE          = LIBRARY
TARGETNAME          = win32lr
TARGETPATH          = $(_OBJ_DIR)

PRECOMPILED_INCLUDE = private.h

LINKER_FLAGS        = $(LINKER_FLAGS)

USE_STATIC_ATL=1
ATL_VER=30

WIN32_WINNT_VERSION = 0x0500

INCLUDES            = $(INCLUDES); \
                      .; \
                      ..\inc; \
                      ..\..\inc; \
                      $(AIMM_DIR)\inc; 

SOURCES=\
        caime.cpp       \
        cic.cpp         \
        idebug.cpp      \
        globals.cpp     \
        init.cpp        \
        misc.cpp        \
        ui.cpp          \
        a_cime.cpp      \
        a_comp.cpp      \
        a_server.cpp    \
        a_wrappers.cpp  \
        cime.cpp        \
        editcomp.cpp    \
        editses.cpp     \
        profile.cpp     \
        langct.cpp      \
        langkor.cpp     \
        mouse.cpp       \
        uiwndhd.cpp     \
        a_context.cpp   \
        compstr.cpp     \
        icocb.cpp       \
        cmpevcb.cpp     \
        tmgrevcb.cpp    \
        txtevcb.cpp     \
        reconvcb.cpp    \
        funcprv.cpp     \
        candpos.cpp