Use boost 1.34.1 by default.

This commit is contained in:
chris_kohlhoff 2007-12-08 10:42:21 +00:00
parent 1b1268d01a
commit 855ca73ecc
3 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
!ifndef BOOSTDIR
BOOSTDIR = ../../boost_1_33_1
BOOSTDIR = ../../boost_1_34_1
!endif
CXXFLAGS = -q -O2 -v -vi -y -a8 -b -Ve- -Vx- -tWM -tWR -tWC -w-inl -w-par -I../include -I$(BOOSTDIR)

View File

@ -1,5 +1,5 @@
ifndef BOOSTDIR
BOOSTDIR = ../../boost_1_33_1
BOOSTDIR = ../../boost_1_34_1
endif
CXXFLAGS = -g -O2 -Wall -mthreads -I../include -I$(BOOSTDIR)

View File

@ -1,5 +1,5 @@
!ifndef BOOSTDIR
BOOSTDIR = ../../boost_1_33_1
BOOSTDIR = ../../boost_1_34_1
!endif
COMMON_CXXFLAGS = -nologo -EHac -GR -MT -I. -I../include -I$(BOOSTDIR)