Skip to content

Commit a8c3b1b

Browse files
alexalex
alex
authored and
alex
committed
Makefile update
1 parent 1ef4730 commit a8c3b1b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/makefile.linux-mingw

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@ INCLUDEPATHS= \
1919
-I"$(CURDIR)" \
2020
-I"$(CURDIR)"/obj \
2121
-I"$(DEPSDIR)/boost_1_55_0" \
22-
-I"$(DEPSDIR)/db-4.8.30.NC/build_unix" \
23-
-I"$(DEPSDIR)/openssl-1.0.1c/include" \
22+
-I"$(DEPSDIR)/db-5.3.21/build_unix" \
23+
-I"$(DEPSDIR)/openssl-1.0.1f/include" \
2424
-I"$(DEPSDIR)"
2525

2626
LIBPATHS= \
2727
-L"$(DEPSDIR)/boost_1_55_0/stage/lib" \
28-
-L"$(DEPSDIR)/db-4.8.30.NC/build_unix" \
29-
-L"$(DEPSDIR)/openssl-1.0.1c"
28+
-L"$(DEPSDIR)/db-5.3.21/build_unix" \
29+
-L"$(DEPSDIR)/openssl-1.0.1f"
3030

3131
LIBS= \
3232
-l boost_system-mt \

0 commit comments

Comments
 (0)