Leaked source code of windows server 2003
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.
|
|
# # If BUILDMSG is not defined, the define it as the empty string to make # the conditionals easier to write. #
!INCLUDE $(NTMAKEENV)\makefile.plt
BINPLACE_CMD= -binplace -R $(_NTTREE)
!IF "$(ADSI_NT40_BUILD)" == "1" !INCLUDE adsi40.mk BINPLACE_CMD= -binplace !ENDIF
all: binplace
clean: cleansrc binplace all
cleansrc:
binplace: !if "$(TARGET_NTTREE)" != "" $(BINPLACE_CMD) setup\activeds.inf $(BINPLACE_CMD) setup\ads98.inf $(BINPLACE_CMD) setup\adsprb.txt $(BINPLACE_CMD) setup\license.txt !endif
|