doublecmd/libraries/src/libssh2/build.bat
Alexander Koblov 8a5cf1153c UPD: Line-endings
2021-08-29 17:12:42 +03:00

5 lines
121 B
Batchfile

rem Build libssh2 library
mkdir release
copy NUL release\version.inc
make dll WITH_WINCNG=1 LDFLAGS+=" -static -shared"