summaryrefslogtreecommitdiff
path: root/cpp/src
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src')
-rw-r--r--cpp/src/IcePack/Makefile2
-rw-r--r--cpp/src/Yellow/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/IcePack/Makefile b/cpp/src/IcePack/Makefile
index 297199b6467..d1f3acf1784 100644
--- a/cpp/src/IcePack/Makefile
+++ b/cpp/src/IcePack/Makefile
@@ -83,7 +83,7 @@ LOCAL_HDIR = ../IcePack
SDIR = $(slicedir)/IcePack
SLICE2CPPFLAGS = -I.. -I$(slicedir)
SLICECMD = $(SLICE2CPP) --ice --include-dir IcePack --dll-export ICE_PACK_API $(SLICE2CPPFLAGS)
-SLICE2FREEZECMD = $(SLICE2FREEZE) --ice --include-dir IcePack -I.. -I$(slicedir)
+SLICE2FREEZECMD = $(SLICE2FREEZE) --ice --binary --include-dir IcePack -I.. -I$(slicedir)
include $(top_srcdir)/config/Make.rules
CPPFLAGS := -I.. $(CPPFLAGS) $(XERCESC_FLAGS)
diff --git a/cpp/src/Yellow/Makefile b/cpp/src/Yellow/Makefile
index 0a5bd90bc07..dd7f9a2c771 100644
--- a/cpp/src/Yellow/Makefile
+++ b/cpp/src/Yellow/Makefile
@@ -49,7 +49,7 @@ HDIR = $(includedir)/Yellow
SDIR = $(slicedir)/Yellow
SLICE2CPPFLAGS = -I$(slicedir)
SLICECMD = $(SLICE2CPP) --ice --include-dir Yellow $(SLICE2CPPFLAGS)
-SLICE2FREEZECMD = $(SLICE2FREEZE) --ice --include-dir Yellow -I$(slicedir)
+SLICE2FREEZECMD = $(SLICE2FREEZE) --ice --binary --include-dir Yellow -I$(slicedir)
include $(top_srcdir)/config/Make.rules