File tree Expand file tree Collapse file tree 4 files changed +18
-3
lines changed Expand file tree Collapse file tree 4 files changed +18
-3
lines changed Original file line number Diff line number Diff line change 3
3
*******************************************************************************
4
4
5
5
=== 0.5.2 ===
6
+ * Build updates.
6
7
7
8
=== 0.5.1 ===
8
9
* Modified base R3D interface constants and metadata structures.
Original file line number Diff line number Diff line change 1
1
# Variables that describe dependencies
2
- LSP_COMMON_LIB_VERSION := 1.0.4
2
+ LSP_COMMON_LIB_VERSION := 1.0.7
3
3
LSP_COMMON_LIB_NAME := lsp-common-lib
4
4
LSP_COMMON_LIB_URL := https://github.com/sadko4u/$(LSP_COMMON_LIB_NAME ) .git
5
5
LSP_COMMON_LIB_TYPE := hdr
6
6
7
- LSP_TEST_FW_VERSION := 1.0.3
7
+ LSP_TEST_FW_VERSION := 1.0.5
8
8
LSP_TEST_FW_NAME := lsp-test-fw
9
9
LSP_TEST_FW_URL := https://github.com/sadko4u/$(LSP_TEST_FW_NAME ) .git
10
10
LSP_TEST_FW_TYPE := src
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ ARTIFACT_NAME = lsp-r3d-base-lib
3
3
ARTIFACT_VARS = LSP_R3D_BASE_LIB
4
4
ARTIFACT_HEADERS = lsp-plug.in
5
5
ARTIFACT_EXPORT_ALL = 0
6
- ARTIFACT_VERSION = 0.5.2-devel
6
+ ARTIFACT_VERSION = 0.5.2
7
7
8
8
# List of dependencies
9
9
TEST_DEPENDENCIES = \
Original file line number Diff line number Diff line change
1
+ $(LSP_R3D_BASE_LIB_BIN ) /main/base_backend.o : main/base_backend.cpp \
2
+ $(LSP_R3D_BASE_LIB_INC)/lsp-plug.in/r3d/base.h \
3
+ $(LSP_COMMON_LIB_INC)/lsp-plug.in/common/types.h \
4
+ $(LSP_COMMON_LIB_INC)/lsp-plug.in/common/version.h \
5
+ $(LSP_R3D_BASE_LIB_INC)/lsp-plug.in/r3d/version.h \
6
+ $(LSP_R3D_BASE_LIB_INC)/lsp-plug.in/r3d/backend.h \
7
+ $(LSP_R3D_BASE_LIB_INC)/lsp-plug.in/r3d/types.h \
8
+ $(LSP_COMMON_LIB_INC)/lsp-plug.in/common/status.h \
9
+ $(LSP_COMMON_LIB_INC)/lsp-plug.in/stdlib/string.h
10
+ $(LSP_R3D_BASE_LIB_BIN ) /test/main.o : test/main.cpp \
11
+ $(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/main.h \
12
+ $(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/version.h \
13
+ $(LSP_COMMON_LIB_INC)/lsp-plug.in/common/types.h \
14
+ $(LSP_COMMON_LIB_INC)/lsp-plug.in/common/version.h
You can’t perform that action at this time.
0 commit comments