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.

70 lines
1.4 KiB

  1. !IF 0
  2. Copyright (c) 1989 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. Steve Wood (stevewo) 12-Apr-1990
  12. NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
  13. !ENDIF
  14. TERMSRV_ROOT = ..\..
  15. MAJORCOMP=termsrv
  16. MINORCOMP=qappsrv
  17. TARGETNAME=qappsrv
  18. TARGETPATH=obj
  19. TARGETTYPE=LIBRARY
  20. USE_MSVCRT=1
  21. SOURCES=qappsrv.c \
  22. nenum.c \
  23. mslan.c \
  24. nwlan.c \
  25. tree.c \
  26. qappsrv.rc
  27. INCLUDES = \
  28. ..\inc; \
  29. ..\..\..\inc; \
  30. $(NET_INC_PATH); \
  31. $(DS_INC_PATH); \
  32. $(BASE_INC_PATH)
  33. !IFDEF NOMEMLEAK
  34. C_DEFINES=-DCONDITION_HANDLING=1 -DNOMINMAX -DUNICODE=1
  35. !ELSE
  36. !IFDEF STACK_TRACE
  37. C_DEFINES=-DCONDITION_HANDLING=1 -DNOMINMAX -DMEMLEAK -DSTACK_TRACE -DUNICODE=1
  38. !ELSE
  39. C_DEFINES=-DCONDITION_HANDLING=1 -DNOMINMAX -DMEMLEAK -DUNICODE=1
  40. !ENDIF
  41. !ENDIF
  42. UMLIBS=$(O)\qappsrv.lib \
  43. ..\utilsub\$(O)\utilsub.lib \
  44. $(SDK_LIB_PATH)\user32.lib \
  45. $(SDK_LIB_PATH)\netapi32.lib \
  46. $(SDK_LIB_PATH)\kernl32p.lib \
  47. $(SDK_LIB_PATH)\ntdll.lib
  48. UMTYPE=console
  49. UMAPPL=qappsrv
  50. UMRES=$(O)\qappsrv.res