diff options
-rw-r--r-- | cpp/config/Make.rules | 4 | ||||
-rw-r--r-- | cpp/src/Ice/ice.dsp | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/cpp/config/Make.rules b/cpp/config/Make.rules index eae97d18ec8..b80bd02a2d8 100644 --- a/cpp/config/Make.rules +++ b/cpp/config/Make.rules @@ -38,8 +38,8 @@ XERCESC_HOME ?= /opt/xerces-c # set different compilation options for debug or optimization # CXX = c++ -CXXFLAGS = -g -ftemplate-depth-128 -fPIC -Wall -#CXXFLAGS = -O3 -DNDEBUG -ftemplate-depth-128 -fPIC -Wall +#CXXFLAGS = -g -ftemplate-depth-128 -fPIC -Wall +CXXFLAGS = -O3 -DNDEBUG -ftemplate-depth-128 -fPIC -Wall CPPFLAGS = -I$(includedir) -I$(STLPORT_HOME)/include/stlport LDFLAGS = -L$(libdir) -L$(STLPORT_HOME)/lib -L$(OPENSSL_HOME)/lib -L$(XERCESC_HOME)/lib BASELIBS = -lIceUtil -lstlport_gcc -lpthread -luuid diff --git a/cpp/src/Ice/ice.dsp b/cpp/src/Ice/ice.dsp index 3f66eae7f2e..855020d2652 100644 --- a/cpp/src/Ice/ice.dsp +++ b/cpp/src/Ice/ice.dsp @@ -196,11 +196,11 @@ SOURCE=.\Logger.cpp # End Source File
# Begin Source File
-SOURCE=.\LoggerUtil.cpp
+SOURCE=.\LoggerI.cpp
# End Source File
# Begin Source File
-SOURCE=.\LoggerI.cpp
+SOURCE=.\LoggerUtil.cpp
# End Source File
# Begin Source File
@@ -584,15 +584,15 @@ SOURCE=..\..\include\Ice\Logger.h # End Source File
# Begin Source File
-SOURCE=..\..\include\Ice\LoggerUtil.h
+SOURCE=..\..\include\Ice\LoggerF.h
# End Source File
# Begin Source File
-SOURCE=..\..\include\Ice\LoggerF.h
+SOURCE=.\LoggerI.h
# End Source File
# Begin Source File
-SOURCE=.\LoggerI.h
+SOURCE=..\..\include\Ice\LoggerUtil.h
# End Source File
# Begin Source File
|