mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
UPD: libpcre2 build script
This commit is contained in:
parent
f333a88e0e
commit
5ca7cc68c2
1 changed files with 4 additions and 0 deletions
|
|
@ -1,4 +1,8 @@
|
|||
set PATH=W:\Prog\cmake-3.16.2-win32-x86\bin;W:\Prog\MinGW\mingw64\bin;%PATH%
|
||||
|
||||
rem Build libpcre2 library
|
||||
|
||||
cmake -G "MinGW Makefiles" -DBUILD_SHARED_LIBS=ON -DPCRE2_NEWLINE=CRLF
|
||||
mingw32-make
|
||||
|
||||
strip --strip-debug --strip-unneeded libpcre2-8.dll
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue