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.

38 lines
721 B

  1. # INTEROP makefile
  2. #
  3. # Copyright (c) 1994, Microsoft Corporation
  4. #
  5. # History:
  6. # 28-Sep-1994 Terry Russell (terryru)
  7. #
  8. # If you add a new sub-component , make sure to add it in cleanup
  9. # section too.
  10. #
  11. #
  12. !INCLUDE $(NTMAKEENV)\makefile.plt
  13. # Add the following line so 'default' will be built on
  14. # non-clean builds.
  15. default:
  16. clean:
  17. cd .\lib
  18. $(MAKE) OPST=chic clean
  19. cd ..\coll
  20. $(MAKE) OPST=chic clean
  21. $(MAKE) OPST=dayt clean
  22. cd ..\compobj
  23. $(MAKE) OPST=chic clean
  24. $(MAKE) OPST=dayt clean
  25. cd ..\storage
  26. $(MAKE) OPST=chic clean
  27. $(MAKE) OPST=dayt clean
  28. cd ..\ole2
  29. $(MAKE) OPST=chic clean
  30. $(MAKE) OPST=dayt clean
  31. cd ..