儲存庫 vbox 的更動 16993
- 時間撮記:
- 2009-2-22 上午02:57:56 (16 年 以前)
- 檔案:
-
- 修改 1 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
trunk/src/VBox/Main/webservice/Makefile.kmk
r16992 r16993 76 76 # some hoops to jump thru to say the least... Shipping soapcpp2.cpp/h 77 77 # is out of the question without also including the two soap tools. 78 # 79 # Some observations on distros for OSE / configure: 80 # The proposed gentoo ebuild screws up several things in the install phase 81 # and thus fails to ship stdsoap2.cpp and relatives. 82 # 83 # debian (2.7.9l-0.2) stuffs stdsoap2.cpp and a handful of the import files 84 # into /usr/include/gsoap. 85 # 86 # fedora (2.7.12-fc10.x86_64) uses the default install layout and does not 87 # ship stdsoap2.cpp and friends. 78 88 # 79 89 ifeq ($(VBOX_GSOAP_INSTALLED),) … … 115 125 VBOX_GSOAP_INCS := $(strip $(if $(VBOX_GSOAP_INCS), $(VBOX_GSOAP_INCS), $(VBOX_PATH_GSOAP) $(VBOX_PATH_GSOAP_IMPORT) )) 116 126 VBOX_GSOAP_CXX_SOURCES := $(strip $(if $(VBOX_GSOAP_CXX_SOURCES),$(VBOX_GSOAP_CXX_SOURCES),$(VBOX_PATH_GSOAP)/stdsoap2.cpp)) 127 VBOX_GSOAP_CXX_LIBS := $(strip $(if $(VBOX_GSOAP_CXX_LIBS), $(VBOX_GSOAP_CXX_LIBS),)) 117 128 118 129 … … 208 219 vboxsoap_SOURCES += \ 209 220 $(VBOX_GSOAP_CXX_SOURCES) 210 221 vboxsoap_LIBS += \ 222 $(VBOX_GSOAP_CXX_LIBS) 211 223 vboxsoap_ORDERDEPS = \ 212 224 $(VBOXWEB_IDL_SRC) \
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器