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
495 B

  1. #############################################################################
  2. #
  3. # Microsoft Confidential
  4. # Copyright (C) Microsoft Corporation 1992
  5. # All Rights Reserved.
  6. #
  7. # Makefile for LIB3 directory
  8. #
  9. #############################################################################
  10. ROOT = ..\..\..\..
  11. VERSIONLIST = debug retail
  12. IS_32 = TRUE
  13. WANT_32 = TRUE
  14. WANT_C932 = TRUE
  15. IS_PRIVATE = TRUE
  16. IS_SDK = TRUE
  17. IS_DDK = TRUE
  18. COMMONMKFILE = LIB3.mk
  19. !include $(ROOT)\dev\master.mk