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.

19 lines
360 B

  1. TARGETNAME=perrepsr
  2. TARGETPATH=obj
  3. TARGETTYPE=LIBRARY
  4. C_DEFINES=$(C_DEFINES) -DUNICODE=1 -D_UNICODE=1 -DLDAP_UNICODE=1
  5. !IF "$(NTFRS_TEST)" == "1"
  6. C_DEFINES=$(C_DEFINES) -DNTFRS_TEST=1
  7. !ENDIF 0
  8. INCLUDES=..\inc;..\idl\$(O);$(NET_INC_PATH);$(DS_INC_PATH)\crypto
  9. SOURCES= \
  10. perffrs_s_stub.c \
  11. ..\repset.c \
  12. perrepsr.c
  13. USE_MSVCRT=1