Add lib subdir to libver,

Change _LIBVER_SUPPORT by LIBVER_SUPPORT.
This commit is contained in:
agibert 2003-01-23 00:25:19 +00:00
parent 0514715693
commit 6ded620c00

View File

@ -1,6 +1,6 @@
ifdef _LIBVER_SUPPORT
DEP += ../../libver/ver.h
LIBDIR += -I ../../libver
ifdef LIBVER_SUPPORT
DEP += ../../libver/lib/ver.h
LIBDIR += -I ../../libver/lib
FLAG += -D_LIBVER_SUPPORT
endif