42 lines
601 B
Plaintext
42 lines
601 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
|
||
|
|
||
|
!ifndef FAXROOT
|
||
|
FAXROOT=$(PROJECT_ROOT)\fax
|
||
|
!endif
|
||
|
|
||
|
!include $(FAXROOT)\faxsrc.inc
|
||
|
|
||
|
TARGETNAME=faxreg
|
||
|
TARGETPATH=obj
|
||
|
TARGETTYPE=LIBRARY
|
||
|
|
||
|
UMTYPE=windows
|
||
|
|
||
|
SYNCHRONIZE_BLOCK=1
|
||
|
|
||
|
PASS0_HEADERDIR=.
|
||
|
PASS0_SOURCEDIR=.
|
||
|
|
||
|
SOURCES=\
|
||
|
faxreg.c
|