Makefile 800 B

123456789101112131415161718192021222324252627282930313233
  1. ################################################################################
  2. #
  3. # Copyright (c) 2013 Minoca Corp.
  4. #
  5. # This file is licensed under the terms of the GNU General Public License
  6. # version 3. Alternative licensing terms are available. Contact
  7. # info@minocacorp.com for details. See the LICENSE file at the root of this
  8. # project for complete licensing information.
  9. #
  10. # Module Name:
  11. #
  12. # Win32 Debugger
  13. #
  14. # Abstract:
  15. #
  16. # This directory builds the command line and UI versions of the debugger
  17. # for Windows platforms.
  18. #
  19. # Author:
  20. #
  21. # Evan Green 7-May-2013
  22. #
  23. # Environment:
  24. #
  25. # Win32
  26. #
  27. ################################################################################
  28. DIRS = cmdln \
  29. ui \
  30. include $(SRCROOT)/os/minoca.mk