diff options
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/src/Makefile.mak | 8 |
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 \
|