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.

35 lines
707 B

  1. # Makefile for fastopen.exe
  2. #
  3. # Copyright (c) 1991, Microsoft Corporation
  4. #
  5. # History:
  6. # 13-Apr-1992 Sudeep Bharati (sudeepb)
  7. # Created.
  8. #
  9. include ..\..\make.inc
  10. target =$(DEST)\fastopen.exe
  11. #
  12. ####################### dependencies begin here. #########################
  13. #
  14. all: $(target)
  15. binplace -o $(ALT_PROJECT_TARGET) $(target)
  16. clean: cleanup all
  17. cleanup:
  18. cd $(DEST)
  19. if exist *.obj del *.obj
  20. if exist *.exe del *.exe
  21. if exist *.map del *.map
  22. if exist *.lst del *.lst
  23. cd ..\..\..
  24. $(DEST)\fastopen.obj: fastopen.asm $(inc)\fastopen.inc \
  25. makefile.sub
  26. $(target): $(DEST)\fastopen.obj
  27. link16 $(exelink) /LI/MAP $(DEST)\fastopen,$(DEST)\fastopen;