separate LIBS sections for macx, linux and win32

pull/2/head
Ilya Kitaev 8 years ago
parent 8b26bc4a4d
commit b0f77c817c

@ -65,7 +65,7 @@ win32 {
-lgdi32
}
unix {
linux {
LIBS+= \
-Wl,-Bstatic \
-lboost_serialization \
@ -82,6 +82,21 @@ unix {
-ldl
}
macx {
LIBS+= \
-lboost_serialization \
-lboost_thread \
-lboost_system \
-lboost_date_time \
-lboost_filesystem \
-lboost_regex \
-lboost_chrono \
-lboost_program_options \
-lssl \
-lcrypto \
-ldl
}
# translations files;