VirtualBox

Changeset 40476 in vbox for trunk/src/VBox/Main/webservice


Ignore:
Timestamp:
Mar 15, 2012 12:51:13 PM (13 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
76846
Message:

fix webservices for newer versions of GSOAP

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/webservice/Makefile.kmk

    r40400 r40476  
    194194
    195195
     196# disable -fvisibility=hidden as the SOAP stuff does not properly set the visibility attributes
     197TEMPLATE_VBOXWEBR3EXE = Webservices without -fvisibility
     198TEMPLATE_VBOXWEBR3EXE_EXTENDS = VBOXR3EXE
     199TEMPLATE_VBOXWEBR3EXE_CXXFLAGS = $(filter-out $(VBOX_GCC_fvisibility-hidden) $(VBOX_GCC_fvisibility-inlines-hidden),\
     200                                 $(TEMPLATE_VBOXR3EXE_CXXFLAGS))
    196201
    197202ifdef VBOX_GSOAP_INSTALLED
     
    201206 #
    202207 LIBRARIES += vboxsoap
    203  vboxsoap_TEMPLATE = VBOXR3EXE
     208 vboxsoap_TEMPLATE = VBOXWEBR3EXE
    204209 ifdef VBOX_USE_VCC80
    205210  vboxsoap_CXXFLAGS.win += -bigobj
     
    430435 #
    431436 PROGRAMS += webtest
    432  webtest_TEMPLATE = VBOXR3EXE
     437 webtest_TEMPLATE = VBOXWEBR3EXE
    433438 ifdef VBOX_USE_VCC80
    434439  webtest_CXXFLAGS.win += -bigobj
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette