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.
24 lines
454 B
24 lines
454 B
# Global settings for SMTP subprojects
|
|
|
|
!IFNDEF IISBASEDIR
|
|
IISBASEDIR=$(PROJECT_ROOT)\iis
|
|
!ENDIF
|
|
|
|
!IFNDEF STAXINCDIR
|
|
STAXINCDIR=staxinc
|
|
!ENDIF
|
|
|
|
!IFNDEF SMTPDIR
|
|
SMTPDIR=smtp
|
|
!ENDIF
|
|
|
|
!INCLUDE $(IISBASEDIR)\$(STAXINCDIR)\build\paths.inc
|
|
|
|
STAXSMTP=$(STAXBASE)\$(SMTPDIR)
|
|
STAXSMTPTARGET=$(STAXSMTP)\$(_OBJ_DIR)
|
|
STAXSMTPLIBPATH=$(STAXSMTPTARGET)\$(TARGET_DIRECTORY)
|
|
|
|
# Hack to create the lib directory
|
|
!if [mkdir $(STAXSMTPTARGET)\$(TARGET_DIRECTORY)]
|
|
!endif
|
|
|