From: user Date: Sat, 1 Jan 2022 19:37:50 +0000 (+0300) Subject: Rename dependencies directory X-Git-Tag: nvc-v0.5.10~32 X-Git-Url: https://git.novaco.in/?p=novacoin.git;a=commitdiff_plain;h=a4f3e972b69cc297b0ddbfa97b50b6bf9b13f988 Rename dependencies directory --- diff --git a/.gitignore b/.gitignore index 968151e..2a84d39 100644 --- a/.gitignore +++ b/.gitignore @@ -20,6 +20,6 @@ qrc_*.cpp #mac specific .DS_Store build -mingw64_deps +dependencies !src/leveldb/Makefile diff --git a/mingw64_deps/README.md b/dependencies/README.md similarity index 100% rename from mingw64_deps/README.md rename to dependencies/README.md diff --git a/mingw64_deps/boost/build.sh b/dependencies/boost/build.sh similarity index 100% rename from mingw64_deps/boost/build.sh rename to dependencies/boost/build.sh diff --git a/mingw64_deps/boost/setup.sh b/dependencies/boost/setup.sh similarity index 100% rename from mingw64_deps/boost/setup.sh rename to dependencies/boost/setup.sh diff --git a/mingw64_deps/db/build.sh b/dependencies/db/build.sh similarity index 100% rename from mingw64_deps/db/build.sh rename to dependencies/db/build.sh diff --git a/mingw64_deps/db/setup.sh b/dependencies/db/setup.sh similarity index 100% rename from mingw64_deps/db/setup.sh rename to dependencies/db/setup.sh diff --git a/mingw64_deps/openssl/build.sh b/dependencies/openssl/build.sh similarity index 100% rename from mingw64_deps/openssl/build.sh rename to dependencies/openssl/build.sh diff --git a/mingw64_deps/openssl/setup.sh b/dependencies/openssl/setup.sh similarity index 100% rename from mingw64_deps/openssl/setup.sh rename to dependencies/openssl/setup.sh diff --git a/mingw64_deps/qt/build.sh b/dependencies/qt/build.sh similarity index 100% rename from mingw64_deps/qt/build.sh rename to dependencies/qt/build.sh diff --git a/mingw64_deps/qt/setup.sh b/dependencies/qt/setup.sh similarity index 100% rename from mingw64_deps/qt/setup.sh rename to dependencies/qt/setup.sh diff --git a/mingw64_deps/qt/stack_protector.patch b/dependencies/qt/stack_protector.patch similarity index 100% rename from mingw64_deps/qt/stack_protector.patch rename to dependencies/qt/stack_protector.patch diff --git a/mingw64_deps/zlib/build.sh b/dependencies/zlib/build.sh similarity index 100% rename from mingw64_deps/zlib/build.sh rename to dependencies/zlib/build.sh diff --git a/mingw64_deps/zlib/setup.sh b/dependencies/zlib/setup.sh similarity index 100% rename from mingw64_deps/zlib/setup.sh rename to dependencies/zlib/setup.sh