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.

31 lines
557 B

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