summaryrefslogtreecommitdiff
path: root/boost/boost_1_39_0.patch
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@novell.com>2010-10-02 00:39:37 +0300
committerTor Lillqvist <tml@hemulen.(none)>2010-10-02 00:39:37 +0300
commit8bdbd582db6e032a83dc669d7b9eeb3187998756 (patch)
treece96dd96a5b2dbd620ca27a639996c5474ddfc29 /boost/boost_1_39_0.patch
parent1b5c8615c8634024e8312b3ad38f8996bb6094c4 (diff)
Build the thread-related code on Windows into a library
Needed by ixion.
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