VirtualBox

Changeset 98128 in vbox for trunk/src/VBox/Main


Ignore:
Timestamp:
Jan 19, 2023 2:02:24 AM (2 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
155297
Message:

*.kmk: s/VBOXR3EXE/VBoxR3Exe/ bugref:10348

Location:
trunk/src/VBox/Main
Files:
2 edited

Legend:

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

    r98103 r98128  
    132132# to the standalone case, to detect if IPRT or glue use sneaks in.
    133133#
    134 tstVBoxAPIXPCOM_TEMPLATE = VBOXR3EXE
     134tstVBoxAPIXPCOM_TEMPLATE = VBoxR3Exe
    135135tstVBoxAPIXPCOM_INST = $(INST_TESTCASE)
    136136tstVBoxAPIXPCOM_SOURCES  = tstVBoxAPIXPCOM.cpp
     
    163163# to the standalone case, to detect if IPRT or glue use sneaks in.
    164164#
    165 tstVBoxAPIWin_TEMPLATE = VBOXR3EXE
     165tstVBoxAPIWin_TEMPLATE = VBoxR3Exe
    166166tstVBoxAPIWin_INST = $(INST_TESTCASE)
    167167tstVBoxAPIWin_SOURCES  = \
     
    180180# to the standalone case, to detect if IPRT or glue use sneaks in.
    181181#
    182 msiDarwinDescriptorDecoder_TEMPLATE = VBOXR3EXE
     182msiDarwinDescriptorDecoder_TEMPLATE = VBoxR3Exe
    183183msiDarwinDescriptorDecoder_INST = $(VBOX_INST_TOOLS)
    184184msiDarwinDescriptorDecoder_SOURCES  = \
  • trunk/src/VBox/Main/webservice/Makefile.kmk

    r98103 r98128  
    219219# disable -fvisibility=hidden as the SOAP stuff does not properly set the visibility attributes
    220220TEMPLATE_VBOXWEBR3EXE = Webservices without -fvisibility
    221 TEMPLATE_VBOXWEBR3EXE_EXTENDS = VBOXR3EXE
    222 TEMPLATE_VBOXWEBR3EXE_DEFS.win += WIN32_LEAN_AND_MEAN $(TEMPLATE_VBOXR3EXE_DEFS.win) # Makes the redefinition warnings go away.
     221TEMPLATE_VBOXWEBR3EXE_EXTENDS = VBoxR3Exe
     222TEMPLATE_VBOXWEBR3EXE_DEFS.win += WIN32_LEAN_AND_MEAN $(TEMPLATE_VBoxR3Exe_DEFS.win) # Makes the redefinition warnings go away.
    223223TEMPLATE_VBOXWEBR3EXE_CXXFLAGS = $(filter-out $(VBOX_GCC_fvisibility-hidden) $(VBOX_GCC_fvisibility-inlines-hidden),\
    224                                  $(TEMPLATE_VBOXR3EXE_CXXFLAGS))
     224                                 $(TEMPLATE_VBoxR3Exe_CXXFLAGS))
    225225ifn1of ($(KBUILD_TARGET), win)
    226226TEMPLATE_VBOXWEBR3EXE_CXXFLAGS += $(VBOX_GCC_Wno-misleading-indentation)
     
    231231 # -wd5039: x509v3.h(883): warning C5039: 'OPENSSL_sk_set_cmp_func': pointer or reference to potentially throwing function passed to 'extern "C"' function under -EHc. Undefined behavior may occur if this function throws an exception.
    232232 # soapc-1.cpp(182) : warning C4883: 'soap_getelement': function size suppresses optimizations
    233  TEMPLATE_VBOXWEBR3EXE_CXXFLAGS.win = $(TEMPLATE_VBOXR3EXE_CXXFLAGS.win) -wd4774 -wd4458 -wd4883 -wd5039
     233 TEMPLATE_VBOXWEBR3EXE_CXXFLAGS.win = $(TEMPLATE_VBoxR3Exe_CXXFLAGS.win) -wd4774 -wd4458 -wd4883 -wd5039
    234234endif
    235235
Note: See TracChangeset for help on using the changeset viewer.

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