mirror of
https://github.com/agersant/polaris
synced 2024-12-02 09:39:09 +00:00
Added DLLs that are part of the release script
This commit is contained in:
parent
121a91ea8d
commit
617645e4f4
4 changed files with 3 additions and 0 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -1,6 +1,9 @@
|
||||||
target
|
target
|
||||||
release
|
release
|
||||||
*.dll
|
*.dll
|
||||||
|
!res/windows/libeay32.dll
|
||||||
|
!res/windows/libeay32md.dll
|
||||||
|
!res/windows/ssleay32md.dll
|
||||||
*.res
|
*.res
|
||||||
*.sqlite
|
*.sqlite
|
||||||
*.sqlite-journal
|
*.sqlite-journal
|
||||||
|
|
BIN
res/windows/libeay32.dll
Normal file
BIN
res/windows/libeay32.dll
Normal file
Binary file not shown.
BIN
res/windows/libeay32md.dll
Normal file
BIN
res/windows/libeay32md.dll
Normal file
Binary file not shown.
BIN
res/windows/ssleay32md.dll
Normal file
BIN
res/windows/ssleay32md.dll
Normal file
Binary file not shown.
Loading…
Reference in a new issue