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.

66 lines
1.4 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. SYNCHRONIZE_DRAIN=1
  12. !INCLUDE ..\..\user.mk
  13. MINORCOMP=idq
  14. TARGETNAME=idq
  15. TARGETTYPE=DYNLINK
  16. DLLDEF=$(O)\idq.def
  17. DLLENTRY=_DllMainCRTStartup
  18. INCLUDES=$(INCLUDES);..\..\h;;..\..\qutil\h;
  19. C_DEFINES=$(C_DEFINES:-UWIN32_LEAN_AND_MEAN=)
  20. PASS0_HEADERDIR=$(O)
  21. PASS0_SOURCEDIR=$(O)
  22. SOURCES=idqmsg.mc \
  23. idq.rc \
  24. errormsg.cxx \
  25. express.cxx \
  26. htx.cxx \
  27. idq.cxx \
  28. idqreg.cxx \
  29. ida.cxx \
  30. main.cxx \
  31. outfmt.cxx \
  32. param.cxx \
  33. tokstr.cxx \
  34. variable.cxx \
  35. varutil.cxx \
  36. weblang.cxx \
  37. wqcache.cxx \
  38. wqitem.cxx \
  39. wqiter.cxx \
  40. wqlocale.cxx \
  41. xtow.cxx
  42. TARGETLIBS= \
  43. $(SDK_LIB_PATH)\query.lib\
  44. ..\..\apps\pch\$(O)\pch.obj\
  45. ..\..\apps\pch\$(O)\pch.lib\
  46. $(SDK_LIB_PATH)\user32.lib \
  47. $(SDK_LIB_PATH)\oleaut32.lib \
  48. $(TARGETLIBS)
  49. PRECOMPILED_INCLUDE=pch.cxx