Update to 1.34 version numbers.

[SVN r33427]
This commit is contained in:
John Maddock
2006-03-21 18:45:37 +00:00
parent 10a3b70df1
commit dc69badb71
11 changed files with 2950 additions and 2950 deletions

View File

@ -128,11 +128,11 @@ LINKER=g++ -shared
#
# compiler options for release build:
#
C1=-c -O2 -I../../../
C1=-c -O2 -I../../..
#
# compiler options for debug build:
#
C2=-c -g -I../../../
C2=-c -g -I../../..
ifeq "\$(ICU_PATH)" ""
\$(warning "Building Boost.Regex without ICU / Unicode support:")
@ -208,11 +208,11 @@ LINKER=g++ -shared
#
# compiler options for release build:
#
C1=-c -O2 -I../../../ -fPIC
C1=-c -O2 -I../../.. -fPIC
#
# compiler options for debug build:
#
C2=-c -g -I../../../ -fPIC
C2=-c -g -I../../.. -fPIC
ifeq "\$(ICU_PATH)" ""
\$(warning "Building Boost.Regex without ICU / Unicode support:")