Removed Windows Open SSL remains

This commit is contained in:
Antoine Gersant 2017-06-04 13:32:22 -07:00
parent 86e618d2a5
commit 8d745e8416
7 changed files with 0 additions and 27 deletions

4
.gitignore vendored
View file

@ -1,9 +1,5 @@
target
release
*.dll
!res/windows/libeay32.dll
!res/windows/libeay32md.dll
!res/windows/ssleay32md.dll
*.res
*.sqlite
*.sqlite-journal

View file

@ -82,11 +82,6 @@ matrix:
# For simple configurations, instead of using the build matrix, you can simply set the
# default-toolchain and default-host manually here.
install:
#OpenSSL install
- appveyor DownloadFile https://slproweb.com/download/Win64OpenSSL-1_1_0f.exe
- ps: Start-Process Win64OpenSSL-1_1_0f.exe -ArgumentList "/silent /verysilent /sp- /suppressmsgboxes" -Wait
- cmd: SET OPENSSL_LIB_DIR=C:\OpenSSL-Win64
- cmd: SET OPENSSL_INCLUDE_DIR=C:\OpenSSL-Win64\include
#Rust install
- appveyor DownloadFile https://win.rustup.rs/ -FileName rustup-init.exe
- rustup-init -yv --default-toolchain %channel% --default-host %target%

View file

@ -12,9 +12,6 @@ Remove-Item -Recurse .\release\tmp\*
""
"Copying to output directory"
Copy-Item .\res\windows\libeay32.dll .\release\tmp\
Copy-Item .\res\windows\libeay32md.dll .\release\tmp\
Copy-Item .\res\windows\ssleay32md.dll .\release\tmp\
Copy-Item .\res\windows\installer\license.rtf .\release\tmp\
Copy-Item .\res\windows\installer\banner.bmp .\release\tmp\
Copy-Item .\res\windows\installer\dialog.bmp .\release\tmp\

View file

@ -19,18 +19,6 @@
<Shortcut Id='StartMenuPolaris' Directory='ProgramMenuDir' Name='Polaris' WorkingDirectory='INSTALL_DIR' Icon='polaris.exe' IconIndex='0' Advertise='yes' />
<Shortcut Id='DesktopPolaris' Directory='DesktopFolder' Name='Polaris' WorkingDirectory='INSTALL_DIR' Icon='polaris.exe' IconIndex='0' Advertise='yes' />
</File>
</Component>
<Component Id='OpenSSLLibEAY' Guid='8F4A07F6-CADB-4001-92F6-C7184A053B3B'>
<File Id='LibEAY' Name='libeay32.dll' Source='libeay32.dll' />
</Component>
<Component Id='OpenSSLLibEAYmd' Guid='55E2AD65-293D-44BE-96C5-F61EE169478B'>
<File Id='LibEAYmd' Name='libeay32md.dll' Source='libeay32md.dll' />
</Component>
<Component Id='OpenSSLSSLEAY32md' Guid='9E115DA4-26F3-4993-BC6D-3140CBA3EF5E'>
<File Id='SSLEAY32md' Name='ssleay32md.dll' Source='ssleay32md.dll' />
</Component>
</Directory>
</Directory>
@ -193,9 +181,6 @@
<Feature Id='Complete' Level='1'>
<ComponentRef Id='MainExecutable' />
<ComponentRef Id='OpenSSLLibEAY' />
<ComponentRef Id='OpenSSLLibEAYmd' />
<ComponentRef Id='OpenSSLSSLEAY32md' />
<ComponentRef Id='ConfigFile' />
<ComponentRef Id='WebUI' />

Binary file not shown.

Binary file not shown.

Binary file not shown.