Changeset 40230 in vbox for trunk/src/VBox/Main/webservice
- Timestamp:
- Feb 23, 2012 1:03:35 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/webservice/Makefile.kmk
r40130 r40230 254 254 ifn1of ($(KBUILD_TARGET), win) 255 255 $(VBOX_GSOAP_CXX_SOURCES)_CXXFLAGS = -Wno-format 256 # currently necessary when compiling against OpenSSL 1.0 due to a missing 257 # typecase from 'const v3_ext_method*' to 'aka v3_ext_method*'. 258 $(VBOX_GSOAP_CXX_SOURCES)_CXXFLAGS += -fpermissive 259 256 260 endif 257 261 $(VBOXWEB_OUT_DIR)/soapC-3.cpp_CXXFLAGS.win.x86 = -Og- # VCC70 says "function too large".
Note:
See TracChangeset
for help on using the changeset viewer.