From 5bea06029def914fd943475c917bf7f4a0f707db Mon Sep 17 00:00:00 2001 From: Philipp Winkel Date: Mon, 1 Feb 2021 13:51:47 +0100 Subject: [PATCH] add vendor x2utils and x2log as submodule fix search path --- .gitmodules | 6 ++++++ X2XMLDataBinding.dproj | 2 +- vendor/x2log | 1 + vendor/x2utils | 1 + 4 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 .gitmodules create mode 160000 vendor/x2log create mode 160000 vendor/x2utils diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..d6dbfcf --- /dev/null +++ b/.gitmodules @@ -0,0 +1,6 @@ +[submodule "vendor/x2utils"] + path = vendor/x2utils + url = https://github.com/MvRens/x2utils.git +[submodule "vendor/x2log"] + path = vendor/x2log + url = https://github.com/MvRens/x2log.git diff --git a/X2XMLDataBinding.dproj b/X2XMLDataBinding.dproj index 081bb05..3644cb8 100644 --- a/X2XMLDataBinding.dproj +++ b/X2XMLDataBinding.dproj @@ -52,7 +52,7 @@ 1043 $(BDS)\bin\default_app.manifest X2XMLDataBinding - ..\x2utils;..\x2log;$(DCC_UnitSearchPath) + vendor\x2utils;vendor\x2log;$(DCC_UnitSearchPath) Data.Win;Datasnap.Win;Web.Win;Soap.Win;Bde;$(DCC_Namespace) diff --git a/vendor/x2log b/vendor/x2log new file mode 160000 index 0000000..8b17a99 --- /dev/null +++ b/vendor/x2log @@ -0,0 +1 @@ +Subproject commit 8b17a99c33453d0cf6c94d26af735beb3bb8666c diff --git a/vendor/x2utils b/vendor/x2utils new file mode 160000 index 0000000..1e7a087 --- /dev/null +++ b/vendor/x2utils @@ -0,0 +1 @@ +Subproject commit 1e7a0873558140b506c01af5c50c73cfe940466e