Updated makefiles to 1.34

[SVN r33424]
This commit is contained in:
John Maddock
2006-03-21 18:30:27 +00:00
parent f0ae398ada
commit 1a732d8c6a
11 changed files with 2951 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:")
@ -260,3 +260,4 @@ rm -f $tout $iout