From 529f38bd8878b6b1bea2b5457031ce936aab8d80 Mon Sep 17 00:00:00 2001 From: Markus Mittendrein Date: Mon, 6 Oct 2014 15:03:54 +0200 Subject: addedd communi --- libcommuni/src/3rdparty/uchardet-0.0.1/script/win32.sh | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 libcommuni/src/3rdparty/uchardet-0.0.1/script/win32.sh (limited to 'libcommuni/src/3rdparty/uchardet-0.0.1/script/win32.sh') diff --git a/libcommuni/src/3rdparty/uchardet-0.0.1/script/win32.sh b/libcommuni/src/3rdparty/uchardet-0.0.1/script/win32.sh new file mode 100644 index 0000000..b757380 --- /dev/null +++ b/libcommuni/src/3rdparty/uchardet-0.0.1/script/win32.sh @@ -0,0 +1,7 @@ +mkdir --parents win32 \ +&& cd win32 \ +&& cmake .. \ + -G "MSYS Makefiles" \ + -DCMAKE_BUILD_TYPE=Release \ + -DCMAKE_INSTALL_PREFIX="" \ +&& make \ No newline at end of file -- cgit v1.2.3-54-g00ecf