diff options
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/config/Make.rules | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cpp/config/Make.rules b/cpp/config/Make.rules index 0756f74553b..bd9c677527d 100644 --- a/cpp/config/Make.rules +++ b/cpp/config/Make.rules @@ -25,7 +25,7 @@ slicedir = $(top_srcdir)/slice # variables. For example, if you are using a bourne shell or # compatible, you can overwrite the location of STLPORT like this: # -# export STLPORT=/usr/local/STLport-4.0 +# export STLPORT=/usr/local/STLport-4.5 # STLPORT ?= /opt/STLport JTC ?= /opt/JTC @@ -38,9 +38,9 @@ DB ?= /opt/db CXX = c++ CXXFLAGS = -g -ftemplate-depth-128 -fPIC -Wall #CXXFLAGS = -O -DNDEBUG -ftemplate-depth-128 -fPIC -Wall -CPPFLAGS = -I$(includedir) -I$(STLPORT)/stlport -I$(JTC)/include +CPPFLAGS = -I$(includedir) -I$(STLPORT)/include/stlport -I$(JTC)/include LDFLAGS = -L$(libdir) -L$(STLPORT)/lib -L$(JTC)/lib -BASELIBS = -lIceUtil -lstlport_gcc_debug -lJTC -lpthread +BASELIBS = -lIceUtil -lstlport_gcc -lJTC -lpthread LIBS = -lIce $(BASELIBS) # |