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.

26 lines
403 B

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