diff options
author | Marc Laukien <marc@zeroc.com> | 2001-10-21 16:50:24 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2001-10-21 16:50:24 +0000 |
commit | a375ead9dc7ea7c56450cdfd1713d5d13f9192db (patch) | |
tree | d1f35ed6a506954797d8fe023049ef93f27f44cf /cpp | |
parent | ServantFactory->ObjectFactory (diff) | |
download | ice-a375ead9dc7ea7c56450cdfd1713d5d13f9192db.tar.bz2 ice-a375ead9dc7ea7c56450cdfd1713d5d13f9192db.tar.xz ice-a375ead9dc7ea7c56450cdfd1713d5d13f9192db.zip |
STLport-4.5
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) # |