removed "&exverbatim" from tHelp_E file.
This commit is contained in:
@@ -82,10 +82,10 @@ LD_OPT = -shared
|
||||
## Libraries
|
||||
##
|
||||
##LIBPATH = -L/boot/home/config/lib
|
||||
LIBPATHS = $(shell findpaths -a `getarch` B_FIND_PATH_LIB_DIRECTORY) .
|
||||
LIBPATHS = $(shell findpaths -a `getarch` B_FIND_PATH_LIB_DIRECTORY;findpaths -a `getarch` B_FIND_PATH_DEVELOP_LIB_DIRECTORY) .
|
||||
LIBPATH=$(addprefix -L,$(LIBPATHS))
|
||||
##LIBPATH = -L`finddir B_SYSTEM_LIB_DIRECTORY` ##/boot/system/lib
|
||||
LIB = -lbe -lroot -ltranslation -ltracker -lmedia
|
||||
LIB = -lbe -lroot -ltranslation -ltracker -lmedia -llocalestub
|
||||
|
||||
## flags for flex (-d for debugging)
|
||||
FLEXFLAGS = -i -I -L -s
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user