aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/toolchains/boost
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2020-01-03 18:00:24 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2020-01-03 18:03:37 +0300
commitd7bd2e3d50d5b5b51f5af28343a6f03ed2efbcfc (patch)
tree36834e3fe8a8f06e589cc4aff90cf3a8271c2857 /toolchains/boost
parentcommon.cmake: don't use keyword- target_link_libraries (diff)
downloadcmake-common-d7bd2e3d50d5b5b51f5af28343a6f03ed2efbcfc.tar.gz
cmake-common-d7bd2e3d50d5b5b51f5af28343a6f03ed2efbcfc.zip
rearrange all files completely
Diffstat (limited to 'toolchains/boost')
-rw-r--r--toolchains/boost/mingw-w64-x64-exe.jam1
-rw-r--r--toolchains/boost/mingw-w64-x64.jam1
-rw-r--r--toolchains/boost/mingw-w64-x86-exe.jam1
-rw-r--r--toolchains/boost/mingw-w64-x86.jam1
4 files changed, 0 insertions, 4 deletions
diff --git a/toolchains/boost/mingw-w64-x64-exe.jam b/toolchains/boost/mingw-w64-x64-exe.jam
deleted file mode 100644
index 3358a92..0000000
--- a/toolchains/boost/mingw-w64-x64-exe.jam
+++ /dev/null
@@ -1 +0,0 @@
-using gcc : : x86_64-w64-mingw32-g++.exe ;
diff --git a/toolchains/boost/mingw-w64-x64.jam b/toolchains/boost/mingw-w64-x64.jam
deleted file mode 100644
index 799c943..0000000
--- a/toolchains/boost/mingw-w64-x64.jam
+++ /dev/null
@@ -1 +0,0 @@
-using gcc : : x86_64-w64-mingw32-g++ ;
diff --git a/toolchains/boost/mingw-w64-x86-exe.jam b/toolchains/boost/mingw-w64-x86-exe.jam
deleted file mode 100644
index ad06bf3..0000000
--- a/toolchains/boost/mingw-w64-x86-exe.jam
+++ /dev/null
@@ -1 +0,0 @@
-using gcc : : i686-w64-mingw32-g++.exe ;
diff --git a/toolchains/boost/mingw-w64-x86.jam b/toolchains/boost/mingw-w64-x86.jam
deleted file mode 100644
index 27452b0..0000000
--- a/toolchains/boost/mingw-w64-x86.jam
+++ /dev/null
@@ -1 +0,0 @@
-using gcc : : i686-w64-mingw32-g++ ;