mirror of
https://github.com/darlinghq/darling-openssl.git
synced 2024-11-26 20:40:25 +00:00
15 lines
372 B
Plaintext
15 lines
372 B
Plaintext
install: build-dll build-static
|
|
echo Completed install
|
|
|
|
install-static: build-static-legacy
|
|
echo Completed legacy install
|
|
|
|
build-dll:
|
|
perl .\bin\buildWin32.pl x86 x64 debug release dll $(TEST)
|
|
|
|
build-static:
|
|
perl .\bin\buildWin32.pl x86 x64 debug release static $(TEST)
|
|
|
|
build-static-legacy:
|
|
perl .\bin\buildWin32.pl x86 x64 debug release static legacy $(TEST)
|