diff options
author | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2011-02-05 09:25:07 +0100 |
---|---|---|
committer | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2011-02-05 09:25:07 +0100 |
commit | da780c6eb3b2f8337d83418e96ada15f0815496d (patch) | |
tree | 08fed78ace976f18b5fc5fa1c288ff7ee7557bf5 /boost | |
parent | 20d5eb8b2c1b722bc14f8ffd6938636566d2f4e3 (diff) |
The exception.cpp is not in the win32 thread library in this version
Diffstat (limited to 'boost')
-rw-r--r-- | boost/boost_1_44_0.patch | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/boost/boost_1_44_0.patch b/boost/boost_1_44_0.patch index 99e24de7d878..9d7c526f4b6e 100644 --- a/boost/boost_1_44_0.patch +++ b/boost/boost_1_44_0.patch @@ -1,6 +1,6 @@ --- misc/build/boost_1_44_0/libs/thread/src/win32/makefile.mk +++ misc/build/boost_1_44_0/libs/thread/src/win32/makefile.mk -@@ -1,1 +1,21 @@ +@@ -1,1 +1,20 @@ -dummy +PRJ=..$/..$/..$/..$/..$/..$/..$/.. + @@ -12,8 +12,7 @@ + +.INCLUDE : settings.mk + -+SLOFILES= $(SLO)$/exceptions.obj \ -+ $(SLO)$/thread.obj \ ++SLOFILES= $(SLO)$/thread.obj \ + $(SLO)$/tss_dll.obj \ + $(SLO)$/tss_pe.obj + |