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.

55 lines
1.3 KiB

  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 = cmdlinew.lib
  13. TARGET_DESCRIPTION = "Unicode Cmdline class library utility"
  14. RELEASE = 1
  15. RELPATH = tdk\lib\$(OBJDIR)
  16. OTHERFILES = ..\h\cmdlinew.hxx ..\h\wstrlist.hxx
  17. OTHERPATH = tdk\inc
  18. #
  19. # Source files. Remember to prefix each name with .\
  20. #
  21. CXXFILES = \
  22. .\wstrlist.cxx \
  23. .\cbaseall.cxx \
  24. .\cbasecmd.cxx \
  25. .\cstrlen.cxx \
  26. .\cmdarg.cxx \
  27. .\cintcmd.cxx \
  28. .\culong.cxx \
  29. .\cboolcmd.cxx \
  30. .\cmdline.cxx \
  31. .\cstrlist.cxx \
  32. #
  33. # Libraries and other object files to link.
  34. #
  35. LIBS =
  36. OBJFILES =
  37. #
  38. # Set the special flags we need
  39. #
  40. CINC = -I$(CTCOMTOOLS)\h $(CINC)
  41. CFLAGS = $(CFLAGS)
  42. PCHDIR = $(CTCOMTOOLS)\h
  43. PXXFILE = .\comtpch.cxx