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.

23 lines
403 B

  1. #
  2. # Copyright (c) 1991, Microsoft Corporation
  3. #
  4. # History:
  5. #
  6. # 28-Sept-1994 TerryRu
  7. all:
  8. !if "$(PROCESSOR_ARCHITECTURE)" == "x86"
  9. @echo making dos mode binaries under NTVDM.
  10. cd ..
  11. $(MAKE) "OPST=dayt" /f win16.mk
  12. cd $(MAKEDIR)
  13. !endif
  14. clean:
  15. !if "$(PROCESSOR_ARCHITECTURE)" == "x86"
  16. cd ..
  17. $(MAKE) "OPST=dayt" /f win16.mk clean
  18. cd $(MAKEDIR)
  19. !endif