Source code of Windows XP (NT5)
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.0 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 16-April-2001
  12. !ENDIF
  13. TARGETNAME=aztests
  14. TARGETPATH=obj
  15. TARGETTYPE=LIBRARY
  16. # Strict warning, can be used to detect uninitialized vars. Picks up random
  17. # stuff too
  18. COMPILER_WARNINGS=$(COMPILER_WARNINGS) -FI$(SECURITY_INC)\secwarn.h
  19. SOURCES=
  20. INCLUDES= \
  21. ..; \
  22. $(BASE_INC_PATH); \
  23. # $(NET_INC_PATH); \
  24. # C_DEFINES=$(C_DEFINES) -DRPC_NO_WINDOWS_H
  25. UMTYPE=console
  26. UMAPPL=aztest
  27. UMLIBS= \
  28. $(DS_LIB_PATH)\azrolesp.lib \
  29. $(SDK_LIB_PATH)\ntdll.lib \
  30. gzork= \
  31. $(SDK_LIB_PATH)\advapip.lib \
  32. $(SDK_LIB_PATH)\mpr.lib \
  33. $(DS_LIB_PATH)\secur32p.lib \
  34. $(SDK_LIB_PATH)\netlib.lib \
  35. $(DS_LIB_PATH)\netapi32p.lib \
  36. USE_MSVCRT=1