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
296 B
19 lines
296 B
TARGETNAME=pbk
|
|
TARGETPATH=obj
|
|
TARGETTYPE=LIBRARY
|
|
|
|
C_DEFINES=-DUNICODE=1 -D_UNICODE=1 -DWINVER=0x501
|
|
|
|
BUFFER_OVERFLOW_CHECKS=1
|
|
|
|
INCLUDES=\
|
|
..\..\inc;\
|
|
..\..\..\inc;\
|
|
..\..\..\..\inc;\
|
|
|
|
SOURCES=\
|
|
cstmdlg.c \
|
|
file.c \
|
|
pbk.c \
|
|
util.c \
|
|
PbkCache.cpp
|