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.7 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. Cliff Van Dyke (CliffV) 27-Jun-1991
  12. Revision History:
  13. !ENDIF
  14. ALT_PROJECT_TARGET=win95
  15. TARGETNAME= logonsrv
  16. TARGETPATH=obj
  17. TARGETTYPE=DYNLINK
  18. DLLDEF=logonsrv.def
  19. DLLENTRY=_DllMainCRTStartup
  20. TARGETLIBS=\
  21. $(SDK_LIB_PATH)\wsock32.lib \
  22. $(SDK_LIB_PATH)\wldap32.lib \
  23. $(SDK_LIB_PATH)\rpcrt4.lib \
  24. $(SDK_LIB_PATH)\dnsapi.lib \
  25. $(SDK_LIB_PATH)\ntdll.lib \
  26. $(SDK_LIB_PATH)\kernel32.lib \
  27. $(SDK_LIB_PATH)\advapi32.lib \
  28. $(SDK_LIB_PATH)\user32.lib
  29. USE_MSVCRT=1
  30. NO_NTDLL=1
  31. COFFBASE=msv1_0
  32. INCLUDES=..\..;..\..\idl; \
  33. ..\..\server; \
  34. $(NET_INC_PATH); \
  35. $(BASE_INC_PATH); \
  36. $(COM_INC_PATH); \
  37. $(PROJECT_ROOT)\netapi\inc;
  38. # C_DEFINES=$(C_DEFINES) -D_DSGETDCAPI_ -DWIN32_CHICAGO -DNETLOGONDBG
  39. C_DEFINES=$(C_DEFINES) -D_DSGETDCAPI_ -DWIN32_CHICAGO
  40. USE_MAPSYM=1
  41. # Don't build on Alpha
  42. SOURCES=
  43. I386_SOURCES= \
  44. ..\getdcnam.c \
  45. cpnlcommon.c \
  46. cpnetpdc.c \
  47. cpnmval.c \
  48. cpnmcan.c \
  49. apibuff.c \
  50. cpdnssrv.c \
  51. ntwin95.c \
  52. cplogonp.c \
  53. cpntstat.c \
  54. cpdata.c \
  55. res.rc
  56. UMTYPE=console
  57. PASS1_PUBLISH= \
  58. {$(O)\logonsrv.lib=$(SDK_LIB_PATH)\logonsrv.lib}