summaryrefslogtreecommitdiff
path: root/cpp/src/IceXML
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2015-04-13 18:37:28 +0200
committerBenoit Foucher <benoit@zeroc.com>2015-04-13 18:37:28 +0200
commite305d33203086236280fe918072398918f87d6f4 (patch)
tree91e3d323f699af35a0477ea935a6569d4a290dcf /cpp/src/IceXML
parentAdd MCPP_HOME for Windows build. (diff)
downloadice-e305d33203086236280fe918072398918f87d6f4.tar.bz2
ice-e305d33203086236280fe918072398918f87d6f4.tar.xz
ice-e305d33203086236280fe918072398918f87d6f4.zip
Fixed Makefile indentation to use tab witdh=8 and indent width = 4
Diffstat (limited to 'cpp/src/IceXML')
-rw-r--r--cpp/src/IceXML/Makefile4
-rw-r--r--cpp/src/IceXML/Makefile.mak2
2 files changed, 3 insertions, 3 deletions
diff --git a/cpp/src/IceXML/Makefile b/cpp/src/IceXML/Makefile
index a15cc4df501..70230eff513 100644
--- a/cpp/src/IceXML/Makefile
+++ b/cpp/src/IceXML/Makefile
@@ -8,9 +8,9 @@
# **********************************************************************
top_srcdir = ../..
-
+
LIBFILENAME = $(call mklibfilename,IceXML,$(VERSION))
-SONAME = $(call mksoname,IceXML,$(SOVERSION))
+SONAME = $(call mksoname,IceXML,$(SOVERSION))
LIBNAME = $(call mklibname,IceXML)
TARGETS = $(call mklibtargets,$(libdir)/$(LIBFILENAME),$(libdir)/$(SONAME),$(libdir)$(cpp11libdirsuffix)/$(LIBNAME))
diff --git a/cpp/src/IceXML/Makefile.mak b/cpp/src/IceXML/Makefile.mak
index 328a3f9a9bb..9ec88f5786b 100644
--- a/cpp/src/IceXML/Makefile.mak
+++ b/cpp/src/IceXML/Makefile.mak
@@ -8,7 +8,7 @@
# **********************************************************************
top_srcdir = ..\..
-
+
LIBNAME = $(top_srcdir)\lib\icexml$(LIBSUFFIX).lib
DLLNAME = $(top_srcdir)\bin\icexml$(SOVERSION)$(LIBSUFFIX)$(COMPSUFFIX).dll