summaryrefslogtreecommitdiff
path: root/pcre/notes/pcre_cmake_w32.cmd
diff options
context:
space:
mode:
Diffstat (limited to 'pcre/notes/pcre_cmake_w32.cmd')
-rw-r--r--pcre/notes/pcre_cmake_w32.cmd1
1 files changed, 1 insertions, 0 deletions
diff --git a/pcre/notes/pcre_cmake_w32.cmd b/pcre/notes/pcre_cmake_w32.cmd
new file mode 100644
index 0000000..c07e104
--- /dev/null
+++ b/pcre/notes/pcre_cmake_w32.cmd
@@ -0,0 +1 @@
+cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=C:/pcre -DPCRE_BUILD_PCRE8=ON -DPCRE_BUILD_PCRE16=ON -DPCRE_BUILD_PCRE32=ON -DPCRE_BUILD_PCRECPP=ON -DPCRE_SUPPORT_UTF=ON -DPCRE_SUPPORT_UNICODE_PROPERTIES=ON -DPCRE_SUPPORT_JIT=ON -G "Visual Studio 14" ..