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.

61 lines
1.3 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. #
  13. # This should really use the copy of C_DEFINES in ..\user.mk but rc.exe doesn't
  14. # understand the -U switch.
  15. #
  16. C_DEFINES=$(C_DEFINES:-UWIN32_LEAN_AND_MEAN=)
  17. C_DEFINES=$(C_DEFINES:-FI=-I)
  18. MINORCOMP=webhits
  19. TARGETNAME=webhits
  20. TARGETTYPE=DYNLINK
  21. INCLUDES=$(INCLUDES);..\..\h;..\..\qutil\h;..\..\web\dll;
  22. PASS0_HEADERDIR=$(O)
  23. PASS0_SOURCEDIR=$(O)
  24. SOURCES= \
  25. whmsg.mc \
  26. webhits.rc \
  27. cdoc.cxx \
  28. linkhits.cxx \
  29. webhits.cxx \
  30. whtmplat.cxx
  31. DLLDEF=$(O)\webhits.def
  32. DLLENTRY=_DllMainCRTStartup
  33. LINKLIBS=$(LINKLIBS)\
  34. ..\pch\$(O)\pch.obj\
  35. ..\pch\$(O)\pch.lib
  36. TARGETLIBS=$(SDK_LIB_PATH)\query.lib\
  37. $(SDK_LIB_PATH)\user32.lib \
  38. $(SDK_LIB_PATH)\uuid.lib\
  39. $(TARGETLIBS)
  40. PRECOMPILED_OPTION=/Yu /Fp..\pch\$(O)\pch.pch
  41. PRECOMPILED_TARGET=..\pch\$(O)\pch.pch
  42. PRECOMPILED_CXX=1