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.

69 lines
1.5 KiB

  1. !IF 0
  2. Copyright (C) Microsoft Corporation, 1989 - 1999
  3. Module Name:
  4. sources.
  5. Abstract:
  6. This file specifies the target component being built and the list of
  7. sources files needed to build that component. Also specifies optional
  8. compiler switches and libraries that are unique for the component being
  9. built.
  10. !ENDIF
  11. !INCLUDE ..\..\user.mk
  12. MINORCOMP=querylib
  13. TARGETNAME=querylib
  14. TARGETTYPE=LIBRARY
  15. SYNCHRONIZE_BLOCK=1
  16. INCLUDES=$(INCLUDES);..\h;..\..\h
  17. SOURCES=catstate.cxx \
  18. caturl.cxx \
  19. cgiesc.cxx \
  20. doquery.cxx \
  21. fmapio.cxx \
  22. gibralt.cxx \
  23. htmlchar.cxx \
  24. lgplist.cxx \
  25. mbutil.cxx \
  26. monarch.cxx \
  27. parser.cxx \
  28. plist.cxx \
  29. scanner.cxx \
  30. strrest.cxx \
  31. strsort.cxx \
  32. strgroup.cxx \
  33. string.cxx \
  34. util.cxx \
  35. wcstoi64.cxx \
  36. cphash.cxx \
  37. cpid.cxx \
  38. weblcid.cxx
  39. UMTYPE=console
  40. UMTEST=tgroup*tlcid*tplist
  41. UMLIBS= \
  42. $(TARGET) \
  43. $(SDK_LIB_PATH)\query.lib\
  44. ..\..\icommand\$(_OBJ_DIR)\*\icommand.lib\
  45. $(SDK_LIB_PATH)\uuid.lib\
  46. $(SDK_LIB_PATH)\kernel32.lib \
  47. $(SDK_LIB_PATH)\user32.lib \
  48. $(SDK_LIB_PATH)\advapi32.lib \
  49. $(SDK_LIB_PATH)\ole32.lib \
  50. $(SDK_LIB_PATH)\oleaut32.lib\
  51. $(SDK_LIB_PATH)\imagehlp.lib\
  52. $(SDK_LIB_PATH)\ntdll.lib\
  53. $(SDK_LIB_PATH)\netapi32.lib
  54. PRECOMPILED_INCLUDE=pch.cxx