From 54df2afaa61c6a03cbb4a33c9b90fa572b6d07b8 Mon Sep 17 00:00:00 2001 From: Jesse Morgan Date: Sat, 17 Dec 2016 21:28:53 -0800 Subject: Berkeley DB 4.8 with rust build script for linux. --- db-4.8.30/dist/vx_6/cxxfile | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 db-4.8.30/dist/vx_6/cxxfile (limited to 'db-4.8.30/dist/vx_6/cxxfile') diff --git a/db-4.8.30/dist/vx_6/cxxfile b/db-4.8.30/dist/vx_6/cxxfile new file mode 100644 index 0000000..580c700 --- /dev/null +++ b/db-4.8.30/dist/vx_6/cxxfile @@ -0,0 +1,2 @@ +bdbvxw/$(MODE_DIR)/Objects/$(BDB_OBJECT_DIR)/__FILENAME__.o : $(BDB_ROOT)/__FILENAME__.cpp + $(TRACE_FLAG)if [ ! -d "`dirname "$@"`" ]; then mkdir -p "`dirname "$@"`"; fi;echo "building $@"; $(TOOL_PATH)dcc $(DEBUGFLAGS_C++-Compiler) $(CC_ARCH_SPEC) -W:c:,-Xclib-optim-off -Xansi -Xlocal-data-area-static-only -Xforce-declarations -Xmake-dependency=0xd $(ADDED_C++FLAGS) $(IDE_INCLUDES) $(ADDED_INCLUDES) -DCPU=$(CPU) -DTOOL_FAMILY=$(TOOL_FAMILY) -DTOOL=$(TOOL) -D_WRS_KERNEL $(DEFINES) -o "$@" -c "$<" -- cgit v1.2.3