VirtualBox

Ignore:
Timestamp:
Jan 5, 2015 10:17:51 AM (10 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
97511
Message:

VBoxSVGA3D: temporarily disable dynamic resolving of the library on non-Windows platforms until the missing parts are committed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Makefile.kmk

    r53732 r53733  
    256256   VBoxDD_LDFLAGS.win   += /DELAYLOAD:d3d9.dll
    257257  else
     258   ifeq (0,1) # FIXME
    258259   VBoxDD_SOURCES       += \
    259260        Graphics/DevVGA-SVGA3d-ogl.cpp \
     
    268269        $(QUIET)$(RM) -f -- "$@"
    269270        $(VBOX_DEF_2_LAZY_LOAD) --explicit-load-function --library VBoxSVGA3D --output "$@" $(filter %.def, $^)
     271   else
     272   VBoxDD_SOURCES       += Graphics/DevVGA-SVGA3d-ogl.cpp
     273   VBoxDD_LIBS          += $(PATH_STAGE_BIN)/VBoxSVGA3D$(VBOX_SUFF_DLL)
     274   endif
    270275   VBoxDD_LIBS.linux    += GL X11
    271276   VBoxDD_LIBS.win      += $(PATH_SDK_$(VBOX_WINPSDK)_LIB)/Opengl32.lib
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