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.

14 lines
282 B

  1. !include $(NTMAKEENV)\makefile.plt
  2. !include dirs
  3. DIR=$(DIRS) $(OPTIONAL_DIRS)
  4. all:
  5. !IF "$(BUILDMSG)" != ""
  6. @ech ; $(BUILDMSG) ;
  7. !ENDIF
  8. clean: cleansrc all
  9. cleansrc:
  10. for %%i in ($(DIR)) do cd %i & nmake -nologo BUILDMSG= clean -f makefile.inc & cd $(MAKEDIR)