Kaydet (Commit) 7b000922 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Disable warnings when compiling external boost lib.

üst 1206a755
--- misc/build/boost_1_44_0/libs/thread/src/win32/makefile.mk --- misc/build/boost_1_44_0/libs/thread/src/win32/makefile.mk
+++ 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,22 @@
-dummy -dummy
+PRJ=..$/..$/..$/..$/..$/..$/..$/.. +PRJ=..$/..$/..$/..$/..$/..$/..$/..
+ +
...@@ -8,6 +8,7 @@ ...@@ -8,6 +8,7 @@
+TARGET=boostthread +TARGET=boostthread
+ENABLE_EXCEPTIONS=TRUE +ENABLE_EXCEPTIONS=TRUE
+LIBTARGET=NO +LIBTARGET=NO
+EXTERNAL_WARNINGS_NOT_ERRORS=TRUE
+ +
+.IF "$(GUI)"=="WNT" +.IF "$(GUI)"=="WNT"
+ +
...@@ -25,7 +26,7 @@ ...@@ -25,7 +26,7 @@
+.ENDIF +.ENDIF
--- misc/boost_1_44_0/libs/date_time/src/gregorian/makefile.mk 2011-10-05 16:28:29.191616897 +0200 --- 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 +++ misc/build/boost_1_44_0/libs/date_time/src/gregorian/makefile.mk 2011-10-05 16:27:40.511187732 +0200
@@ -1,1 +1,24 @@ @@ -1,1 +1,21 @@
-dummy -dummy
+PRJ=..$/..$/..$/..$/..$/..$/..$/.. +PRJ=..$/..$/..$/..$/..$/..$/..$/..
+ +
...@@ -33,13 +34,10 @@ ...@@ -33,13 +34,10 @@
+TARGET=boostdatetime +TARGET=boostdatetime
+ENABLE_EXCEPTIONS=TRUE +ENABLE_EXCEPTIONS=TRUE
+LIBTARGET=NO +LIBTARGET=NO
+EXTERNAL_WARNINGS_NOT_ERRORS=TRUE
+ +
+.INCLUDE : settings.mk +.INCLUDE : settings.mk
+ +
+.IF "$(OS)" == "ANDROID"
+CFLAGSCXX+=-Wno-type-limits
+.ENDIF
+
+SLOFILES= \ +SLOFILES= \
+ $(SLO)$/gregorian_types.obj \ + $(SLO)$/gregorian_types.obj \
+ $(SLO)$/greg_weekday.obj \ + $(SLO)$/greg_weekday.obj \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment