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.

49 lines
840 B

  1. ############################################################################
  2. #
  3. # Copyright (C) 1993, Microsoft Corporation.
  4. #
  5. # All rights reserved.
  6. #
  7. # File: FILELIST.MK
  8. #
  9. # This is needed to build 16 bit common precompiled header.
  10. #
  11. ############################################################################
  12. #
  13. # Name of target. Include an extension (.dll, .lib, .exe)
  14. # If the target is part of the release, set RELEASE to 1.
  15. #
  16. TARGET = pch.lib
  17. RELEASE =
  18. RELPATH =
  19. #
  20. # Source files. Remember to prefix each name with .\
  21. #
  22. CXXFILES = .\dummy.cxx
  23. CINC = $(CINC)
  24. NO_WINMAIN = 1
  25. #
  26. # Libraries and other object files to link.
  27. #
  28. LIBS =
  29. OBJFILES =
  30. #
  31. # Precompiled headers.
  32. #
  33. PXXFILE = .\comtpch.cxx
  34. PFILE =