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.
 
 
 
 
 
 

26 lines
517 B

#
# If BUILDMSG is not defined, the define it as the empty string to make
# the conditionals easier to write.
#
!INCLUDE $(NTMAKEENV)\makefile.plt
!IF "$(ADSI_NT40_BUILD)" == "1"
!INCLUDE ..\adsi40.mk
!ENDIF
BINPLACE_CMD= -binplace -R $(_NT386TREE)\win95
all: binplace
clean: cleansrc binplace all
cleansrc:
binplace:
$(BINPLACE_CMD) bin\radmin32.dll
$(BINPLACE_CMD) bin\rlocal32.dll
$(BINPLACE_CMD) bin\msvcrt.dll
$(BINPLACE_CMD) bin\nwapi32.dll