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.

33 lines
665 B

  1. # Makefile for share.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. #
  11. ####################### dependencies begin here. #########################
  12. #
  13. all: $(DEST)\share.exe
  14. binplace -o $(ALT_PROJECT_TARGET) $(DEST)\share.exe
  15. clean: cleanup all
  16. cleanup:
  17. cd $(DEST)
  18. if exist *.obj del *.obj
  19. if exist *.exe del *.exe
  20. if exist *.map del *.map
  21. if exist *.lst del *.lst
  22. cd ..\..\..
  23. $(DEST)\share.obj: share.asm \
  24. makefile.sub
  25. $(DEST)\share.exe: $(DEST)\share.obj
  26. link16 $(exelink) /LI/MAP $(DEST)\share, $(DEST)\share;