!IF 0

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

    Wesley Witt (WesW) 21-Mar-95

!ENDIF

BASEMFCNAME = cfm40

!ifndef DEBUG_MFC
DEBUG_MFC=1
!endif

!ifndef UNICODE_MFC
UNICODE_MFC=0
!endif

!include ..\sources.inc

MFC_FLAGS = $(MFC_FLAGS) /D_AFX_CORE_IMPL

SOURCES=..\mfcdll.rc      \
        ..\afxabort.cpp \
        ..\afxasert.cpp \
        ..\afxcrit.cpp  \
        ..\afxdbcs.cpp  \
        ..\afxinl1.cpp  \
        ..\afxinl2.cpp  \
        ..\afxinl3.cpp  \
        ..\afxmem.cpp   \
        ..\afxstate.cpp \
        ..\afxtls.cpp   \
        ..\afxtrace.cpp \
        ..\app3d.cpp    \
        ..\appcore.cpp  \
        ..\appdlg.cpp   \
        ..\appgray.cpp  \
        ..\apphelp.cpp  \
        ..\apphelpx.cpp \
        ..\appinit.cpp  \
        ..\appprnt.cpp  \
        ..\appterm.cpp  \
        ..\appui.cpp    \
        ..\appui2.cpp   \
        ..\appui3.cpp   \
        ..\arccore.cpp  \
        ..\arcex.cpp    \
        ..\arcobj.cpp   \
        ..\array_b.cpp  \
        ..\array_d.cpp  \
        ..\array_o.cpp  \
        ..\array_p.cpp  \
        ..\array_s.cpp  \
        ..\array_u.cpp  \
        ..\array_w.cpp  \
        ..\auxdata.cpp  \
        ..\barcore.cpp  \
        ..\bardlg.cpp   \
        ..\bardock.cpp  \
        ..\barstat.cpp  \
        ..\bartool.cpp  \
        ..\ccdata.cpp   \
        ..\cmdtarg.cpp  \
        ..\dcmeta.cpp   \
        ..\dcprev.cpp   \
        ..\dlgclr.cpp   \
        ..\dlgcomm.cpp  \
        ..\dlgcore.cpp  \
        ..\dlgdata.cpp  \
        ..\dlgfile.cpp  \
        ..\dlgfloat.cpp \
        ..\dlgfnt.cpp   \
        ..\dlgfr.cpp    \
        ..\dlgprnt.cpp  \
        ..\dlgprop.cpp  \
        ..\dlgtempl.cpp \
        ..\dllinit.c  \
        ..\doccore.cpp  \
        ..\dockcont.cpp \
        ..\dockstat.cpp \
        ..\docmapi.cpp  \
        ..\docmgr.cpp   \
        ..\docmulti.cpp \
        ..\docsingl.cpp \
        ..\doctempl.cpp \
        ..\dumpcont.cpp \
        ..\dumpflt.cpp  \
        ..\dumpinit.cpp \
        ..\dumpout.cpp  \
        ..\except.cpp   \
        ..\filecore.cpp \
        ..\filelist.cpp \
        ..\filemem.cpp  \
        ..\fileshrd.cpp \
        ..\filest.cpp   \
        ..\filetxt.cpp  \
        ..\filex.cpp    \
        ..\list_o.cpp   \
        ..\list_p.cpp   \
        ..\list_s.cpp   \
        ..\map_pp.cpp   \
        ..\map_pw.cpp   \
        ..\map_so.cpp   \
        ..\map_sp.cpp   \
        ..\map_ss.cpp   \
        ..\map_wo.cpp   \
        ..\map_wp.cpp   \
        ..\mtcore.cpp   \
        ..\mtex.cpp     \
        ..\objcore.cpp  \
        ..\olelock.cpp  \
        ..\plex.cpp     \
        ..\strcore.cpp  \
        ..\strex.cpp    \
        ..\thrdcore.cpp \
        ..\timecore.cpp \
        ..\tooltip.cpp  \
        ..\trckrect.cpp \
        ..\validadd.cpp \
        ..\viewcmn.cpp  \
        ..\viewcore.cpp \
        ..\viewedit.cpp \
        ..\viewform.cpp \
        ..\viewprev.cpp \
        ..\viewprnt.cpp \
        ..\viewscrl.cpp \
        ..\winbtn.cpp   \
        ..\wincore.cpp  \
        ..\winctrl1.cpp \
        ..\winctrl2.cpp \
        ..\winctrl3.cpp \
        ..\winctrl4.cpp \
        ..\winfrm.cpp   \
        ..\winfrm2.cpp  \
        ..\winfrmx.cpp  \
        ..\wingdi.cpp   \
        ..\wingdix.cpp  \
        ..\winhand.cpp  \
        ..\winmain.cpp  \
        ..\winmdi.cpp   \
        ..\winmenu.cpp  \
        ..\winmini.cpp  \
        ..\winocc.cpp   \
        ..\winsplit.cpp \
        ..\winstr.cpp   \
        ..\winutil.cpp
