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.
25 lines
270 B
25 lines
270 B
15 years ago
|
|
||
|
TEMPLATE = lib
|
||
|
|
||
|
win32:DEFINES += MAKE_KEXIUUID_LIB
|
||
|
|
||
|
include( $(KEXI)/common.pro )
|
||
|
|
||
|
TARGET = kexiuuid$$KDELIBDEBUG
|
||
|
|
||
|
|
||
|
SOURCES = \
|
||
|
clear.c \
|
||
|
compare.c \
|
||
|
copy.c \
|
||
|
gen_uuid.c \
|
||
|
isnull.c \
|
||
|
pack.c \
|
||
|
parse.c \
|
||
|
unpack.c \
|
||
|
unparse.c \
|
||
|
uuid_time.c
|
||
|
|
||
|
#tst_uuid.c \
|
||
|
#gen_uuid_nt.c \
|