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.

53 lines
1.6 KiB

  1. #############################################################################
  2. #
  3. # Microsoft Confidential
  4. # Copyright (C) Microsoft Corporation 1992
  5. # All Rights Reserved.
  6. #
  7. # Makefile for shui directory
  8. #
  9. #############################################################################
  10. ROOT = ..\..\..\..
  11. VERSIONLIST = debug retail
  12. IS_PRIVATE = TRUE
  13. IS_SDK = TRUE
  14. USEPCH = TRUE
  15. COMMONMKFILE = reint.mk
  16. !include $(ROOT)\dev\master.mk
  17. #############################################################################
  18. #
  19. # Beginning of saved settings used by makemake. Do not edit between here
  20. # and the end of the file, except by deleting the entire section. Do not
  21. # delete the blank line that precedes this comment block.
  22. #
  23. # MAKE SURE TO DELETE EVERYTHING FROM HERE TO THE END OF THE MAKEFILE BEFORE
  24. # YOU CHECK IT IN. If you need to add more gunk, add it BEFORE this comment
  25. # block.
  26. #
  27. #
  28. #############################################################################
  29. # $absmaininc = 'C:\WIN96\ROVER\ROVER.mk';1;
  30. # $absroot = 'C:\WIN96';1;
  31. # $makefiletype = '6';1;
  32. # $wantother = '1';1;
  33. # $isprivate = '1';1;
  34. # $issdk = '1';1;
  35. # $isddk = '';1;
  36. # $INCLUDE = '..\INC';1;
  37. # $debug = '1';1;
  38. # $defclib = '';1;
  39. # $LIBS = 'lib3.lib';1;
  40. # $LIBNODEP = '';1;
  41. # $exebase = 'shui';1;
  42. # $extension = 'dll';1;
  43. # $CFLAGS = ' -DVERBOSE=';1;
  44. # $AFLAGS = '';1;
  45. # $LFLAGS = '';1;
  46. #############################################################################
  47. #
  48. # End of saved settings used by makemake.
  49. #
  50. #############################################################################