summaryrefslogtreecommitdiff
path: root/boost/boost_1_44_0.patch
diff options
context:
space:
mode:
Diffstat (limited to 'boost/boost_1_44_0.patch')
-rw-r--r--boost/boost_1_44_0.patch51
1 files changed, 0 insertions, 51 deletions
diff --git a/boost/boost_1_44_0.patch b/boost/boost_1_44_0.patch
deleted file mode 100644
index 8ee39cff6e9c..000000000000
--- a/boost/boost_1_44_0.patch
+++ /dev/null
@@ -1,51 +0,0 @@
---- 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,22 @@
--dummy
-+PRJ=..$/..$/..$/..$/..$/..$/..$/..
-+
-+PRJNAME=boostthread
-+TARGET=boostthread
-+ENABLE_EXCEPTIONS=TRUE
-+LIBTARGET=NO
-+EXTERNAL_WARNINGS_NOT_ERRORS=TRUE
-+
-+.IF "$(GUI)"=="WNT"
-+
-+.INCLUDE : settings.mk
-+
-+SLOFILES= $(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
---- misc/boost_1_44_0/libs/date_time/src/gregorian/makefile.mk 2011-10-05 16:28:29.191616897 +0200
-+++ misc/build/boost_1_44_0/libs/date_time/src/gregorian/makefile.mk 2011-10-05 16:27:40.511187732 +0200
-@@ -1,1 +1,21 @@
--dummy
-+PRJ=..$/..$/..$/..$/..$/..$/..$/..
-+
-+PRJNAME=boostdatetime
-+TARGET=boostdatetime
-+ENABLE_EXCEPTIONS=TRUE
-+LIBTARGET=NO
-+EXTERNAL_WARNINGS_NOT_ERRORS=TRUE
-+
-+.INCLUDE : settings.mk
-+
-+SLOFILES= \
-+ $(SLO)$/gregorian_types.obj \
-+ $(SLO)$/greg_weekday.obj \
-+ $(SLO)$/date_generators.obj \
-+ $(SLO)$/greg_month.obj \
-+
-+LIB1TARGET=$(SLB)$/$(TARGET).lib
-+LIB1ARCHIV=$(LB)$/lib$(TARGET).a
-+LIB1OBJFILES=$(SLOFILES)
-+
-+.INCLUDE : target.mk