VirtualBox

Changeset 72529 in vbox for trunk/src/VBox/Frontends


Ignore:
Timestamp:
Jun 12, 2018 3:40:17 PM (7 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
123016
Message:

FE/Qt: Undo previous change, and fix the true issue: having too many includes, üpicking up stale files created by a build before enabling the shared libs in the GUI.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/Makefile.kmk

    r72528 r72529  
    384384VirtualBox_INCS = \
    385385        $(VBOX_GUI_INC_DIRS) \
    386         $(VirtualBox_0_OUTDIR)/include \
    387         $(VBoxGlobal_0_OUTDIR)/include \
     386        $(if-expr defined(VBOX_GUI_WITH_SHARED_LIBRARY),$(VBoxGlobal_0_OUTDIR)/include,$(VirtualBox_0_OUTDIR)/include) \
    388387        $(VBOX_GRAPHICS_INCS)
    389388
     
    395394 VirtualBoxVM_INCS = \
    396395        $(VBOX_GUI_INC_DIRS) \
    397         $(VirtualBoxVM_0_OUTDIR)/include \
    398396        $(VBoxGlobal_0_OUTDIR)/include \
    399397        $(VBOX_GRAPHICS_INCS)
     
    20822080 $$(VirtualBox_0_OUTDIR)/include/COMWrappers \
    20832081 + $(PATH_TARGET)/VirtualBoxComWrapperFiles.dep \
    2084  + $(if-expr defined(VirtualBox_VBOX_COMWRAPPERS) \
     2082 +| $(if-expr defined(VirtualBox_VBOX_COMWRAPPERS) \
    20852083 , $(VirtualBox_VBOX_COMWRAPPERS) \
    20862084 , $$(VirtualBox_0_OUTDIR)/include/COMEnums.h \
     
    21162114 $$(VBoxGlobal_0_OUTDIR)/include/COMWrappers \
    21172115 + $(PATH_TARGET)/VBoxGlobalComWrapperFiles.dep \
    2118  + $(if-expr defined(VBoxGlobal_VBOX_COMWRAPPERS) \
     2116 +| $(if-expr defined(VBoxGlobal_VBOX_COMWRAPPERS) \
    21192117 , $(VBoxGlobal_VBOX_COMWRAPPERS) \
    21202118 , $$(VBoxGlobal_0_OUTDIR)/include/COMEnums.h \
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