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.

82 lines
1.6 KiB

  1. !IF 0
  2. Copyright (c) 2001 Microsoft Corporation
  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. Author:
  11. CliffV 11-April-2001
  12. !ENDIF
  13. MAJORCOMP=authz
  14. MINORCOMP=msazxml
  15. TARGETNAME=$(MINORCOMP)
  16. TARGETPATH=obj
  17. TARGETTYPE=DYNLINK
  18. DLLDEF= $(O)\$(TARGETNAME).def
  19. DLLENTRY= _DllMainCRTStartup
  20. C_DEFINES= $(C_DEFINES) -DUNICODE
  21. ATL_VER=30
  22. USE_STATIC_ATL=1
  23. # USE_ICECAP4_ICEPICK=1
  24. SOURCES= \
  25. xml.cxx \
  26. init.cxx \
  27. util.cxx
  28. INCLUDES= \
  29. $(SECURITY_INC); \
  30. $(O) \
  31. ..\$(O) \
  32. .; \
  33. # Strict warning, can be used to detect uninitialized vars. Picks up random
  34. # stuff too
  35. COMPILER_WARNINGS=$(COMPILER_WARNINGS) -FI$(SECURITY_INC)\secwarn.h
  36. MSC_WARNING_LEVEL=/W4
  37. PRECOMPILED_INCLUDE=pch.hxx
  38. PRECOMPILED_OBJ=pch.obj
  39. PRECOMPILED_PCH=pch.pch
  40. # Use C++ Exception Handling
  41. # USE_NATIVE_EH=1
  42. USE_MSVCRT= 1
  43. TARGETLIBS= \
  44. $(SDK_LIB_PATH)\user32.lib \
  45. $(SDK_LIB_PATH)\kernel32.lib \
  46. $(SDK_LIB_PATH)\oleaut32.lib \
  47. $(SDK_LIB_PATH)\advapi32.lib \
  48. $(DS_LIB_PATH)\alloca.lib \
  49. $(SDK_LIB_PATH)\rpcrt4.lib \
  50. $(SDK_LIB_PATH)\msxml2.lib \
  51. $(SECURITY_LIB_PATH)\dsysdbg.lib \
  52. $(SDK_LIB_PATH)\ole32.lib \
  53. NTTARGETFILES= \
  54. xml.cxx