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.

28 lines
696 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. !if "$(ALT_PROJECT)" != "KOR"
  14. binplace -o $(ALT_PROJECT_TARGET) qbasic.exe
  15. binplace -o $(ALT_PROJECT_TARGET) qbasic.hlp
  16. !endif
  17. binplace -o $(ALT_PROJECT_TARGET) msherc.com
  18. binplace -o $(ALT_PROJECT_TARGET) gorilla.bas
  19. binplace -o $(ALT_PROJECT_TARGET) nibbles.bas
  20. binplace -o $(ALT_PROJECT_TARGET) money.bas
  21. binplace -o $(ALT_PROJECT_TARGET) remline.bas
  22. clean: cleanup all
  23. cleanup: