Update ATTRIBUTE GET$ "","" to only return the path as this is more useful.

This commit is contained in:
Jim
2015-04-20 09:27:25 -07:00
parent 60573e5b1e
commit 2e68d1b447
7 changed files with 348 additions and 3 deletions

27
src/resattrMakefile Normal file
View File

@@ -0,0 +1,27 @@
NAME= resattr
TYPE= APP
SRCS= resattr.cpp
RSRCS=
LIBS= /boot/develop/lib/x86/libroot.so /boot/develop/lib/x86/libbe.so
LIBPATHS=
SYSTEM_INCLUDE_PATHS= /boot/develop/headers/be /boot/develop/headers/cpp /boot/develop/headers/posix /boot/home/config/include
LOCAL_INCLUDE_PATHS=
OPTIMIZE=NONE
# specify any preprocessor symbols to be defined. The symbols will not
# have their values set automatically; you must supply the value (if any)
# to use. For example, setting DEFINES to "DEBUG=1" will cause the
# compiler option "-DDEBUG=1" to be used. Setting DEFINES to "DEBUG"
# would pass "-DDEBUG" on the compiler's command line.
DEFINES=
# specify special warning levels
# if unspecified default warnings will be used
# NONE = supress all warnings
# ALL = enable all warnings
WARNINGS =
# Build with debugging symbols if set to TRUE
SYMBOLS=
COMPILER_FLAGS=
LINKER_FLAGS=
## include the makefile-engine
include $(BUILDHOME)/etc/makefile-engine