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.

30 lines
589 B

  1. # INTEROP makefile
  2. #
  3. # Copyright (c) 1994, Microsoft Corporation
  4. #
  5. # History:
  6. # 18-Feb-1994 Bob Day (bobday)
  7. # Adapted from MVDM makefile
  8. #
  9. # If you add a new sub-component , make sure to add it in cleanup
  10. # section too.
  11. #
  12. !INCLUDE $(NTMAKEENV)\makefile.plt
  13. all:
  14. !IF "$(BUILDMSG)" != ""
  15. @ech ; $(BUILDMSG) ;
  16. !ENDIF
  17. cleanup:
  18. !if "$(PROCESSOR_ARCHITECTURE)" == "x86"
  19. cd debnot
  20. $(MAKE) OPST=chic /f win16.mk clean
  21. $(MAKE) OPST=dayt /f win16.mk clean
  22. cd ..\ole16
  23. $(MAKE) clean -f makefil0
  24. cd ..
  25. !endif
  26. clean: cleanup all