Fixed compiling on mingw. With mingw, boost needs to be patched. See http://lists.boost.org/Archives/boost/2007/06/124040.php
Hope this is fixed in the next release of boost.
This commit is contained in:
@@ -225,6 +225,9 @@ win32{
|
||||
exists( ../boost/stage/lib/libboost_thread-mgw34-mt-1_34_1.a ){
|
||||
LIBS += -lboost_thread-mgw34-mt-1_34_1
|
||||
}
|
||||
exists( ../boost/stage/lib/libboost_filesystem-mgw34-mt-1_34_1.a ){
|
||||
LIBS += -lboost_filesystem-mgw34-mt-1_34_1
|
||||
}
|
||||
RC_FILE = pokerth.rc
|
||||
}
|
||||
!win32{
|
||||
|
||||
Reference in New Issue
Block a user