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.

29 lines
602 B

  1. TARGETNAME=NTFRSPRF
  2. TARGETPATH=obj
  3. TARGETTYPE=DYNLINK
  4. USE_MSVCRT=1
  5. DLLENTRY=DllMain
  6. INCLUDES=..\inc; \
  7. ..\idl\$(O); \
  8. ..\ntfrsres\$(O); \
  9. $(NET_INC_PATH); \
  10. $(DS_INC_PATH)\crypto
  11. C_DEFINES=$(C_DEFINES) -DUNICODE=1 -D_UNICODE=1 -DLDAP_UNICODE=1
  12. SOURCES=..\repconn.c \
  13. ..\repset.c\
  14. perfutil.c \
  15. perfmain.c \
  16. perfconn.c \
  17. perfset.c \
  18. perffrs_c_stub.c \
  19. version.rc
  20. TARGETLIBS=\
  21. $(SDK_LIB_PATH)\rpcrt4.lib \
  22. $(SDK_LIB_PATH)\kernel32.lib \
  23. $(SDK_LIB_PATH)\advapi32.lib