summaryrefslogtreecommitdiffstats
path: root/libcommuni/src/3rdparty/uchardet-0.0.1/script
diff options
context:
space:
mode:
Diffstat (limited to 'libcommuni/src/3rdparty/uchardet-0.0.1/script')
-rw-r--r--libcommuni/src/3rdparty/uchardet-0.0.1/script/debug.sh9
-rw-r--r--libcommuni/src/3rdparty/uchardet-0.0.1/script/release.sh8
-rw-r--r--libcommuni/src/3rdparty/uchardet-0.0.1/script/win32.sh7
3 files changed, 0 insertions, 24 deletions
diff --git a/libcommuni/src/3rdparty/uchardet-0.0.1/script/debug.sh b/libcommuni/src/3rdparty/uchardet-0.0.1/script/debug.sh
deleted file mode 100644
index f85d69b..0000000
--- a/libcommuni/src/3rdparty/uchardet-0.0.1/script/debug.sh
+++ /dev/null
@@ -1,9 +0,0 @@
-mkdir --parents debug \
-&& cd debug
-
-cmake \
- -DCMAKE_BUILD_TYPE=Debug \
- -DCMAKE_INSTALL_PREFIX=`pwd`/root \
- .. \
-&& make \
-&& make install
diff --git a/libcommuni/src/3rdparty/uchardet-0.0.1/script/release.sh b/libcommuni/src/3rdparty/uchardet-0.0.1/script/release.sh
deleted file mode 100644
index 21a5f6e..0000000
--- a/libcommuni/src/3rdparty/uchardet-0.0.1/script/release.sh
+++ /dev/null
@@ -1,8 +0,0 @@
-mkdir --parents release \
-&& cd release
-
-cmake \
- -DCMAKE_BUILD_TYPE=Release \
- -DCMAKE_INSTALL_PREFIX=/usr \
- .. \
-&& make
diff --git a/libcommuni/src/3rdparty/uchardet-0.0.1/script/win32.sh b/libcommuni/src/3rdparty/uchardet-0.0.1/script/win32.sh
deleted file mode 100644
index b757380..0000000
--- a/libcommuni/src/3rdparty/uchardet-0.0.1/script/win32.sh
+++ /dev/null
@@ -1,7 +0,0 @@
-mkdir --parents win32 \
-&& cd win32 \
-&& cmake .. \
- -G "MSYS Makefiles" \
- -DCMAKE_BUILD_TYPE=Release \
- -DCMAKE_INSTALL_PREFIX="" \
-&& make \ No newline at end of file