mirror of https://github.com/tongzx/nt5src
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.
31 lines
456 B
31 lines
456 B
!IF 0
|
|
|
|
Copyright (c) 1996 Microsoft Corporation
|
|
|
|
!ENDIF
|
|
|
|
!ifndef FAXROOT
|
|
FAXROOT=$(PROJECT_ROOT)\fax
|
|
!endif
|
|
|
|
!include $(FAXROOT)\faxsrc.inc
|
|
|
|
INCLUDES=$(INCLUDES);.
|
|
|
|
TARGETNAME=faxcfg
|
|
TARGETPATH=obj
|
|
TARGETTYPE=PROGRAM
|
|
|
|
USE_MSVCRT=1
|
|
NTKEEPRESOURCETMPFILES=1
|
|
UMTYPE=windows
|
|
UMENTRY=wwinmain
|
|
|
|
LINKLIBS=\
|
|
..\dll\$O\faxcfgd.lib \
|
|
$(SDK_LIB_PATH)\user32.lib \
|
|
$(SDK_LIB_PATH)\comctl32.lib \
|
|
$(SDK_LIB_PATH)\gdi32.lib
|
|
|
|
SOURCES=faxcfg.c faxcfg.rc
|
|
|