62 lines
1.1 KiB
Plaintext
62 lines
1.1 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:
|
|
|
|
Mooly Beery (MoolyB)
|
|
|
|
!ENDIF
|
|
|
|
NOUNICODE=1
|
|
|
|
|
|
!include ..\..\..\faxsrc.inc
|
|
|
|
C_DEFINES=$(C_DEFINES) -DWIN95
|
|
|
|
TARGETNAME=$(FAXSETUP)
|
|
|
|
TARGETPATH=obj
|
|
TARGETTYPE=PROGRAM
|
|
UMTYPE=windows
|
|
UMENTRY=winmain
|
|
|
|
PRECOMPILED_INCLUDE=stdafx.h
|
|
|
|
PRECOMPILED_PCH=stdafx.pch
|
|
PRECOMPILED_OBJ=stdafx.obj
|
|
|
|
PRECOMPILED_CXX=1
|
|
|
|
|
|
INCLUDES= \
|
|
..\..\inc; \
|
|
..\..\..\inc; \
|
|
$(INCLUDES);
|
|
|
|
TARGETLIBS=\
|
|
$(BASEDIR)\public\sdk\lib\*\comdlg32.lib \
|
|
$(BASEDIR)\public\sdk\lib\*\ole32.lib \
|
|
$(BASEDIR)\public\sdk\lib\*\shell32.lib \
|
|
$(BASEDIR)\public\sdk\lib\*\uuid.lib \
|
|
$(BASEDIR)\public\sdk\lib\*\winspool.lib \
|
|
$(BASEDIR)\public\sdk\lib\*\comctl32.lib \
|
|
$(FAXROOT)\setup\util\ansii\obj\*\setuputil.lib \
|
|
$(FAXROOT)\util\debugex\ansii\obj\*\debugex.lib
|
|
|
|
SOURCES=\
|
|
setup.cpp \
|
|
setup.rc
|