25 lines
328 B
Plaintext
25 lines
328 B
Plaintext
|
!IF 0
|
||
|
|
||
|
Copyright (c) 1996 Microsoft Corporation
|
||
|
|
||
|
!ENDIF
|
||
|
|
||
|
!ifndef FAXROOT
|
||
|
FAXROOT=$(PROJECT_ROOT)\fax
|
||
|
!endif
|
||
|
|
||
|
!include $(FAXROOT)\faxsrc.inc
|
||
|
|
||
|
TARGETNAME=faxcfg
|
||
|
TARGETPATH=obj
|
||
|
TARGETTYPE=LIBRARY
|
||
|
|
||
|
INCLUDES = $(INCLUDES);$(FAXROOT)\print\faxprint\inc;
|
||
|
|
||
|
SOURCES=\
|
||
|
userinfo.c \
|
||
|
statopts.c \
|
||
|
util.c \
|
||
|
clientcp.c \
|
||
|
cpl.c
|