Different configuration for cross compiler (windows).
This commit is contained in:
@@ -333,6 +333,15 @@ win32 {
|
||||
}
|
||||
LIBS += -lcurl
|
||||
LIBS += -lz
|
||||
pkth_cross_win {
|
||||
LIBS += -lboost_thread-mt
|
||||
LIBS += -lboost_filesystem-mt
|
||||
LIBS += -lboost_regex-mt
|
||||
LIBS += -lboost_iostreams-mt
|
||||
LIBS += -lboost_zlib-mt
|
||||
LIBS += -lboost_system-mt
|
||||
}
|
||||
!pkth_cross_win {
|
||||
LIBS += -lboost_thread-mgw45-mt-1_44.dll
|
||||
LIBS += -lboost_filesystem-mgw45-mt-1_44.dll
|
||||
LIBS += -lboost_regex-mgw45-mt-1_44
|
||||
@@ -340,6 +349,7 @@ win32 {
|
||||
LIBS += -lboost_zlib-mgw45-mt-1_44.dll
|
||||
LIBS += -lboost_system-mgw45-mt-1_44.dll
|
||||
}
|
||||
}
|
||||
LIBS += \
|
||||
-lSDL_mixer \
|
||||
-lSDL \
|
||||
|
||||
Reference in New Issue
Block a user