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
551 B

  1. TARGETPATH=obj
  2. TARGETNAME=pastore
  3. TARGETTYPE=LIBRARY
  4. USE_CRTDLL=1
  5. INCLUDES=..\inc;$(DS_INC_PATH);$(SDK_INC_PATH)
  6. SOURCES= dsstore.c \
  7. regstore.c \
  8. freeobj.c \
  9. procrule.c \
  10. persist.c \
  11. persist-w.c \
  12. ldaputil.c \
  13. memory.c \
  14. wmistore.c \
  15. utils.c
  16. LINKLIBS=
  17. TARGETLIBS = $(SDK_LIB_PATH)\advapi32.lib \
  18. $(SDK_LIB_PATH)\oleaut32.lib \
  19. $(SDK_LIB_PATH)\kernel32.lib