Source code of Windows XP (NT5)
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

  1. # Global settings for NNTP subprojects
  2. !IFNDEF IISBASEDIR
  3. IISBASEDIR=$(PROJECT_ROOT)\iis
  4. !ENDIF
  5. !INCLUDE $(IISBASEDIR)\staxinc\build\paths.inc
  6. STAXNNTP=$(STAXBASE)\nntp
  7. STAXNNTPTARGET=$(STAXNNTP)\$(_OBJ_DIR)
  8. STAXNNTPLIBPATH=$(STAXNNTPTARGET)\$(TARGET_DIRECTORY)
  9. # Hack to create the lib directory
  10. !if [mkdir $(STAXNNTPTARGET)\$(TARGET_DIRECTORY)]
  11. !endif