Add lib subdir to libver,
Change _LIBVER_SUPPORT by LIBVER_SUPPORT.
This commit is contained in:
parent
0514715693
commit
6ded620c00
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user