diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2009-11-16 15:30:35 -0330 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2009-11-16 15:30:35 -0330 |
commit | 080c42a2a499e85f648d16ef703208e8f165a417 (patch) | |
tree | 32b25c10ba947708df1f13067174192e95d4fdec /cpp | |
parent | Python fixes for x64 issues (diff) | |
download | ice-080c42a2a499e85f648d16ef703208e8f165a417.tar.bz2 ice-080c42a2a499e85f648d16ef703208e8f165a417.tar.xz ice-080c42a2a499e85f648d16ef703208e8f165a417.zip |
More Windows build changes
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 \
|