Changeset 39876 in vbox for trunk/src/VBox/Main
- Timestamp:
- Jan 25, 2012 3:57:58 PM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 75917
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/webservice/Makefile.kmk
r38914 r39876 118 118 else if "$(KBUILD_HOST)" == "linux" 119 119 VBOX_PATH_GSOAP_BIN := $(VBOX_PATH_GSOAP_BIN)/linux386 120 else if "$(KBUILD_HOST)" == "solaris" 121 if $(VBOX_SOLARIS_11_VERSION) >= 164 122 VBOX_PATH_GSOAP_BIN := $(VBOX_PATH_GSOAP_BIN)/solaris11.x86 123 else 124 VBOX_PATH_GSOAP_BIN := $(VBOX_PATH_GSOAP_BIN)/solaris.x86 125 endif 120 126 else 121 127 VBOX_PATH_GSOAP_BIN := $(VBOX_PATH_GSOAP_BIN)/$(KBUILD_HOST).x86
Note:
See TracChangeset
for help on using the changeset viewer.