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.

27 lines
597 B

  1. ############################################################################
  2. #
  3. # Microsoft Windows
  4. # Copyright (C) Microsoft Corporation, 1992 - 1992.
  5. # All rights reserved.
  6. #
  7. ############################################################################
  8. default: all
  9. EXENAME = sift
  10. CXXFILES = .\fail.cxx \
  11. .\supp.cxx
  12. # Precompiled headers debug info
  13. !if "$(PLATFORM)" != "MAC"
  14. CFLAGS=$(CFLAGS) -Yd
  15. !endif
  16. !if "$(PLATFORM)" != "MAC"
  17. PXXFILE = .\headers.cxx
  18. !endif
  19. !include $(OLE)\utils\util.mk
  20. !include $(COMMON)\src\win40.mk
  21. !include $(DEPENDFILE)