summaryrefslogtreecommitdiff
path: root/boost/boost_1_39_0.patch
diff options
context:
space:
mode:
Diffstat (limited to 'boost/boost_1_39_0.patch')
-rw-r--r--boost/boost_1_39_0.patch24
1 files changed, 24 insertions, 0 deletions
diff --git a/boost/boost_1_39_0.patch b/boost/boost_1_39_0.patch
index d837246a83bf..db4dba4ddf84 100644
--- a/boost/boost_1_39_0.patch
+++ b/boost/boost_1_39_0.patch
@@ -285,3 +285,27 @@ index 5d75be2..730cf0c 100644
).second;
}
+--- misc/build/boost_1_39_0/libs/thread/src/win32/makefile.mk
++++ misc/build/boost_1_39_0/libs/thread/src/win32/makefile.mk
+@@ -0,0 +1,21 @@
++PRJ=..$/..$/..$/..$/..$/..$/..$/..
++
++PRJNAME=boostthread
++TARGET=boostthread
++LIBTARGET=NO
++
++.IF "$(GUI)"=="WNT"
++
++.INCLUDE : settings.mk
++
++SLOFILES= $(SLO)$/exceptions.obj \
++ $(SLO)$/thread.obj \
++ $(SLO)$/tss_dll.obj \
++ $(SLO)$/tss_pe.obj
++
++LIB1TARGET=$(SLB)$/$(TARGET).lib
++LIB1ARCHIV=$(LB)$/lib$(TARGET).a
++LIB1OBJFILES=$(SLOFILES)
++
++.INCLUDE : target.mk
++.ENDIF