49 lines
899 B
Plaintext
49 lines
899 B
Plaintext
!IF 0
|
|
|
|
Copyright (c) 1989 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)
|
|
|
|
!ENDIF
|
|
|
|
!include ..\sources.inc
|
|
|
|
TARGETNAME=winfaxp
|
|
TARGETPATH=$(FAXLIB)
|
|
|
|
NO_BINPLACE=
|
|
NO_NTDLL=1
|
|
|
|
C_DEFINES=$(C_DEFINES) -DPRIVATE=
|
|
|
|
SOURCES=\
|
|
..\faxapi.rc
|
|
|
|
LINKLIBS=$(LINKLIBS) \
|
|
..\public\$O\clirpc.obj \
|
|
..\public\$O\config.obj \
|
|
..\public\$O\faxapi.obj \
|
|
..\public\$O\handle.obj \
|
|
..\public\$O\job.obj \
|
|
..\public\$O\port.obj \
|
|
..\public\$O\precomp.obj \
|
|
..\public\$O\print.obj \
|
|
..\public\$O\rpcutil.obj \
|
|
..\public\$O\util.obj \
|
|
..\public\$O\winfax.obj \
|
|
..\public\$O\install.obj
|