summaryrefslogtreecommitdiff
path: root/cpp
diff options
context:
space:
mode:
authorDwayne Boone <dwayne@zeroc.com>2009-11-16 15:30:35 -0330
committerDwayne Boone <dwayne@zeroc.com>2009-11-16 15:30:35 -0330
commit080c42a2a499e85f648d16ef703208e8f165a417 (patch)
tree32b25c10ba947708df1f13067174192e95d4fdec /cpp
parentPython fixes for x64 issues (diff)
downloadice-080c42a2a499e85f648d16ef703208e8f165a417.tar.bz2
ice-080c42a2a499e85f648d16ef703208e8f165a417.tar.xz
ice-080c42a2a499e85f648d16ef703208e8f165a417.zip
More Windows build changes
Diffstat (limited to 'cpp')
-rw-r--r--cpp/src/Makefile.mak8
1 files changed, 6 insertions, 2 deletions
diff --git a/cpp/src/Makefile.mak b/cpp/src/Makefile.mak
index bab7fbdb024..0411722e96b 100644
--- a/cpp/src/Makefile.mak
+++ b/cpp/src/Makefile.mak
@@ -25,14 +25,18 @@ SUBDIRS = $(SUBDIRS) \
slice2cs \
slice2freezej \
slice2java \
- slice2php \
slice2py \
- slice2rb \
slice2html
!endif
!endif
+!if "$(BCPLUSPLUS)" != "yes"
+SUBDIRS = $(SUBDIRS) \
+ slice2php \
+ slice2rb
+!endif
+
SUBDIRS = $(SUBDIRS) \
Ice \
IceSSL \