summaryrefslogtreecommitdiff
path: root/boost/boost_1_44_0.patch
diff options
context:
space:
mode:
authorFridrich Štrba <fridrich.strba@bluewin.ch>2011-10-05 17:09:48 +0200
committerFridrich Štrba <fridrich.strba@bluewin.ch>2011-10-05 17:10:41 +0200
commitce37e6b98718057ff4e980e7122f47c3cb8c43c2 (patch)
tree577dde54637c897a8623b93d1e2e662105544bf2 /boost/boost_1_44_0.patch
parent877de645ffb45b8446d9195996d1a56a8a89e64b (diff)
Build a small static date_time/gregorian for cbosdonnat's perusal
Diffstat (limited to 'boost/boost_1_44_0.patch')
-rw-r--r--boost/boost_1_44_0.patch24
1 files changed, 24 insertions, 0 deletions
diff --git a/boost/boost_1_44_0.patch b/boost/boost_1_44_0.patch
index 4673919450a8..a2e538037c30 100644
--- a/boost/boost_1_44_0.patch
+++ b/boost/boost_1_44_0.patch
@@ -23,3 +23,27 @@
+
+.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,20 @@
+-dummy
++PRJ=..$/..$/..$/..$/..$/..$/..$/..
++
++PRJNAME=boostdatetime
++TARGET=boostdatetime
++ENABLE_EXCEPTIONS=TRUE
++LIBTARGET=NO
++
++.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