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.

57 lines
988 B

  1. ############################################################################
  2. #
  3. # Copyright (C) 1992, Microsoft Corporation.
  4. #
  5. # All rights reserved.
  6. #
  7. ############################################################################
  8. #
  9. # Name of target. Include an extension (.dll, .lib, .exe)
  10. # If the target is part of the release, set RELEASE to 1.
  11. #
  12. TARGET = stdimpl.lib
  13. RELEASE =
  14. #
  15. # Source files. Remember to prefix each name with .\
  16. #
  17. CPPFILES = .\defcf.cpp \
  18. .\defhndlr.cpp \
  19. .\deflink.cpp \
  20. .\defutil.cpp \
  21. .\gen.cpp \
  22. .\icon.cpp \
  23. .\mf.cpp \
  24. .\olereg.cpp \
  25. .\oregfmt.cpp \
  26. .\oregverb.cpp
  27. CFILES =
  28. RCFILES =
  29. #
  30. # Libraries and other object files to link.
  31. #
  32. DEFFILE =
  33. LIBS =
  34. OBJFILES =
  35. #
  36. # Precompiled headers.
  37. #
  38. PFILE =
  39. !include $(CAIROLE)\ole232\ole.mk