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.

16 lines
315 B

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