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.

20 lines
504 B

  1. #############################################################################
  2. #
  3. # Microsoft Confidential
  4. # Copyright (C) Microsoft Corporation 1991
  5. # All Rights Reserved.
  6. #
  7. # dev\sdk\inc16 makefile
  8. #
  9. # inc.mk contains the rules and dependence list of inc/h files.
  10. #
  11. #############################################################################
  12. ROOT = ..\..\..
  13. IS_16 = TRUE
  14. IS_SDK = TRUE
  15. IS_PRIVATE = TRUE
  16. TARGETS = $(SDKINC16DEP)
  17. CLEANLIST = $(SDKINC16DEP)
  18. !include ..\..\master.mk