VirtualBox

Changeset 94142 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Mar 8, 2022 11:05:30 PM (3 years ago)
Author:
vboxsync
Message:

Main/VBoxOGLTest: Use VBOXR3 as template everywhere (alternatively we should use VBOXR3MAINEXE).

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

Legend:

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

    r93449 r94142  
    10451045endif
    10461046
    1047 ifdef VBOX_WITH_3D_ACCELERATION
    1048  VBoxC_LIBS += $(PATH_STAGE_LIB)/VBoxOGLTest$(VBOX_SUFF_LIB)
    1049  VBoxC_LDFLAGS.darwin += -framework OpenGL
    1050 endif
    1051 
    10521047ifdef VBOX_WITH_DRAG_AND_DROP
    10531048 VBoxC_LIBS += $(PATH_STAGE_LIB)/VBoxDnDHostR3Lib$(VBOX_SUFF_LIB)
  • trunk/src/VBox/Main/src-helper-apps/OpenGLTest/Makefile.kmk

    r94140 r94142  
    2121
    2222#
    23 # Target lists.
     23# VBoxOGLTest - Library that VBoxSVC is linked with.
     24#
     25# On darwin this does the whole job, while on the other platforms it just
     26# starts VBoxTestOGL.
    2427#
    2528LIBRARIES += VBoxOGLTest
     29VBoxOGLTest_TEMPLATE         := VBOXR3
    2630ifneq ($(KBUILD_TARGET),darwin)
    27 ## @todo r=bird: Why VBOXR3NP?
    28 VBoxOGLTest_TEMPLATE        = VBOXR3NP
    29 VBoxOGLTest_SOURCES         = OpenGLTest.cpp
     31 VBoxOGLTest_SOURCES         := OpenGLTest.cpp
    3032else
    31 VBoxOGLTest_TEMPLATE        = VBoxR3Dll
    32 VBoxOGLTest_SOURCES.darwin  = OpenGLTestDarwin.cpp
    33 VBoxOGLTest_CXXFLAGS.darwin = $(VBOX_GCC_Wno-deprecated-declarations)
     33 VBoxOGLTest_SOURCES.darwin  := OpenGLTestDarwin.cpp
     34 VBoxOGLTest_CXXFLAGS.darwin  = $(VBOX_GCC_Wno-deprecated-declarations)
    3435endif
    3536
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