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.

53 lines
1.0 KiB

  1. !IF 0
  2. Copyright (c) 1989-93 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. Rita Wong (ritaw) 14-Feb-1993
  12. Revision History:
  13. !ENDIF
  14. TARGETNAME=fpnwclnt
  15. TARGETPATH=obj
  16. TARGETTYPE=DYNLINK
  17. TARGETLIBS= \
  18. $(SDK_LIB_PATH)\advapi32.lib \
  19. $(SDK_LIB_PATH)\rpcrt4.lib \
  20. $(SDK_LIB_PATH)\netapi32.lib \
  21. $(SDK_LIB_PATH)\kernel32.lib \
  22. $(SDK_LIB_PATH)\rpcutil.lib \
  23. $(SDK_LIB_PATH)\user32.lib
  24. INCLUDES=.;..\inc;..\idl\$(O);$(COM_INC_PATH);$(PROJECT_ROOT)\netapi\inc;
  25. UNICODE=1
  26. SOURCES= \
  27. encrypt.c \
  28. logon.c \
  29. ncpbind.c \
  30. ncpstub.c \
  31. ncpsvc_c_stub.c \
  32. notify.c \
  33. nwsutil.c \
  34. fpnwclnt.rc
  35. C_DEFINES=-DRPC_NO_WINDOWS_H -DUNICODE