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.

21 lines
381 B

  1. # Makefile for qbasic.exe
  2. #
  3. # Copyright (c) 1991, Microsoft Corporation
  4. #
  5. # History:
  6. # 13-Apr-1992 Sudeep Bharati (sudeepb)
  7. # Created.
  8. #
  9. #
  10. ####################### dependencies begin here. #########################
  11. #
  12. all:
  13. binplace -o $(ALT_PROJECT_TARGET) edit.com
  14. binplace -o $(ALT_PROJECT_TARGET) edit.hlp
  15. clean: cleanup all
  16. cleanup: