mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
5 lines
121 B
Batchfile
5 lines
121 B
Batchfile
rem Build libssh2 library
|
|
|
|
mkdir release
|
|
copy NUL release\version.inc
|
|
make dll WITH_WINCNG=1 LDFLAGS+=" -static -shared"
|