114 lines
2.3 KiB
Plaintext
114 lines
2.3 KiB
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
|
||
|
|
||
|
SYNCHRONIZE_BLOCK=1
|
||
|
|
||
|
TARGETNAME=faxwiz
|
||
|
TARGETPATH=obj
|
||
|
TARGETTYPE=DYNLINK
|
||
|
|
||
|
DLLENTRY=FaxWizardDllInit
|
||
|
|
||
|
C_DEFINES=$(C_DEFINES) -DMAPI_DIM=0
|
||
|
|
||
|
UMTYPE=windows
|
||
|
USE_MSVCRT=1
|
||
|
|
||
|
NTKEEPRESOURCETMPFILES=1
|
||
|
|
||
|
INCLUDES=\
|
||
|
$(INCLUDES);\
|
||
|
$(FAXROOT)\service\server; \
|
||
|
$(BASEDIR)\private\windows\inc; \
|
||
|
$(BASEDIR)\private\sdktools\tlist
|
||
|
|
||
|
LINKLIBS=\
|
||
|
$(LINKLIBS)\
|
||
|
$(SDK_LIB_PATH)\winfax.lib
|
||
|
|
||
|
TARGETLIBS = \
|
||
|
$(TARGETLIBS) \
|
||
|
$(SDK_LIB_PATH)\comctl32.lib \
|
||
|
$(SDK_LIB_PATH)\comdlg32.lib \
|
||
|
$(SDK_LIB_PATH)\kernel32.lib \
|
||
|
$(SDK_LIB_PATH)\user32.lib \
|
||
|
$(SDK_LIB_PATH)\setupapi.lib \
|
||
|
$(SDK_LIB_PATH)\gdi32.lib \
|
||
|
$(SDK_LIB_PATH)\winspool.lib \
|
||
|
$(SDK_LIB_PATH)\mapi32.lib \
|
||
|
$(SDK_LIB_PATH)\advapi32.lib \
|
||
|
$(SDK_LIB_PATH)\tapi32.lib \
|
||
|
$(SDK_LIB_PATH)\shell32.lib \
|
||
|
$(SHELL_LIB_PATH)\shell32p.lib \
|
||
|
$(SDK_LIB_PATH)\netapi32.lib \
|
||
|
$(SDK_LIB_PATH)\userenv.lib \
|
||
|
$(SDK_LIB_PATH)\netapi32.lib \
|
||
|
$(BASEDIR)\private\sdktools\tlist\$O\tlist.lib \
|
||
|
|
||
|
SOURCES=\
|
||
|
class.c \
|
||
|
client.c \
|
||
|
dlgcfcpy.c \
|
||
|
dlgcomon.c \
|
||
|
dlgdev.c \
|
||
|
dlgdvsel.c \
|
||
|
dlgexchg.c \
|
||
|
dlgfcopy.c \
|
||
|
dlglast.c \
|
||
|
dlglastu.c \
|
||
|
dlgclast.c \
|
||
|
dlgmail.c \
|
||
|
dlgplat.c \
|
||
|
dlgpname.c \
|
||
|
dlgprint.c \
|
||
|
dlgra.c \
|
||
|
dlgsec.c \
|
||
|
dlgstaid.c \
|
||
|
dlgstore.c \
|
||
|
dlgsvr.c \
|
||
|
dlgsvrnm.c \
|
||
|
dlguser.c \
|
||
|
faxwiz.c \
|
||
|
fileq.c \
|
||
|
groups.c \
|
||
|
help.c \
|
||
|
mapi.c \
|
||
|
printer.c \
|
||
|
ra.c \
|
||
|
registry.c \
|
||
|
security.c \
|
||
|
server.c \
|
||
|
service.c \
|
||
|
tapi.c \
|
||
|
unattend.c \
|
||
|
uninstal.c \
|
||
|
util.c \
|
||
|
wizard.c \
|
||
|
wizard.rc
|