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.

50 lines
1013 B

  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-1989
  12. Revision History:
  13. !ENDIF
  14. TARGETNAME=srvsvc
  15. TARGETPATH=obj
  16. TARGETTYPE=LIBRARY
  17. INCLUDES=.;..\idl;..\idl\$(O); \
  18. $(NET_INC_PATH); \
  19. $(BASE_INC_PATH); \
  20. $(PROJECT_ROOT)\netapi\inc;
  21. !IFNDEF DISABLE_NET_UNICODE
  22. UNICODE=1
  23. NET_C_DEFINES=-DUNICODE -DLDAP_UNICODE=0
  24. !ENDIF
  25. SOURCES=srvstub.c \
  26. srvbind.c \
  27. adtwrap.c \
  28. dfsstub.c \
  29. csc.c \
  30. srvsvc_c_stub.c
  31. C_DEFINES=$(C_DEFINES) -DRPC_NO_WINDOWS_H
  32. # Modules linked into netapi32.dll and reference DsGetDcName need this define
  33. C_DEFINES=$(C_DEFINES) -D_DSGETDCAPI_