Skip to content

Commit

Permalink
OpenSSL 1.0.1i; cleanup obsolete build info
Browse files Browse the repository at this point in the history
  • Loading branch information
phelixnmc committed Aug 12, 2014
1 parent d02ec9f commit 0470611
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 119 deletions.
2 changes: 1 addition & 1 deletion contrib/easywinbuilder/set_vars.bat
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
@set QTDOWNLOADPATH=http://download.qt-project.org/official_releases/qt/5.3/5.3.0/qt-opensource-windows-x86-mingw482_opengl-5.3.0.exe

@rem Library Paths
@set OPENSSL=openssl-1.0.1h
@set OPENSSL=openssl-1.0.1i
@set BERKELEYDB=db-4.8.30.NC
@set BOOST=boost_1_54_0
@set BOOSTVERSION=1.54.0
Expand Down
107 changes: 0 additions & 107 deletions doc/build-msw.txt

This file was deleted.

7 changes: 0 additions & 7 deletions libs/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,3 @@ Put libraries here, namely:
Berkeley DB
MiniUPnPc


Alternatively, provide paths to these libraries when running qmake. An example for Windows is shown in project\run_qmake.bat, which uses the following directories:

boost_1_50_0
openssl-1.0.1h
db-4.7.25.NC
miniupnpc-1.8.20130211
4 changes: 2 additions & 2 deletions src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ MINGW=$(shell uname -s|grep -i mingw32)
DEFS += -DBOOST_THREAD_USE_LIB

INCLUDEPATHS= \
-I../libs/openssl-1.0.1h/include \
-I../libs/openssl-1.0.1i/include \
-I../libs/db-4.7.25.NC/build_unix \
-I../libs/boost_1_50_0

LIBPATHS= \
-L../libs/openssl-1.0.1h \
-L../libs/openssl-1.0.1i \
-L../libs/db-4.7.25.NC/build_unix \
-L../libs/boost_1_50_0/stage/lib

Expand Down
4 changes: 2 additions & 2 deletions src/makefile.mingw
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ MINGW=$(shell uname -s|grep -i mingw32)
DEFS += -DBOOST_THREAD_USE_LIB

INCLUDEPATHS?= \
-I../libs/openssl-1.0.1h/include \
-I../libs/openssl-1.0.1i/include \
-I../libs/db-4.7.25.NC/build_unix \
-I../libs/boost_1_50_0

LIBPATHS?= \
-L../libs/openssl-1.0.1h \
-L../libs/openssl-1.0.1i \
-L../libs/db-4.7.25.NC/build_unix \
-L../libs/boost_1_50_0/stage/lib

Expand Down

0 comments on commit 0470611

Please sign in to comment.