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.

46 lines
975 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 = olestr.lib
  13. TARGET_DESCRIPTION = "Unicode Cmdline class library utility"
  14. RELEASE = 1
  15. RELPATH = tdk\lib\$(OBJDIR)
  16. #
  17. # Source files. Remember to prefix each name with .\
  18. #
  19. CXXFILES = \
  20. .\convert.cxx \
  21. #BUGBUG need to fix ctprintf
  22. # .\ctprintf.cxx \
  23. #
  24. # Libraries and other object files to link.
  25. #
  26. LIBS =
  27. OBJFILES =
  28. #
  29. # Set the special flags we need
  30. #
  31. CINC = -I$(CTOLERPC)\h $(CINC)
  32. CFLAGS = $(CFLAGS)
  33. PCHDIR = $(CTOLERPC)\include
  34. PXXFILE = .\ctolerpc.cxx