27 lines
403 B
Plaintext
27 lines
403 B
Plaintext
|
TARGETPATH=obj
|
||
|
TARGETNAME=pastore
|
||
|
TARGETTYPE=LIBRARY
|
||
|
|
||
|
USE_CRTDLL=1
|
||
|
|
||
|
|
||
|
INCLUDES=..\inc;$(DS_INC_PATH)
|
||
|
|
||
|
|
||
|
SOURCES= dsstore.c \
|
||
|
regstore.c \
|
||
|
freeobj.c \
|
||
|
procrule.c \
|
||
|
persist.c \
|
||
|
ldaputil.c \
|
||
|
memory.c \
|
||
|
utils.c
|
||
|
|
||
|
|
||
|
LINKLIBS=
|
||
|
|
||
|
|
||
|
TARGETLIBS = $(SDK_LIB_PATH)\advapi32.lib \
|
||
|
$(SDK_LIB_PATH)\kernel32.lib
|
||
|
|