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.
15 lines
358 B
15 lines
358 B
# Global settings for NNTP subprojects
|
|
|
|
!IFNDEF IISBASEDIR
|
|
IISBASEDIR=$(PROJECT_ROOT)\iis
|
|
!ENDIF
|
|
|
|
!INCLUDE $(IISBASEDIR)\staxinc\build\paths.inc
|
|
|
|
STAXNNTP=$(STAXBASE)\nntp
|
|
STAXNNTPTARGET=$(STAXNNTP)\$(_OBJ_DIR)
|
|
STAXNNTPLIBPATH=$(STAXNNTPTARGET)\$(TARGET_DIRECTORY)
|
|
|
|
# Hack to create the lib directory
|
|
!if [mkdir $(STAXNNTPTARGET)\$(TARGET_DIRECTORY)]
|
|
!endif
|