You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
48 lines
939 B
48 lines
939 B
!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:
|
|
|
|
Eran Yariv (EranY)
|
|
|
|
!ENDIF
|
|
|
|
USE_MFCUNICODE=1
|
|
DEBUG_TYPE=Unicode
|
|
|
|
!include ..\sources.inc
|
|
|
|
TARGETNAME=$(FAXCLIENT)
|
|
|
|
INCLUDES = $(INCLUDES)\
|
|
$(BASEDIR)\public\internal\shell\inc;
|
|
|
|
TARGETLIBS= $(TARGETLIBS)\
|
|
$(BASEDIR)\public\internal\shell\lib\*\shell32p.lib \
|
|
$(BASEDIR)\public\sdk\lib\*\version.lib
|
|
|
|
SOURCES= $(SOURCES) \
|
|
Import.cpp
|
|
|
|
|
|
#
|
|
# Fusionized
|
|
#
|
|
SXS_ASSEMBLY_NAME=Microsoft.Windows.Fax.Console
|
|
SXS_ASSEMBLY_LANGUAGE_INDEPENDENT=1
|
|
SXS_MANIFEST=Fxsclnt.Manifest
|
|
SXS_MANIFEST_IN_RESOURCES=1
|
|
SXS_NO_BINPLACE=1
|
|
|