diff options
Diffstat (limited to 'libcommuni/src/3rdparty/uchardet-0.0.1/script/win32.sh')
| -rw-r--r-- | libcommuni/src/3rdparty/uchardet-0.0.1/script/win32.sh | 7 |
1 files changed, 7 insertions, 0 deletions
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 |
