!IF 0

Copyright (c) 1989-91  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:    Keith Moore (keithmo) 16-Nov-1994

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

!ENDIF

###############################################################################

!include ..\..\FAXSRC.INC

!if (("$(NTDEBUG)" != "") && ("$(NTDEBUG)" != "ntsdnodbg") && ("$(NTDEBUG)" != "retail"))
C_DEFINES=$(C_DEFINES) -DDEBUG -D_DEBUG

!endif

TARGETNAME=$(FAXRES)
TARGETPATH=$(FAXLIB)
TARGETTYPE=DYNLINK
UMTYPE=windows
UNICODE=1

USE_NOLIBS=1 

RESOURCE_ONLY_DLL=1

C_DEFINES = $(C_DEFINES) -DTARGET_NAME=$(TARGETNAME)
C_DEFINES=$(C_DEFINES) -DUNICODE -D_UNICODE

INCLUDES= $(INCLUDES);\
	$(FAXROOT)\inc;\
	$(FAXROOT)\admin\mmc;\
	$(FAXROOT)\faxcover\src;\
	$(FAXROOT)\print\faxprint\faxui;\
	$(FAXROOT)\print\faxprint\prnwzrd;\
	$(FAXROOT)\admin\cfgwzrd;\
	$(FAXROOT)\service\systray;\
	$(FAXROOT)\admin\routingext\devicemethods;\
	$(FAXROOT)\admin\t30ext;\
	$(FAXROOT)\exchange\xport;\
	$(FAXROOT)\exchange\ext;\
	$(FAXROOT)\setup\ocm;\
	$(FAXROOT)\service\server;\
	$(FAXROOT)\service\faxroute;\
	$(FAXROOT)\print\faxmon;\
    $(FAXROOT)\print\faxprint\sendnote;\
    $(FAXROOT)\provider\t30\main; \
    $(SDK_PATH)\inc\mfc42;

SOURCES= FaxMsg.mc \
		 faxres.rc

TARGETLIBS=

LINKLIBS=