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.
33 lines
500 B
33 lines
500 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=DYNLINK
|
|
TARGETEXT=cpl
|
|
|
|
TARGETLIBS=\
|
|
..\dll\$O\faxcfgd.lib \
|
|
$(SDK_LIB_PATH)\user32.lib \
|
|
$(SDK_LIB_PATH)\comctl32.lib \
|
|
$(SDK_LIB_PATH)\gdi32.lib \
|
|
$(SDK_LIB_PATH)\kernel32.lib
|
|
|
|
|
|
DLLENTRY=DllEntryPoint
|
|
|
|
DLLBASE=@$(COFFBASE_TXT_FILE),applet1
|
|
|
|
SOURCES=faxcfg.c faxcfg.rc
|
|
|